Commit c4bc6de5 authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent 3e249097
...@@ -1836,7 +1836,7 @@ ...@@ -1836,7 +1836,7 @@
CODE_SIGN_ENTITLEMENTS = ZhiJi/ZhiJi.entitlements; CODE_SIGN_ENTITLEMENTS = ZhiJi/ZhiJi.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 103; CURRENT_PROJECT_VERSION = 104;
DEVELOPMENT_TEAM = 3VFFTBZ496; DEVELOPMENT_TEAM = 3VFFTBZ496;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
...@@ -1934,7 +1934,7 @@ ...@@ -1934,7 +1934,7 @@
CODE_SIGN_ENTITLEMENTS = ZhiJi/ZhiJi.entitlements; CODE_SIGN_ENTITLEMENTS = ZhiJi/ZhiJi.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 103; CURRENT_PROJECT_VERSION = 104;
DEBUG_INFORMATION_FORMAT = dwarf; DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES; DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 3VFFTBZ496; DEVELOPMENT_TEAM = 3VFFTBZ496;
......
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "xuFei_Btn@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "xuFei_Btn@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
...@@ -117,8 +117,8 @@ ...@@ -117,8 +117,8 @@
//xufeiButton //xufeiButton
self.xuFeiButton = [UIButton buttonWithType:UIButtonTypeCustom]; self.xuFeiButton = [UIButton buttonWithType:UIButtonTypeCustom];
[self.xuFeiButton setBackgroundImage:[UIImage imageNamed:@"xuFei_Btn"] forState:UIControlStateNormal]; // [self.xuFeiButton setBackgroundImage:[UIImage imageNamed:@"xuFei_Btn"] forState:UIControlStateNormal];
// [self.xuFeiButton setTitle:kLocalizedString(@"mine_unlock") forState:0]; [self.xuFeiButton setTitle:kLocalizedString(@"mine_unlock") forState:0];
[self.xuFeiButton setTitleColor:[UIColor colorWithHex:0x38180D] forState:0]; [self.xuFeiButton setTitleColor:[UIColor colorWithHex:0x38180D] forState:0];
[self.xuFeiButton.titleLabel setFont:[UIFont systemFontOfSize:KFont(14)]]; [self.xuFeiButton.titleLabel setFont:[UIFont systemFontOfSize:KFont(14)]];
[self.xuFeiButton setBackgroundColor:[UIColor colorWithHex:0xEBC6B4]]; [self.xuFeiButton setBackgroundColor:[UIColor colorWithHex:0xEBC6B4]];
......
...@@ -53,6 +53,8 @@ ...@@ -53,6 +53,8 @@
<string>1001890363577996</string> <string>1001890363577996</string>
<key>FacebookDisplayName</key> <key>FacebookDisplayName</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key> <key>LSApplicationQueriesSchemes</key>
<array> <array>
<string>comgooglemaps</string> <string>comgooglemaps</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment