Skip to content

Commit a9dc2f4

Browse files
authored
Add images and icons to silence Xcode 9 warnings (#396)
1 parent 36a52ea commit a9dc2f4

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed
18.2 KB
Loading

Example/Auth/Sample/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,17 @@
135135
"scale" : "2x"
136136
},
137137
{
138-
"idiom" : "ipad",
139138
"size" : "83.5x83.5",
139+
"idiom" : "ipad",
140+
"filename" : "[email protected]",
140141
"scale" : "2x"
141142
},
143+
{
144+
"size" : "1024x1024",
145+
"idiom" : "ios-marketing",
146+
"filename" : "[email protected]",
147+
"scale" : "1x"
148+
},
142149
{
143150
"idiom" : "mac",
144151
"size" : "16x16",
Loading
Loading

Example/Firebase.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,8 @@
334334
DE26D2561F7040B2004AE1D3 /* UserInfoViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = DE26D1F51F70333E004AE1D3 /* UserInfoViewController.xib */; };
335335
DE26D2571F7040E0004AE1D3 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = DE26D1DA1F70333E004AE1D3 /* Localizable.strings */; };
336336
DE26D2581F7040E4004AE1D3 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DE26D1E41F70333E004AE1D3 /* Images.xcassets */; };
337-
DE26D2671F704A08004AE1D3 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DE26D1CA1F70330A004AE1D3 /* Info.plist */; };
338337
DE26D2681F704A0C004AE1D3 /* FirebaseAuthApiTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DE26D1C91F70330A004AE1D3 /* FirebaseAuthApiTests.m */; };
339338
DE26D2771F705CB5004AE1D3 /* FirebaseAuthEarlGreyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DE26D1FA1F70333E004AE1D3 /* FirebaseAuthEarlGreyTests.m */; };
340-
DE26D2781F705CBC004AE1D3 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DE26D1FB1F70333E004AE1D3 /* Info.plist */; };
341339
DE26D28F1F705F34004AE1D3 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DE26D2001F70333E004AE1D3 /* GoogleService-Info.plist */; };
342340
DE26D2901F705F39004AE1D3 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DE26D2041F70333E004AE1D3 /* Main.storyboard */; };
343341
DE26D2911F705F3E004AE1D3 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DE26D2031F70333E004AE1D3 /* LaunchScreen.storyboard */; };
@@ -463,6 +461,8 @@
463461
DEE14D921E84468D006FA992 /* FIRLoggerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEE14D791E844677006FA992 /* FIRLoggerTest.m */; };
464462
DEE14D931E84468D006FA992 /* FIROptionsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEE14D7A1E844677006FA992 /* FIROptionsTest.m */; };
465463
DEE14D941E84468D006FA992 /* FIRTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = DEE14D7C1E844677006FA992 /* FIRTestCase.m */; };
464+
DEF288411F9AB6E100D480CF /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = DEF288401F9AB6E100D480CF /* [email protected] */; };
465+
DEF288421F9AB6E100D480CF /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = DEF288401F9AB6E100D480CF /* [email protected] */; };
466466
FFE130CF56C04A4F1F90F58C /* Pods_Core_Example_macOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 491500C8507A3B80D6FE1B61 /* Pods_Core_Example_macOS.framework */; };
467467
/* End PBXBuildFile section */
468468

@@ -1162,6 +1162,7 @@
11621162
DEE14D7B1E844677006FA992 /* FIRTestCase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FIRTestCase.h; sourceTree = "<group>"; };
11631163
DEE14D7C1E844677006FA992 /* FIRTestCase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIRTestCase.m; sourceTree = "<group>"; };
11641164
DEE14D7D1E844677006FA992 /* Tests-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
1165+
DEF288401F9AB6E100D480CF /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
11651166
DF22AB406738B8C54A49A248 /* Pods-Auth_Tests_iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Auth_Tests_iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-Auth_Tests_iOS/Pods-Auth_Tests_iOS.release.xcconfig"; sourceTree = "<group>"; };
11661167
E1DB278AD387CAB5D57BF135 /* Pods_Storage_IntegrationTests_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Storage_IntegrationTests_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
11671168
E27502AAA61906D3F236AD2C /* Pods-Storage_Tests_macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Storage_Tests_macOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Storage_Tests_macOS/Pods-Storage_Tests_macOS.debug.xcconfig"; sourceTree = "<group>"; };
@@ -1796,6 +1797,7 @@
17961797
DE26D1CD1F70333E004AE1D3 /* Sample */ = {
17971798
isa = PBXGroup;
17981799
children = (
1800+
DEF288401F9AB6E100D480CF /* [email protected] */,
17991801
DE26D1EA1F70333E004AE1D3 /* Sample.entitlements */,
18001802
DE26D1EB1F70333E004AE1D3 /* SampleTemplate.entitlements */,
18011803
DE26D1CF1F70333E004AE1D3 /* ApplicationDelegate.h */,
@@ -3018,6 +3020,7 @@
30183020
DE26D2561F7040B2004AE1D3 /* UserInfoViewController.xib in Resources */,
30193021
DE26D2541F7040B2004AE1D3 /* MainViewController.xib in Resources */,
30203022
DE26D2571F7040E0004AE1D3 /* Localizable.strings in Resources */,
3023+
DEF288411F9AB6E100D480CF /* [email protected] in Resources */,
30213024
DE26D2551F7040B2004AE1D3 /* SettingsViewController.xib in Resources */,
30223025
DE26D2581F7040E4004AE1D3 /* Images.xcassets in Resources */,
30233026
);
@@ -3027,15 +3030,13 @@
30273030
isa = PBXResourcesBuildPhase;
30283031
buildActionMask = 2147483647;
30293032
files = (
3030-
DE26D2671F704A08004AE1D3 /* Info.plist in Resources */,
30313033
);
30323034
runOnlyForDeploymentPostprocessing = 0;
30333035
};
30343036
DE26D26B1F705C35004AE1D3 /* Resources */ = {
30353037
isa = PBXResourcesBuildPhase;
30363038
buildActionMask = 2147483647;
30373039
files = (
3038-
DE26D2781F705CBC004AE1D3 /* Info.plist in Resources */,
30393040
);
30403041
runOnlyForDeploymentPostprocessing = 0;
30413042
};
@@ -3044,6 +3045,7 @@
30443045
buildActionMask = 2147483647;
30453046
files = (
30463047
DE26D28F1F705F34004AE1D3 /* GoogleService-Info.plist in Resources */,
3048+
DEF288421F9AB6E100D480CF /* [email protected] in Resources */,
30473049
DE26D2901F705F39004AE1D3 /* Main.storyboard in Resources */,
30483050
DE26D2911F705F3E004AE1D3 /* LaunchScreen.storyboard in Resources */,
30493051
);

Example/Shared/Shared.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@
103103
"scale" : "2x"
104104
},
105105
{
106-
"idiom" : "ios-marketing",
107106
"size" : "1024x1024",
107+
"idiom" : "ios-marketing",
108+
"filename" : "[email protected]",
108109
"scale" : "1x"
109110
},
110111
{
Loading

0 commit comments

Comments
 (0)