Commit cbe0a3533f735648cbfbff8bb0ae691cfa48b831
1 parent
9fdf7d50
no message
Showing
3 changed files
with
25 additions
and
31 deletions
Example/CNLiveCollectionModule.xcodeproj/project.pbxproj
| ... | ... | @@ -42,7 +42,7 @@ |
| 42 | 42 | 3492186644DFEA16E1ABDDEC /* Pods_CNLiveCollectionModule_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLiveCollectionModule_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 43 | 43 | 4DCE8F636CABF928B6611D2B /* CNLiveCollectionModule.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = CNLiveCollectionModule.podspec; path = ../CNLiveCollectionModule.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
| 44 | 44 | 5A863CBB6AC7F956E252EB38 /* Pods-CNLiveCollectionModule_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveCollectionModule_Tests.debug.xcconfig"; path = "Target Support Files/Pods-CNLiveCollectionModule_Tests/Pods-CNLiveCollectionModule_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
| 45 | - 6003F58A195388D20070C39A /* CNLiveCollectionModule_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CNLiveCollectionModule_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 45 | + 6003F58A195388D20070C39A /* 我的收藏模块.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "我的收藏模块.app"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 46 | 46 | 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
| 47 | 47 | 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
| 48 | 48 | 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
| ... | ... | @@ -110,7 +110,7 @@ |
| 110 | 110 | 6003F58B195388D20070C39A /* Products */ = { |
| 111 | 111 | isa = PBXGroup; |
| 112 | 112 | children = ( |
| 113 | - 6003F58A195388D20070C39A /* CNLiveCollectionModule_Example.app */, | |
| 113 | + 6003F58A195388D20070C39A /* 我的收藏模块.app */, | |
| 114 | 114 | 6003F5AE195388D20070C39A /* CNLiveCollectionModule_Tests.xctest */, |
| 115 | 115 | ); |
| 116 | 116 | name = Products; |
| ... | ... | @@ -215,7 +215,7 @@ |
| 215 | 215 | ); |
| 216 | 216 | name = CNLiveCollectionModule_Example; |
| 217 | 217 | productName = CNLiveCollectionModule; |
| 218 | - productReference = 6003F58A195388D20070C39A /* CNLiveCollectionModule_Example.app */; | |
| 218 | + productReference = 6003F58A195388D20070C39A /* 我的收藏模块.app */; | |
| 219 | 219 | productType = "com.apple.product-type.application"; |
| 220 | 220 | }; |
| 221 | 221 | 6003F5AD195388D20070C39A /* CNLiveCollectionModule_Tests */ = { |
| ... | ... | @@ -534,8 +534,8 @@ |
| 534 | 534 | GCC_PREFIX_HEADER = "CNLiveCollectionModule/CNLiveCollectionModule-Prefix.pch"; |
| 535 | 535 | INFOPLIST_FILE = "CNLiveCollectionModule/CNLiveCollectionModule-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.CNLiveNetAddd.CNLiveCollectionModule; | |
| 538 | + PRODUCT_NAME = "我的收藏模块"; | |
| 539 | 539 | SWIFT_VERSION = 4.0; |
| 540 | 540 | WRAPPER_EXTENSION = app; |
| 541 | 541 | }; |
| ... | ... | @@ -550,8 +550,8 @@ |
| 550 | 550 | GCC_PREFIX_HEADER = "CNLiveCollectionModule/CNLiveCollectionModule-Prefix.pch"; |
| 551 | 551 | INFOPLIST_FILE = "CNLiveCollectionModule/CNLiveCollectionModule-Info.plist"; |
| 552 | 552 | MODULE_NAME = ExampleApp; |
| 553 | - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; | |
| 554 | - PRODUCT_NAME = "$(TARGET_NAME)"; | |
| 553 | + PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.CNLiveNetAddd.CNLiveCollectionModule; | |
| 554 | + PRODUCT_NAME = "我的收藏模块"; | |
| 555 | 555 | SWIFT_VERSION = 4.0; |
| 556 | 556 | WRAPPER_EXTENSION = app; |
| 557 | 557 | }; | ... | ... |
Example/CNLiveCollectionModule.xcodeproj/xcshareddata/xcschemes/CNLiveCollectionModule-Example.xcscheme
| ... | ... | @@ -15,7 +15,7 @@ |
| 15 | 15 | <BuildableReference |
| 16 | 16 | BuildableIdentifier = "primary" |
| 17 | 17 | BlueprintIdentifier = "6003F589195388D20070C39A" |
| 18 | - BuildableName = "CNLiveCollectionModule_Example.app" | |
| 18 | + BuildableName = "我的收藏模块.app" | |
| 19 | 19 | BlueprintName = "CNLiveCollectionModule_Example" |
| 20 | 20 | ReferencedContainer = "container:CNLiveCollectionModule.xcodeproj"> |
| 21 | 21 | </BuildableReference> |
| ... | ... | @@ -27,6 +27,15 @@ |
| 27 | 27 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" |
| 28 | 28 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" |
| 29 | 29 | shouldUseLaunchSchemeArgsEnv = "YES"> |
| 30 | + <MacroExpansion> | |
| 31 | + <BuildableReference | |
| 32 | + BuildableIdentifier = "primary" | |
| 33 | + BlueprintIdentifier = "6003F589195388D20070C39A" | |
| 34 | + BuildableName = "我的收藏模块.app" | |
| 35 | + BlueprintName = "CNLiveCollectionModule_Example" | |
| 36 | + ReferencedContainer = "container:CNLiveCollectionModule.xcodeproj"> | |
| 37 | + </BuildableReference> | |
| 38 | + </MacroExpansion> | |
| 30 | 39 | <Testables> |
| 31 | 40 | <TestableReference |
| 32 | 41 | skipped = "NO"> |
| ... | ... | @@ -39,17 +48,6 @@ |
| 39 | 48 | </BuildableReference> |
| 40 | 49 | </TestableReference> |
| 41 | 50 | </Testables> |
| 42 | - <MacroExpansion> | |
| 43 | - <BuildableReference | |
| 44 | - BuildableIdentifier = "primary" | |
| 45 | - BlueprintIdentifier = "6003F589195388D20070C39A" | |
| 46 | - BuildableName = "CNLiveCollectionModule_Example.app" | |
| 47 | - BlueprintName = "CNLiveCollectionModule_Example" | |
| 48 | - ReferencedContainer = "container:CNLiveCollectionModule.xcodeproj"> | |
| 49 | - </BuildableReference> | |
| 50 | - </MacroExpansion> | |
| 51 | - <AdditionalOptions> | |
| 52 | - </AdditionalOptions> | |
| 53 | 51 | </TestAction> |
| 54 | 52 | <LaunchAction |
| 55 | 53 | buildConfiguration = "Debug" |
| ... | ... | @@ -66,13 +64,11 @@ |
| 66 | 64 | <BuildableReference |
| 67 | 65 | BuildableIdentifier = "primary" |
| 68 | 66 | BlueprintIdentifier = "6003F589195388D20070C39A" |
| 69 | - BuildableName = "CNLiveCollectionModule_Example.app" | |
| 67 | + BuildableName = "我的收藏模块.app" | |
| 70 | 68 | BlueprintName = "CNLiveCollectionModule_Example" |
| 71 | 69 | ReferencedContainer = "container:CNLiveCollectionModule.xcodeproj"> |
| 72 | 70 | </BuildableReference> |
| 73 | 71 | </BuildableProductRunnable> |
| 74 | - <AdditionalOptions> | |
| 75 | - </AdditionalOptions> | |
| 76 | 72 | </LaunchAction> |
| 77 | 73 | <ProfileAction |
| 78 | 74 | buildConfiguration = "Release" |
| ... | ... | @@ -85,7 +81,7 @@ |
| 85 | 81 | <BuildableReference |
| 86 | 82 | BuildableIdentifier = "primary" |
| 87 | 83 | BlueprintIdentifier = "6003F589195388D20070C39A" |
| 88 | - BuildableName = "CNLiveCollectionModule_Example.app" | |
| 84 | + BuildableName = "我的收藏模块.app" | |
| 89 | 85 | BlueprintName = "CNLiveCollectionModule_Example" |
| 90 | 86 | ReferencedContainer = "container:CNLiveCollectionModule.xcodeproj"> |
| 91 | 87 | </BuildableReference> | ... | ... |
Example/CNLiveCollectionModule/CNLiveCollectionModule-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> |
| ... | ... | @@ -40,8 +40,6 @@ |
| 40 | 40 | <key>UISupportedInterfaceOrientations</key> |
| 41 | 41 | <array> |
| 42 | 42 | <string>UIInterfaceOrientationPortrait</string> |
| 43 | - <string>UIInterfaceOrientationLandscapeLeft</string> | |
| 44 | - <string>UIInterfaceOrientationLandscapeRight</string> | |
| 45 | 43 | </array> |
| 46 | 44 | <key>UISupportedInterfaceOrientations~ipad</key> |
| 47 | 45 | <array> | ... | ... |