Skip to content

Commit

Permalink
Update images to remove @2x
Browse files Browse the repository at this point in the history
Move to asset catalogs where possible, and remove @ signs which are
causing confusion with some tooling.
  • Loading branch information
Ian Barber committed Oct 16, 2015
1 parent 2a19731 commit 23150aa
Show file tree
Hide file tree
Showing 45 changed files with 204 additions and 184 deletions.
6 changes: 0 additions & 6 deletions ios/admob/AdMobExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
1048165C1B067ACD00139095 /* AdMobExampleSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1021DD351B0518E40018763B /* AdMobExampleSwiftTests.swift */; };
1048165E1B068A0300139095 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CF86EE2419787E6B00411520 /* Main.storyboard */; };
104816601B068FC100139095 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 105919B41ADDA93F00344065 /* ViewController.swift */; };
105414A11B163EB20006C828 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 1054149E1B163EB20006C828 /* [email protected] */; };
105414A21B163EB20006C828 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 1054149E1B163EB20006C828 /* [email protected] */; };
105414A31B163EB20006C828 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1054149F1B163EB20006C828 /* Images.xcassets */; };
105414A41B163EB20006C828 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1054149F1B163EB20006C828 /* Images.xcassets */; };
105414A51B163EB20006C828 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 105414A01B163EB20006C828 /* LaunchScreen.xib */; };
Expand Down Expand Up @@ -57,7 +55,6 @@
1021DD311B0518E40018763B /* AdMobExampleSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AdMobExampleSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
1021DD341B0518E40018763B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1021DD351B0518E40018763B /* AdMobExampleSwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdMobExampleSwiftTests.swift; sourceTree = "<group>"; };
1054149E1B163EB20006C828 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "../../shared/[email protected]"; sourceTree = "<group>"; };
1054149F1B163EB20006C828 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ../../shared/Images.xcassets; sourceTree = "<group>"; };
105414A01B163EB20006C828 /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = LaunchScreen.xib; path = ../../shared/LaunchScreen.xib; sourceTree = "<group>"; };
1059198A1ADDA8F700344065 /* AdMobExampleSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AdMobExampleSwift.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -214,7 +211,6 @@
CF86EE1919787E6B00411520 /* AdMobExample */ = {
isa = PBXGroup;
children = (
1054149E1B163EB20006C828 /* [email protected] */,
1054149F1B163EB20006C828 /* Images.xcassets */,
105414A01B163EB20006C828 /* LaunchScreen.xib */,
CF86EE2419787E6B00411520 /* Main.storyboard */,
Expand Down Expand Up @@ -388,7 +384,6 @@
105414A61B163EB20006C828 /* LaunchScreen.xib in Resources */,
105919B71ADDA97D00344065 /* Main.storyboard in Resources */,
105414A41B163EB20006C828 /* Images.xcassets in Resources */,
105414A21B163EB20006C828 /* [email protected] in Resources */,
10AA98DF1AFD4D2200A178B1 /* GoogleService-Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -400,7 +395,6 @@
105414A51B163EB20006C828 /* LaunchScreen.xib in Resources */,
CF86EE2619787E6B00411520 /* Main.storyboard in Resources */,
105414A31B163EB20006C828 /* Images.xcassets in Resources */,
105414A11B163EB20006C828 /* [email protected] in Resources */,
10AA98DE1AFD4D2200A178B1 /* GoogleService-Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
157 changes: 7 additions & 150 deletions ios/analytics/AnalyticsExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions ios/analytics/Images/AnalyticsImages.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "favorite.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "favorite_2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "favorite_3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "flash_on.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "flash_on_2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "flash_on_3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "icon-favorite.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "icon-favorite_2x-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "icon-favorite_3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "icon-flash_on.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "icon-flash_on_2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "icon-flash_on_3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "icon-tag_faces.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "icon-tag_faces_2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "icon-tag_faces_3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "icon-wb_incandescent.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "icon-wb_incandescent_2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "icon-wb_incandescent_3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "tag_faces.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "tag_faces_2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "tag_faces_3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "wb_incandescent.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "wb_incandescent_2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "wb_incandescent_3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
5F5A53441ADE670C00F81DF0 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0710;
LastUpgradeCheck = 0630;
ORGANIZATIONNAME = "Google Inc.";
TargetAttributes = {
Expand Down
6 changes: 0 additions & 6 deletions ios/appinvites/AppInvitesExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
4BDB99E11ACF470F00C4DC2C /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BDB99E01ACF470F00C4DC2C /* MessageUI.framework */; };
4BDB99E31ACF472000C4DC2C /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BDB99E21ACF472000C4DC2C /* SystemConfiguration.framework */; };
EF4BB4D81B05B454003A1AC6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4B5CBBFB1AE9DBF700D822CE /* Main.storyboard */; };
EFB291FF1B0F1F430021C8AC /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = EFB291FC1B0F1F430021C8AC /* [email protected] */; };
EFB292001B0F1F430021C8AC /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = EFB291FC1B0F1F430021C8AC /* [email protected] */; };
EFB292011B0F1F430021C8AC /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EFB291FD1B0F1F430021C8AC /* Images.xcassets */; };
EFB292021B0F1F430021C8AC /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EFB291FD1B0F1F430021C8AC /* Images.xcassets */; };
EFB292031B0F1F430021C8AC /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = EFB291FE1B0F1F430021C8AC /* LaunchScreen.xib */; };
Expand Down Expand Up @@ -89,7 +87,6 @@
B0D404FBAC5C1B0D891CD002 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
D835D65B84E12DF53C5ADDCB /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
E8B5A4722417C2E158537DC8 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
EFB291FC1B0F1F430021C8AC /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
EFB291FD1B0F1F430021C8AC /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
EFB291FE1B0F1F430021C8AC /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LaunchScreen.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -248,7 +245,6 @@
EFB291FB1B0F1F430021C8AC /* shared */ = {
isa = PBXGroup;
children = (
EFB291FC1B0F1F430021C8AC /* [email protected] */,
EFB291FD1B0F1F430021C8AC /* Images.xcassets */,
EFB291FE1B0F1F430021C8AC /* LaunchScreen.xib */,
);
Expand Down Expand Up @@ -372,7 +368,6 @@
EFB292041B0F1F430021C8AC /* LaunchScreen.xib in Resources */,
4BCF1C3D1AFBF65D0039B15C /* appbg.png in Resources */,
EFB292021B0F1F430021C8AC /* Images.xcassets in Resources */,
EFB292001B0F1F430021C8AC /* [email protected] in Resources */,
4B3329241AE04F9500327B83 /* GoogleSignIn.bundle in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -382,7 +377,6 @@
buildActionMask = 2147483647;
files = (
EF4BB4D81B05B454003A1AC6 /* Main.storyboard in Resources */,
EFB291FF1B0F1F430021C8AC /* [email protected] in Resources */,
EFB292011B0F1F430021C8AC /* Images.xcassets in Resources */,
4B0CAF401ACF72EB006FC636 /* GoogleSignIn.bundle in Resources */,
EFB292031B0F1F430021C8AC /* LaunchScreen.xib in Resources */,
Expand Down
6 changes: 0 additions & 6 deletions ios/gcm/GcmExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
5F5A535B1ADE670C00F81DF0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5F5A53591ADE670C00F81DF0 /* Main.storyboard */; };
5F5A537E1ADE67D500F81DF0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A537D1ADE67D500F81DF0 /* AppDelegate.swift */; };
5F5A53801ADE67D500F81DF0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A537F1ADE67D500F81DF0 /* ViewController.swift */; };
5F9961081AE0CF4F0034F503 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 5F9961051AE0CF4F0034F503 /* [email protected] */; };
5F9961091AE0CF4F0034F503 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 5F9961051AE0CF4F0034F503 /* [email protected] */; };
5F99610A1AE0CF4F0034F503 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5F9961061AE0CF4F0034F503 /* Images.xcassets */; };
5F99610B1AE0CF4F0034F503 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5F9961061AE0CF4F0034F503 /* Images.xcassets */; };
5F99610C1AE0CF4F0034F503 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5F9961071AE0CF4F0034F503 /* LaunchScreen.xib */; };
Expand Down Expand Up @@ -49,7 +47,6 @@
5F5A537D1ADE67D500F81DF0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5F5A537F1ADE67D500F81DF0 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
5F5A539B1ADE695B00F81DF0 /* BridgingHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BridgingHeader.h; sourceTree = "<group>"; };
5F9961051AE0CF4F0034F503 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
5F9961061AE0CF4F0034F503 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
5F9961071AE0CF4F0034F503 /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LaunchScreen.xib; sourceTree = "<group>"; };
7DD6BAAD64060697695C7E6F /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -171,7 +168,6 @@
5F9961041AE0CF4F0034F503 /* Shared */ = {
isa = PBXGroup;
children = (
5F9961051AE0CF4F0034F503 /* [email protected] */,
5F9961061AE0CF4F0034F503 /* Images.xcassets */,
5F9961071AE0CF4F0034F503 /* LaunchScreen.xib */,
);
Expand Down Expand Up @@ -315,7 +311,6 @@
5F99610C1AE0CF4F0034F503 /* LaunchScreen.xib in Resources */,
5F99610A1AE0CF4F0034F503 /* Images.xcassets in Resources */,
5F5A535B1ADE670C00F81DF0 /* Main.storyboard in Resources */,
5F9961081AE0CF4F0034F503 /* [email protected] in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -326,7 +321,6 @@
2C85628F1B01391E00F0B24B /* Main.storyboard in Resources */,
5F99610D1AE0CF4F0034F503 /* LaunchScreen.xib in Resources */,
5F99610B1AE0CF4F0034F503 /* Images.xcassets in Resources */,
5F9961091AE0CF4F0034F503 /* [email protected] in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file removed ios/shared/[email protected]
Binary file not shown.
8 changes: 4 additions & 4 deletions ios/shared/Images.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "AppIcon-60@2x.png",
"filename" : "AppIcon-60-2x.png",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "AppIcon-60@3x.png",
"filename" : "AppIcon-60-3x.png",
"scale" : "3x"
},
{
Expand Down Expand Up @@ -61,12 +61,12 @@
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "AppIcon-76@2x.png",
"filename" : "AppIcon-76-2x.png",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Loading

0 comments on commit 23150aa

Please sign in to comment.