Skip to content

Commit

Permalink
Fix iOS 20pt icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wachunei committed Aug 15, 2017
1 parent 36c7d5d commit 88a1a97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ios/InternetUC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@
};
13B07F861A680F5B00A75B9A = {
DevelopmentTeam = L388Z72LTH;
ProvisioningStyle = Automatic;
};
2D02E47A1E0B4A5D006451C7 = {
CreatedOnToolsVersion = 8.2.1;
Expand Down Expand Up @@ -1267,6 +1268,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 7;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = L388Z72LTH;
Expand All @@ -1284,6 +1286,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.wachunei.InternetUC;
PRODUCT_NAME = InternetUC;
PROVISIONING_PROFILE_SPECIFIER = "";
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
Expand All @@ -1292,6 +1295,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = L388Z72LTH;
HEADER_SEARCH_PATHS = (
Expand All @@ -1308,6 +1312,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.wachunei.InternetUC;
PRODUCT_NAME = InternetUC;
PROVISIONING_PROFILE_SPECIFIER = "";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "44.png",
"filename" : "40.png",
"scale" : "2x"
},
{
Expand Down

0 comments on commit 88a1a97

Please sign in to comment.