From e7e59e7e7ecb93898a882ea816bd1d25e5ed63e8 Mon Sep 17 00:00:00 2001 From: Mihail Varbanov Date: Tue, 6 Aug 2024 10:09:00 +0300 Subject: [PATCH] Removed building-example.svg image from the iOS project (added by mistake) [#4266]. --- ios/Runner.xcodeproj/project.pbxproj | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 6c4d39bf0..1e31d013c 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -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 */; }; @@ -134,7 +132,6 @@ 268F647922DF050400A85AFD /* CLLocationCoordinate2D+InaUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CLLocationCoordinate2D+InaUtils.m"; sourceTree = ""; }; 268F647B22DF09D900A85AFD /* NSArray+InaTypedValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+InaTypedValue.m"; sourceTree = ""; }; 268F647C22DF09D900A85AFD /* NSArray+InaTypedValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+InaTypedValue.h"; sourceTree = ""; }; - 268FAA4C2C61068800CD69F2 /* building-example.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = "building-example.svg"; path = "../../../../images/building-example.svg"; sourceTree = ""; }; 26962B482306BA2F0026240A /* InaSymbols.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InaSymbols.h; sourceTree = ""; }; 2696995922C38B4000B3290E /* AppKeys.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppKeys.m; sourceTree = ""; }; 2696995A22C38B4000B3290E /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; @@ -275,7 +272,6 @@ 269F83E122D73DC900CC11A4 /* Images */ = { isa = PBXGroup; children = ( - 268FAA4C2C61068800CD69F2 /* building-example.svg */, ); path = Images; sourceTree = ""; @@ -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 */, @@ -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 */,