Commit 07e6b8029c367d87edb14e2cd16034a3d5b658f5
1 parent
fe14a10599
Exists in
master
and in
1 other branch
兼容ios8以前的横屏配置,增加分享文案可配置功能
Showing 5 changed files with 41 additions and 10 deletions Side-by-side Diff
ios/SpreadDemo/SpreadDemo.xcodeproj/project.pbxproj
| ... | ... | @@ -17,7 +17,7 @@ |
| 17 | 17 | 3309D8DC1C3BA7CE00534E33 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3309D8DB1C3BA7CE00534E33 /* Default-568h@2x.png */; }; |
| 18 | 18 | 3309D9511C3E098000534E33 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D9501C3E098000534E33 /* SystemConfiguration.framework */; }; |
| 19 | 19 | 3309D95B1C3E0B1500534E33 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D95A1C3E0B1500534E33 /* MobileCoreServices.framework */; }; |
| 20 | - 336FC7E21C46413D00151550 /* Spreader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 336FC7E11C46413D00151550 /* Spreader.framework */; }; | |
| 20 | + 336FC7F61C4F305F00151550 /* Spreader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 336FC7F51C4F305F00151550 /* Spreader.framework */; }; | |
| 21 | 21 | /* End PBXBuildFile section */ |
| 22 | 22 | |
| 23 | 23 | /* Begin PBXFileReference section */ |
| ... | ... | @@ -35,7 +35,7 @@ |
| 35 | 35 | 3309D8DB1C3BA7CE00534E33 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; }; |
| 36 | 36 | 3309D9501C3E098000534E33 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; |
| 37 | 37 | 3309D95A1C3E0B1500534E33 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; |
| 38 | - 336FC7E11C46413D00151550 /* Spreader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Spreader.framework; path = ../Spreader.framework; sourceTree = "<group>"; }; | |
| 38 | + 336FC7F51C4F305F00151550 /* Spreader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Spreader.framework; path = ../Spreader.framework; sourceTree = "<group>"; }; | |
| 39 | 39 | /* End PBXFileReference section */ |
| 40 | 40 | |
| 41 | 41 | /* Begin PBXFrameworksBuildPhase section */ |
| ... | ... | @@ -43,7 +43,7 @@ |
| 43 | 43 | isa = PBXFrameworksBuildPhase; |
| 44 | 44 | buildActionMask = 2147483647; |
| 45 | 45 | files = ( |
| 46 | - 336FC7E21C46413D00151550 /* Spreader.framework in Frameworks */, | |
| 46 | + 336FC7F61C4F305F00151550 /* Spreader.framework in Frameworks */, | |
| 47 | 47 | 3309D95B1C3E0B1500534E33 /* MobileCoreServices.framework in Frameworks */, |
| 48 | 48 | 3309D9511C3E098000534E33 /* SystemConfiguration.framework in Frameworks */, |
| 49 | 49 | 3309D8CF1C34CEF000534E33 /* CoreGraphics.framework in Frameworks */, |
| ... | ... | @@ -98,7 +98,7 @@ |
| 98 | 98 | 3309D8D01C3A28A000534E33 /* Frameworks */ = { |
| 99 | 99 | isa = PBXGroup; |
| 100 | 100 | children = ( |
| 101 | - 336FC7E11C46413D00151550 /* Spreader.framework */, | |
| 101 | + 336FC7F51C4F305F00151550 /* Spreader.framework */, | |
| 102 | 102 | 3309D95A1C3E0B1500534E33 /* MobileCoreServices.framework */, |
| 103 | 103 | 3309D9501C3E098000534E33 /* SystemConfiguration.framework */, |
| 104 | 104 | 3309D8CE1C34CEF000534E33 /* CoreGraphics.framework */, |
| ... | ... | @@ -289,6 +289,7 @@ |
| 289 | 289 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 290 | 290 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets"; |
| 291 | 291 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 292 | + ENABLE_BITCODE = NO; | |
| 292 | 293 | FRAMEWORK_SEARCH_PATHS = ( |
| 293 | 294 | "$(PROJECT_DIR)", |
| 294 | 295 | "$(PROJECT_DIR)/../", |
| ... | ... | @@ -312,6 +313,7 @@ |
| 312 | 313 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 313 | 314 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets"; |
| 314 | 315 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 316 | + ENABLE_BITCODE = NO; | |
| 315 | 317 | FRAMEWORK_SEARCH_PATHS = ( |
| 316 | 318 | "$(PROJECT_DIR)", |
| 317 | 319 | "$(PROJECT_DIR)/../", |
ios/SpreadDemo/SpreadDemo.xcodeproj/project.xcworkspace/xcshareddata/SpreadDemo.xcscmblueprint
| ... | ... | @@ -0,0 +1,30 @@ |
| 1 | +{ | |
| 2 | + "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "8067138F5D795F06B124CA18B122761D7836670E", | |
| 3 | + "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { | |
| 4 | + | |
| 5 | + }, | |
| 6 | + "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { | |
| 7 | + "8067138F5D795F06B124CA18B122761D7836670E" : 0, | |
| 8 | + "0F2C6F43464DF136288BCEE1F67192BCF2E65E0B" : 0 | |
| 9 | + }, | |
| 10 | + "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "D1B00D4E-0107-4438-9E3C-17FD80FFC6D0", | |
| 11 | + "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { | |
| 12 | + "8067138F5D795F06B124CA18B122761D7836670E" : "spreader\/", | |
| 13 | + "0F2C6F43464DF136288BCEE1F67192BCF2E65E0B" : "SpreaderSDK\/" | |
| 14 | + }, | |
| 15 | + "DVTSourceControlWorkspaceBlueprintNameKey" : "SpreadDemo", | |
| 16 | + "DVTSourceControlWorkspaceBlueprintVersion" : 204, | |
| 17 | + "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "ios\/SpreadDemo\/SpreadDemo.xcodeproj", | |
| 18 | + "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ | |
| 19 | + { | |
| 20 | + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "http:\/\/123.59.74.8\/ios\/spreader.git", | |
| 21 | + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", | |
| 22 | + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "0F2C6F43464DF136288BCEE1F67192BCF2E65E0B" | |
| 23 | + }, | |
| 24 | + { | |
| 25 | + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "http:\/\/123.59.74.8\/document\/spreader.git", | |
| 26 | + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", | |
| 27 | + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "8067138F5D795F06B124CA18B122761D7836670E" | |
| 28 | + } | |
| 29 | + ] | |
| 30 | +} | |
| 0 | 31 | \ No newline at end of file |
ios/SpreadDemo/SpreadDemo/Info.plist
| ... | ... | @@ -2,11 +2,6 @@ |
| 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>CFBundleExecutable</key> |
| ... | ... | @@ -27,6 +22,11 @@ |
| 27 | 22 | <string>1</string> |
| 28 | 23 | <key>LSRequiresIPhoneOS</key> |
| 29 | 24 | <true/> |
| 25 | + <key>NSAppTransportSecurity</key> | |
| 26 | + <dict> | |
| 27 | + <key>NSAllowsArbitraryLoads</key> | |
| 28 | + <true/> | |
| 29 | + </dict> | |
| 30 | 30 | <key>UIRequiredDeviceCapabilities</key> |
| 31 | 31 | <array> |
| 32 | 32 | <string>armv7</string> |
| ... | ... | @@ -37,7 +37,6 @@ |
| 37 | 37 | <true/> |
| 38 | 38 | <key>UISupportedInterfaceOrientations</key> |
| 39 | 39 | <array> |
| 40 | - <string>UIInterfaceOrientationPortrait</string> | |
| 41 | 40 | <string>UIInterfaceOrientationLandscapeLeft</string> |
| 42 | 41 | <string>UIInterfaceOrientationLandscapeRight</string> |
| 43 | 42 | </array> |
ios/Spreader.framework/Info.plist
No preview for this file type
ios/Spreader.framework/Versions/A/Spreader
No preview for this file type