Commit dc11a31f by pierce

提交配置

parent 989adb43
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
BE8042D82B5B804800E2FCB4 /* GDPersonalBundle.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = GDPersonalBundle.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; BE8042D82B5B804800E2FCB4 /* GDPersonalBundle.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = GDPersonalBundle.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
BE80EBB92B58D42600FA0245 /* GDUserZoneModule.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = GDUserZoneModule.framework; sourceTree = BUILT_PRODUCTS_DIR; }; BE80EBB92B58D42600FA0245 /* GDUserZoneModule.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = GDUserZoneModule.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BE80EC0F2B592ACB00FA0245 /* GDPayment.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = GDPayment.framework; sourceTree = BUILT_PRODUCTS_DIR; }; BE80EC0F2B592ACB00FA0245 /* GDPayment.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = GDPayment.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BE8197EE2BCFA5EB00839687 /* TealiveModule.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = TealiveModule.entitlements; sourceTree = "<group>"; };
BE83C55D2B8DC0C800C040E0 /* GDTest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = GDTest.framework; sourceTree = BUILT_PRODUCTS_DIR; }; BE83C55D2B8DC0C800C040E0 /* GDTest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = GDTest.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BE83C5632B8DC32200C040E0 /* LaunchScreenImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = LaunchScreenImage.png; sourceTree = "<group>"; }; BE83C5632B8DC32200C040E0 /* LaunchScreenImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = LaunchScreenImage.png; sourceTree = "<group>"; };
BE84EC332B567DCC00DB8883 /* GDTabbar.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = GDTabbar.framework; sourceTree = BUILT_PRODUCTS_DIR; }; BE84EC332B567DCC00DB8883 /* GDTabbar.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = GDTabbar.framework; sourceTree = BUILT_PRODUCTS_DIR; };
...@@ -175,6 +176,7 @@ ...@@ -175,6 +176,7 @@
3888D62529407F5E00807031 /* TealiveModule */ = { 3888D62529407F5E00807031 /* TealiveModule */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
BE8197EE2BCFA5EB00839687 /* TealiveModule.entitlements */,
BE83C5632B8DC32200C040E0 /* LaunchScreenImage.png */, BE83C5632B8DC32200C040E0 /* LaunchScreenImage.png */,
3888D62629407F5E00807031 /* AppDelegate.swift */, 3888D62629407F5E00807031 /* AppDelegate.swift */,
3888D62F29407F5F00807031 /* Assets.xcassets */, 3888D62F29407F5F00807031 /* Assets.xcassets */,
...@@ -527,6 +529,7 @@ ...@@ -527,6 +529,7 @@
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = TealiveModule/TealiveModule.entitlements;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 6GG26BHUMC; DEVELOPMENT_TEAM = 6GG26BHUMC;
...@@ -584,6 +587,7 @@ ...@@ -584,6 +587,7 @@
INFOPLIST_KEY_CFBundleDisplayName = "羞涩热聊"; INFOPLIST_KEY_CFBundleDisplayName = "羞涩热聊";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
INFOPLIST_KEY_NSCameraUsageDescription = "分享动态,需要访问您的相机哦!"; INFOPLIST_KEY_NSCameraUsageDescription = "分享动态,需要访问您的相机哦!";
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "开启定位,跟附近的好友一起分享您的生活";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "分享视频动态,需要访问您的麦克风哦!"; INFOPLIST_KEY_NSMicrophoneUsageDescription = "分享视频动态,需要访问您的麦克风哦!";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "获取相册权限,跟好友分享美好生活"; INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "获取相册权限,跟好友分享美好生活";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
...@@ -617,6 +621,7 @@ ...@@ -617,6 +621,7 @@
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = TealiveModule/TealiveModule.entitlements;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 6GG26BHUMC; DEVELOPMENT_TEAM = 6GG26BHUMC;
...@@ -674,6 +679,7 @@ ...@@ -674,6 +679,7 @@
INFOPLIST_KEY_CFBundleDisplayName = "羞涩热聊"; INFOPLIST_KEY_CFBundleDisplayName = "羞涩热聊";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
INFOPLIST_KEY_NSCameraUsageDescription = "分享动态,需要访问您的相机哦!"; INFOPLIST_KEY_NSCameraUsageDescription = "分享动态,需要访问您的相机哦!";
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "开启定位,跟附近的好友一起分享您的生活";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "分享视频动态,需要访问您的麦克风哦!"; INFOPLIST_KEY_NSMicrophoneUsageDescription = "分享视频动态,需要访问您的麦克风哦!";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "获取相册权限,跟好友分享美好生活"; INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "获取相册权限,跟好友分享美好生活";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
......
...@@ -2,45 +2,8 @@ ...@@ -2,45 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleURLTypes</key> <key>ITSAppUsesNonExemptEncryption</key>
<array> <false/>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>wx2e7b3d9b89161887</string>
<string>QQ4232D543</string>
<string>qiezi</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>tencentopenapi</string>
<key>CFBundleURLSchemes</key>
<array>
<string>tencent1110627651</string>
</array>
</dict>
</array>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>wtloginmqq2</string>
<string>mqqapi</string>
<string>mqqopensdkapiv2</string>
<string>mqqopensdkapiv3</string>
<string>mqq</string>
<string>mqqwpa</string>
<string>mqqopensdkssologin</string>
<string>weixin</string>
<string>weixinULAPI</string>
</array>
<key>MOBAppKey</key>
<string>m2ef9811984fb2</string>
<key>MOBAppSecret</key>
<string>8868027ca1f88267aa4d7bcfb8f89b07</string>
<key>NSAllowsArbitraryLoads</key> <key>NSAllowsArbitraryLoads</key>
<false/> <false/>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
</dict>
</plist>
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 sign in to comment