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