修改
This commit is contained in:
@@ -699,7 +699,7 @@
|
||||
);
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = ShenQi/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = Nova9;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = pantas33;
|
||||
INFOPLIST_KEY_NSAppleMusicUsageDescription = "需要访问相册权限用于照片上传,应用不会上传和存储您的照片";
|
||||
INFOPLIST_KEY_NSCameraUsageDescription = "需要相机权限用于拍照上传,应用不会上传和存储您的照片";
|
||||
INFOPLIST_KEY_NSContactsUsageDescription = "用于匹配您的好友";
|
||||
@@ -721,8 +721,8 @@
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/ShenQi",
|
||||
);
|
||||
MARKETING_VERSION = 1.5;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = noti.NO1VA9SG4;
|
||||
MARKETING_VERSION = 4.2;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = noti.pantas3342;
|
||||
PRODUCT_NAME = TESTAPP;
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
@@ -753,7 +753,7 @@
|
||||
);
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = ShenQi/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = Nova9;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = pantas33;
|
||||
INFOPLIST_KEY_NSAppleMusicUsageDescription = "需要访问相册权限用于照片上传,应用不会上传和存储您的照片";
|
||||
INFOPLIST_KEY_NSCameraUsageDescription = "需要相机权限用于拍照上传,应用不会上传和存储您的照片";
|
||||
INFOPLIST_KEY_NSContactsUsageDescription = "用于匹配您的好友";
|
||||
@@ -775,8 +775,8 @@
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/ShenQi",
|
||||
);
|
||||
MARKETING_VERSION = 1.5;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = noti.NO1VA9SG4;
|
||||
MARKETING_VERSION = 4.2;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = noti.pantas3342;
|
||||
PRODUCT_NAME = TESTAPP;
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
|
||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 769 KiB After Width: | Height: | Size: 541 KiB |
BIN
ShenQi/Assets.xcassets/appLogo.imageset/app_logo.png
vendored
BIN
ShenQi/Assets.xcassets/appLogo.imageset/app_logo.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 769 KiB After Width: | Height: | Size: 541 KiB |
@@ -3,17 +3,17 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>API_KEY</key>
|
||||
<string>AIzaSyCRrTj7LNAjqb7mT8VAiF2SzvsSUwKjVB4</string>
|
||||
<string>AIzaSyAf2aoBSP5qZE6A4XVkCTGL_LayRqAnhCY</string>
|
||||
<key>GCM_SENDER_ID</key>
|
||||
<string>875434561984</string>
|
||||
<string>541726336017</string>
|
||||
<key>PLIST_VERSION</key>
|
||||
<string>1</string>
|
||||
<key>BUNDLE_ID</key>
|
||||
<string>noti.NO1VA9SG4</string>
|
||||
<string>noti.pantas3342</string>
|
||||
<key>PROJECT_ID</key>
|
||||
<string>nosgs-409e1</string>
|
||||
<string>pantas3342</string>
|
||||
<key>STORAGE_BUCKET</key>
|
||||
<string>nosgs-409e1.firebasestorage.app</string>
|
||||
<string>pantas3342.firebasestorage.app</string>
|
||||
<key>IS_ADS_ENABLED</key>
|
||||
<false></false>
|
||||
<key>IS_ANALYTICS_ENABLED</key>
|
||||
@@ -25,6 +25,6 @@
|
||||
<key>IS_SIGNIN_ENABLED</key>
|
||||
<true></true>
|
||||
<key>GOOGLE_APP_ID</key>
|
||||
<string>1:875434561984:ios:7a5199d245be0be58d3825</string>
|
||||
<string>1:541726336017:ios:4df0bdf58876ea8e7b7db0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -228,7 +228,7 @@
|
||||
#define SCREEN_WIDTH [UIScreen mainScreen].bounds.size.width
|
||||
#define SCREEN_HEIGHT [UIScreen mainScreen].bounds.size.height
|
||||
|
||||
#define NowUserId @"220"
|
||||
#define NowUserId @"142"
|
||||
|
||||
#endif /* MacroDefine_h */
|
||||
|
||||
|
||||
@@ -160,8 +160,10 @@
|
||||
[self intoMainWebView];
|
||||
}else{
|
||||
[self intoMainWebView];
|
||||
|
||||
[self setupAddContactData];
|
||||
AppDelegate *appDelegate = (AppDelegate *)[UIApplication sharedApplication].delegate;
|
||||
if (appDelegate.data.contactApplyMode == 1) {
|
||||
[self setupAddContactData];
|
||||
}
|
||||
|
||||
// 判断是否第一次安装
|
||||
NSUserDefaults *userfault = [NSUserDefaults standardUserDefaults];
|
||||
|
||||
Reference in New Issue
Block a user