Commit 4c0dd82224d78a1ff4b6f2c9f479e60b160fdae3

Authored by zhangxiaowen
1 parent b415bbd3

no message

Example/CNLiveIntegralModule.xcodeproj/project.pbxproj
... ... @@ -39,7 +39,7 @@
39 39 /* Begin PBXFileReference section */
40 40 4ED4DEB3CFA970B22F98AF9E /* Pods-CNLiveIntegralModule_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveIntegralModule_Tests.release.xcconfig"; path = "Target Support Files/Pods-CNLiveIntegralModule_Tests/Pods-CNLiveIntegralModule_Tests.release.xcconfig"; sourceTree = "<group>"; };
41 41 5F449C22FBDE2C83AA6405A0 /* Pods_CNLiveIntegralModule_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLiveIntegralModule_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
42   - 6003F58A195388D20070C39A /* CNLiveIntegralModule_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CNLiveIntegralModule_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
  42 + 6003F58A195388D20070C39A /* 积分模块.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "积分模块.app"; sourceTree = BUILT_PRODUCTS_DIR; };
43 43 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
44 44 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
45 45 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
... ... @@ -121,7 +121,7 @@
121 121 6003F58B195388D20070C39A /* Products */ = {
122 122 isa = PBXGroup;
123 123 children = (
124   - 6003F58A195388D20070C39A /* CNLiveIntegralModule_Example.app */,
  124 + 6003F58A195388D20070C39A /* 积分模块.app */,
125 125 6003F5AE195388D20070C39A /* CNLiveIntegralModule_Tests.xctest */,
126 126 );
127 127 name = Products;
... ... @@ -215,7 +215,7 @@
215 215 );
216 216 name = CNLiveIntegralModule_Example;
217 217 productName = CNLiveIntegralModule;
218   - productReference = 6003F58A195388D20070C39A /* CNLiveIntegralModule_Example.app */;
  218 + productReference = 6003F58A195388D20070C39A /* 积分模块.app */;
219 219 productType = "com.apple.product-type.application";
220 220 };
221 221 6003F5AD195388D20070C39A /* CNLiveIntegralModule_Tests */ = {
... ... @@ -534,8 +534,8 @@
534 534 GCC_PREFIX_HEADER = "CNLiveIntegralModule/CNLiveIntegralModule-Prefix.pch";
535 535 INFOPLIST_FILE = "CNLiveIntegralModule/CNLiveIntegralModule-Info.plist";
536 536 MODULE_NAME = ExampleApp;
537   - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
538   - PRODUCT_NAME = "$(TARGET_NAME)";
  537 + PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.CNLiveNetAdd.CNLiveIntegralModule;
  538 + PRODUCT_NAME = "积分模块";
539 539 SWIFT_VERSION = 4.0;
540 540 WRAPPER_EXTENSION = app;
541 541 };
... ... @@ -551,8 +551,8 @@
551 551 GCC_PREFIX_HEADER = "CNLiveIntegralModule/CNLiveIntegralModule-Prefix.pch";
552 552 INFOPLIST_FILE = "CNLiveIntegralModule/CNLiveIntegralModule-Info.plist";
553 553 MODULE_NAME = ExampleApp;
554   - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
555   - PRODUCT_NAME = "$(TARGET_NAME)";
  554 + PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.CNLiveNetAdd.CNLiveIntegralModule;
  555 + PRODUCT_NAME = "积分模块";
556 556 SWIFT_VERSION = 4.0;
557 557 WRAPPER_EXTENSION = app;
558 558 };
... ...
Example/CNLiveIntegralModule/CNLiveIntegralModule-Info.plist
... ... @@ -2,15 +2,10 @@
2 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 3 <plist version="1.0">
4 4 <dict>
5   - <key>NSAppTransportSecurity</key>
6   - <dict>
7   - <key>NSAllowsArbitraryLoads</key>
8   - <true/>
9   - </dict>
10 5 <key>CFBundleDevelopmentRegion</key>
11 6 <string>en</string>
12 7 <key>CFBundleDisplayName</key>
13   - <string>${PRODUCT_NAME}</string>
  8 + <string>$(PRODUCT_NAME)</string>
14 9 <key>CFBundleExecutable</key>
15 10 <string>${EXECUTABLE_NAME}</string>
16 11 <key>CFBundleIdentifier</key>
... ... @@ -29,6 +24,11 @@
29 24 <string>1.0</string>
30 25 <key>LSRequiresIPhoneOS</key>
31 26 <true/>
  27 + <key>NSAppTransportSecurity</key>
  28 + <dict>
  29 + <key>NSAllowsArbitraryLoads</key>
  30 + <true/>
  31 + </dict>
32 32 <key>UILaunchStoryboardName</key>
33 33 <string>LaunchScreen</string>
34 34 <key>UIMainStoryboardFile</key>
... ...