Skip to content

Commit

Permalink
Removed building-example.svg image from the iOS project (added by mis…
Browse files Browse the repository at this point in the history
…take) [#4266].
  • Loading branch information
mihail-varbanov committed Aug 6, 2024
1 parent d0de6b4 commit e7e59e7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
268F310022E5E7BF00547FE1 /* NSUserDefaults+InaUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 268F30FF22E5E7BF00547FE1 /* NSUserDefaults+InaUtils.m */; };
268F647A22DF050400A85AFD /* CLLocationCoordinate2D+InaUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 268F647922DF050400A85AFD /* CLLocationCoordinate2D+InaUtils.m */; };
268F647D22DF09D900A85AFD /* NSArray+InaTypedValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 268F647B22DF09D900A85AFD /* NSArray+InaTypedValue.m */; };
268FAA4D2C61068900CD69F2 /* building-example.svg in Resources */ = {isa = PBXBuildFile; fileRef = 268FAA4C2C61068800CD69F2 /* building-example.svg */; };
268FAA4E2C61068900CD69F2 /* building-example.svg in Resources */ = {isa = PBXBuildFile; fileRef = 268FAA4C2C61068800CD69F2 /* building-example.svg */; };
2696995D22C38B4000B3290E /* AppKeys.m in Sources */ = {isa = PBXBuildFile; fileRef = 2696995922C38B4000B3290E /* AppKeys.m */; };
2696995E22C38B4000B3290E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2696995A22C38B4000B3290E /* AppDelegate.m */; };
2696996022C38C1D00B3290E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2696995F22C38C1D00B3290E /* main.m */; };
Expand Down Expand Up @@ -134,7 +132,6 @@
268F647922DF050400A85AFD /* CLLocationCoordinate2D+InaUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CLLocationCoordinate2D+InaUtils.m"; sourceTree = "<group>"; };
268F647B22DF09D900A85AFD /* NSArray+InaTypedValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+InaTypedValue.m"; sourceTree = "<group>"; };
268F647C22DF09D900A85AFD /* NSArray+InaTypedValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+InaTypedValue.h"; sourceTree = "<group>"; };
268FAA4C2C61068800CD69F2 /* building-example.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = "building-example.svg"; path = "../../../../images/building-example.svg"; sourceTree = "<group>"; };
26962B482306BA2F0026240A /* InaSymbols.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InaSymbols.h; sourceTree = "<group>"; };
2696995922C38B4000B3290E /* AppKeys.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppKeys.m; sourceTree = "<group>"; };
2696995A22C38B4000B3290E /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -275,7 +272,6 @@
269F83E122D73DC900CC11A4 /* Images */ = {
isa = PBXGroup;
children = (
268FAA4C2C61068800CD69F2 /* building-example.svg */,
);
path = Images;
sourceTree = "<group>";
Expand Down Expand Up @@ -617,7 +613,6 @@
buildActionMask = 2147483647;
files = (
261784BD28C8ED6A009172BB /* LaunchScreen.storyboard in Resources */,
268FAA4E2C61068900CD69F2 /* building-example.svg in Resources */,
263EB9342BB721AB00E79CDB /* PrivacyInfo.xcprivacy in Resources */,
261784CA28C8ED6A009172BB /* AppFrameworkInfo.plist in Resources */,
26F8CF632A71352A00AD7AC5 /* hid-unlock.wav in Resources */,
Expand All @@ -632,7 +627,6 @@
buildActionMask = 2147483647;
files = (
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
268FAA4D2C61068900CD69F2 /* building-example.svg in Resources */,
263EB9332BB721AB00E79CDB /* PrivacyInfo.xcprivacy in Resources */,
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
26F8CF612A71351800AD7AC5 /* hid-unlock.wav in Resources */,
Expand Down

0 comments on commit e7e59e7

Please sign in to comment.