Commit c1c0561d905e2300082e13b176603ed38526bfe7
1 parent
1ac2b732
更新framework
Showing
15 changed files
with
134 additions
and
197 deletions
DSARModuleF.podspec
DSARModuleF/Frameworks/DSARModule.framework/DSARModule
No preview for this file type
DSARModuleF/Frameworks/DSARModule.framework/Info.plist
No preview for this file type
DSARModuleF/Frameworks/DSARModule.framework/_CodeSignature/CodeResources
Example/DSARModuleF.xcodeproj/project.pbxproj
| ... | ... | @@ -324,11 +324,11 @@ |
| 324 | 324 | ); |
| 325 | 325 | inputPaths = ( |
| 326 | 326 | "${PODS_ROOT}/Target Support Files/Pods-DSARModuleF_Example/Pods-DSARModuleF_Example-frameworks.sh", |
| 327 | - "${BUILT_PRODUCTS_DIR}/DSARModuleF/DSARModuleF.framework", | |
| 327 | + "${PODS_ROOT}/../../DSARModuleF/Frameworks/DSARModule.framework", | |
| 328 | 328 | ); |
| 329 | 329 | name = "[CP] Embed Pods Frameworks"; |
| 330 | 330 | outputPaths = ( |
| 331 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSARModuleF.framework", | |
| 331 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSARModule.framework", | |
| 332 | 332 | ); |
| 333 | 333 | runOnlyForDeploymentPostprocessing = 0; |
| 334 | 334 | shellPath = /bin/sh; | ... | ... |
Example/Podfile.lock
Example/Pods/Local Podspecs/DSARModuleF.podspec.json
| 1 | 1 | { |
| 2 | 2 | "name": "DSARModuleF", |
| 3 | 3 | "version": "0.1.0", |
| 4 | - "summary": "A short description of DSARModuleF.", | |
| 5 | - "description": "TODO: Add long description of the pod here.", | |
| 6 | - "homepage": "https://github.com/694092596@qq.com/DSARModuleF", | |
| 7 | - "license": { | |
| 8 | - "type": "MIT", | |
| 9 | - "file": "LICENSE" | |
| 10 | - }, | |
| 4 | + "summary": "DSARModuleF", | |
| 5 | + "homepage": "http://bj.gitlab.cnlive.com/DSIOSTeam", | |
| 11 | 6 | "authors": { |
| 12 | - "694092596@qq.com": "694092596@qq.com" | |
| 7 | + "DSIOSTeam": "694092596@qq.com" | |
| 13 | 8 | }, |
| 9 | + "license": "MIT", | |
| 14 | 10 | "source": { |
| 15 | - "git": "https://github.com/694092596@qq.com/DSARModuleF.git", | |
| 11 | + "git": "http://bj.gitlab.cnlive.com/DSIOSTeam/DSARModuleF.git", | |
| 16 | 12 | "tag": "0.1.0" |
| 17 | 13 | }, |
| 18 | 14 | "platforms": { |
| 19 | - "ios": "8.0" | |
| 15 | + "ios": "9.0" | |
| 16 | + }, | |
| 17 | + "vendored_frameworks": "DSARModuleF/Frameworks/*.framework", | |
| 18 | + "frameworks": [ | |
| 19 | + "Foundation", | |
| 20 | + "UIKit", | |
| 21 | + "Accelerate", | |
| 22 | + "AVFoundation", | |
| 23 | + "CoreMedia", | |
| 24 | + "CoreMotion", | |
| 25 | + "GLKit", | |
| 26 | + "JavaScriptCore", | |
| 27 | + "MediaPlayer", | |
| 28 | + "SystemConfiguration" | |
| 29 | + ], | |
| 30 | + "libraries": "sqlite3", | |
| 31 | + "xcconfig": { | |
| 32 | + "ENABLE_BITCODE": "NO" | |
| 20 | 33 | }, |
| 21 | - "source_files": "DSARModuleF/Classes/**/*" | |
| 34 | + "pod_target_xcconfig": { | |
| 35 | + "VALID_ARCHS": "arm64" | |
| 36 | + } | |
| 22 | 37 | } | ... | ... |
Example/Pods/Manifest.lock
Example/Pods/Pods.xcodeproj/project.pbxproj
| ... | ... | @@ -6,17 +6,25 @@ |
| 6 | 6 | objectVersion = 46; |
| 7 | 7 | objects = { |
| 8 | 8 | |
| 9 | +/* Begin PBXAggregateTarget section */ | |
| 10 | + 05085AC2CC13E23C8B6927EC2FA5F838 /* DSARModuleF */ = { | |
| 11 | + isa = PBXAggregateTarget; | |
| 12 | + buildConfigurationList = 39A7492A19C07A14C98FB17DD1CCABA5 /* Build configuration list for PBXAggregateTarget "DSARModuleF" */; | |
| 13 | + buildPhases = ( | |
| 14 | + ); | |
| 15 | + dependencies = ( | |
| 16 | + ); | |
| 17 | + name = DSARModuleF; | |
| 18 | + }; | |
| 19 | +/* End PBXAggregateTarget section */ | |
| 20 | + | |
| 9 | 21 | /* Begin PBXBuildFile section */ |
| 10 | 22 | 420A947974B9591EA0E1221BA0AA3100 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; }; |
| 11 | - 45BA29250F4C14845095AA1D9BC58562 /* ReplaceMe.m in Sources */ = {isa = PBXBuildFile; fileRef = 239DF44BFCCEF1734A3796791D0AB6F7 /* ReplaceMe.m */; }; | |
| 12 | 23 | 7103433E8F9514FFD3EB7F921574A526 /* Pods-DSARModuleF_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C721A0D1899AB332499FFF0E5A91CF3E /* Pods-DSARModuleF_Example-dummy.m */; }; |
| 13 | 24 | B7FE2F568715D629EF21D0087D5CE131 /* Pods-DSARModuleF_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C77C81DE3CCF32C6780FF48A70736137 /* Pods-DSARModuleF_Tests-dummy.m */; }; |
| 14 | 25 | BA71FEAA94D1FE896D57479F47EADF9A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; }; |
| 15 | - C9EA1B7E59F077A1BDC6975DD826CB6F /* DSARModuleF-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 938DB845C0D0C863E1CD3A61EA4C1DF0 /* DSARModuleF-dummy.m */; }; | |
| 16 | 26 | CBC323AE6A2A3D039C6700FE1DCCE067 /* Pods-DSARModuleF_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 09272070874569D3E13A65DB115AA317 /* Pods-DSARModuleF_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 17 | - DD4CD78654B3A082C0CD65D951649728 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; }; | |
| 18 | 27 | F0D45AEF394DB9AB42838FB2E81E00E8 /* Pods-DSARModuleF_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B33945C866B59789F0457299DD4DCA8 /* Pods-DSARModuleF_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 19 | - F62888674F9BFE8B6C17849298BF952E /* DSARModuleF-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B070C6A6ED032B414C70D840E88F9487 /* DSARModuleF-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | |
| 20 | 28 | /* End PBXBuildFile section */ |
| 21 | 29 | |
| 22 | 30 | /* Begin PBXContainerItemProxy section */ |
| ... | ... | @@ -37,38 +45,32 @@ |
| 37 | 45 | /* End PBXContainerItemProxy section */ |
| 38 | 46 | |
| 39 | 47 | /* Begin PBXFileReference section */ |
| 40 | - 086528F7107F35B7F8BE8DBA48D41A68 /* DSARModuleF-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DSARModuleF-Info.plist"; sourceTree = "<group>"; }; | |
| 41 | 48 | 09272070874569D3E13A65DB115AA317 /* Pods-DSARModuleF_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DSARModuleF_Example-umbrella.h"; sourceTree = "<group>"; }; |
| 42 | - 193FCF00E97657C72F6E45073AA197F2 /* DSARModuleF.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DSARModuleF.framework; path = DSARModuleF.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 43 | - 239DF44BFCCEF1734A3796791D0AB6F7 /* ReplaceMe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReplaceMe.m; path = DSARModuleF/Classes/ReplaceMe.m; sourceTree = "<group>"; }; | |
| 49 | + 20698843EFD487A02D0BD6F796C54FE0 /* DSARModuleF.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DSARModuleF.xcconfig; sourceTree = "<group>"; }; | |
| 44 | 50 | 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; |
| 45 | 51 | 4082BB8AFB8DD1D3F42BA066AA2B582E /* Pods-DSARModuleF_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSARModuleF_Tests-acknowledgements.plist"; sourceTree = "<group>"; }; |
| 46 | 52 | 42FE7FA1F7D8660FE0EEACEA603CF833 /* Pods-DSARModuleF_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSARModuleF_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
| 47 | 53 | 4AA63A1635A31293FAE96EA277572FC7 /* Pods-DSARModuleF_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-DSARModuleF_Example.modulemap"; sourceTree = "<group>"; }; |
| 48 | - 4ECDDE2E5CBFFDAD160D333E31575531 /* DSARModuleF.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = DSARModuleF.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | |
| 49 | 54 | 6B33945C866B59789F0457299DD4DCA8 /* Pods-DSARModuleF_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DSARModuleF_Tests-umbrella.h"; sourceTree = "<group>"; }; |
| 50 | 55 | 795A3457982930E4D68685DAAC8E0C23 /* Pods_DSARModuleF_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_DSARModuleF_Example.framework; path = "Pods-DSARModuleF_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 51 | - 7C1080913E6EEF03EDF13F7058A2E664 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; }; | |
| 52 | 56 | 889E840046A45886CA998CA48FCAEC4B /* Pods-DSARModuleF_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSARModuleF_Example-acknowledgements.plist"; sourceTree = "<group>"; }; |
| 53 | - 938DB845C0D0C863E1CD3A61EA4C1DF0 /* DSARModuleF-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DSARModuleF-dummy.m"; sourceTree = "<group>"; }; | |
| 54 | - 9B911A78BE741498614853526438AAC4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; }; | |
| 55 | 57 | 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
| 56 | 58 | 9E30725844014028A6B69EF5B7D11E82 /* Pods-DSARModuleF_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-DSARModuleF_Tests.modulemap"; sourceTree = "<group>"; }; |
| 57 | - B070C6A6ED032B414C70D840E88F9487 /* DSARModuleF-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DSARModuleF-umbrella.h"; sourceTree = "<group>"; }; | |
| 58 | 59 | B35850B20BD58C2B8EE81A5657A6AC5E /* Pods-DSARModuleF_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSARModuleF_Example.release.xcconfig"; sourceTree = "<group>"; }; |
| 59 | 60 | B68EC85CC767DE32DF4371BDE0490161 /* Pods-DSARModuleF_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSARModuleF_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
| 61 | + B7B88D6B08C820534D9EBC241385662B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; }; | |
| 60 | 62 | B9A5712AA7F01A40FCF6167FA07FCA7D /* Pods-DSARModuleF_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-DSARModuleF_Example-frameworks.sh"; sourceTree = "<group>"; }; |
| 63 | + C3F592A8DDCEB245359D4A34E222C073 /* DSARModule.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DSARModule.framework; path = DSARModuleF/Frameworks/DSARModule.framework; sourceTree = "<group>"; }; | |
| 61 | 64 | C721A0D1899AB332499FFF0E5A91CF3E /* Pods-DSARModuleF_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DSARModuleF_Example-dummy.m"; sourceTree = "<group>"; }; |
| 62 | 65 | C77C81DE3CCF32C6780FF48A70736137 /* Pods-DSARModuleF_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DSARModuleF_Tests-dummy.m"; sourceTree = "<group>"; }; |
| 63 | - C7F55C194F283B3DFE84B089DC8B7F0A /* DSARModuleF.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DSARModuleF.modulemap; sourceTree = "<group>"; }; | |
| 64 | 66 | CFF1E57DE56BB49FDDEFB77482D4B2A8 /* Pods-DSARModuleF_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DSARModuleF_Example-acknowledgements.markdown"; sourceTree = "<group>"; }; |
| 65 | - D081DA33F7343F13E4345F7B799A9E41 /* DSARModuleF.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DSARModuleF.xcconfig; sourceTree = "<group>"; }; | |
| 66 | 67 | D099F5E3E7C72B0863E5DB984807CD8E /* Pods_DSARModuleF_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_DSARModuleF_Tests.framework; path = "Pods-DSARModuleF_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 67 | 68 | D903CC2F733EB196C32C30CAE980E9EA /* Pods-DSARModuleF_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSARModuleF_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
| 68 | 69 | E8BEC34CF42EF24FB2D5A5C271C00D19 /* Pods-DSARModuleF_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSARModuleF_Tests-Info.plist"; sourceTree = "<group>"; }; |
| 69 | - F20C9BD517BD7F4746B2F0342A60CE62 /* DSARModuleF-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DSARModuleF-prefix.pch"; sourceTree = "<group>"; }; | |
| 70 | + EC0E0583460BE8EF0E69483F76F2375D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; }; | |
| 70 | 71 | F3FA8757AE2F0D389336B8C5DC6049E3 /* Pods-DSARModuleF_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSARModuleF_Example-Info.plist"; sourceTree = "<group>"; }; |
| 71 | 72 | F74CEEBC5E6CD6A6D9B67747480AC1EA /* Pods-DSARModuleF_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DSARModuleF_Tests-acknowledgements.markdown"; sourceTree = "<group>"; }; |
| 73 | + FD9AB1ED1240FFBB938A78ACC3C10823 /* DSARModuleF.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = DSARModuleF.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | |
| 72 | 74 | /* End PBXFileReference section */ |
| 73 | 75 | |
| 74 | 76 | /* Begin PBXFrameworksBuildPhase section */ |
| ... | ... | @@ -80,14 +82,6 @@ |
| 80 | 82 | ); |
| 81 | 83 | runOnlyForDeploymentPostprocessing = 0; |
| 82 | 84 | }; |
| 83 | - 5A0064A5957BB6AB0293F084C15CC4EB /* Frameworks */ = { | |
| 84 | - isa = PBXFrameworksBuildPhase; | |
| 85 | - buildActionMask = 2147483647; | |
| 86 | - files = ( | |
| 87 | - DD4CD78654B3A082C0CD65D951649728 /* Foundation.framework in Frameworks */, | |
| 88 | - ); | |
| 89 | - runOnlyForDeploymentPostprocessing = 0; | |
| 90 | - }; | |
| 91 | 85 | EF67949A4E474FD37DA2962EF5D3552C /* Frameworks */ = { |
| 92 | 86 | isa = PBXFrameworksBuildPhase; |
| 93 | 87 | buildActionMask = 2147483647; |
| ... | ... | @@ -115,56 +109,47 @@ |
| 115 | 109 | path = "Target Support Files/Pods-DSARModuleF_Tests"; |
| 116 | 110 | sourceTree = "<group>"; |
| 117 | 111 | }; |
| 118 | - 1F070B11C6370B9C0A38A234F688E4BA /* Products */ = { | |
| 112 | + 254A800F61E6F553AFACE6B49C8C17A8 /* Products */ = { | |
| 119 | 113 | isa = PBXGroup; |
| 120 | 114 | children = ( |
| 121 | - 193FCF00E97657C72F6E45073AA197F2 /* DSARModuleF.framework */, | |
| 122 | 115 | 795A3457982930E4D68685DAAC8E0C23 /* Pods_DSARModuleF_Example.framework */, |
| 123 | 116 | D099F5E3E7C72B0863E5DB984807CD8E /* Pods_DSARModuleF_Tests.framework */, |
| 124 | 117 | ); |
| 125 | 118 | name = Products; |
| 126 | 119 | sourceTree = "<group>"; |
| 127 | 120 | }; |
| 128 | - AF983BDE164B8F1B0D0015F76E352D3E /* Targets Support Files */ = { | |
| 121 | + 297ED32AC6DF573FD0D6B707C3ECE5E4 /* Frameworks */ = { | |
| 129 | 122 | isa = PBXGroup; |
| 130 | 123 | children = ( |
| 131 | - CE5F010688C3F90E6A939508A80E47D6 /* Pods-DSARModuleF_Example */, | |
| 132 | - 11321F1DD002026E9EE79004B95EA258 /* Pods-DSARModuleF_Tests */, | |
| 124 | + C3F592A8DDCEB245359D4A34E222C073 /* DSARModule.framework */, | |
| 133 | 125 | ); |
| 134 | - name = "Targets Support Files"; | |
| 126 | + name = Frameworks; | |
| 135 | 127 | sourceTree = "<group>"; |
| 136 | 128 | }; |
| 137 | - C0834CEBB1379A84116EF29F93051C60 /* iOS */ = { | |
| 129 | + 8F526E598503D789B8FB15275830FC18 /* Support Files */ = { | |
| 138 | 130 | isa = PBXGroup; |
| 139 | 131 | children = ( |
| 140 | - 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */, | |
| 132 | + 20698843EFD487A02D0BD6F796C54FE0 /* DSARModuleF.xcconfig */, | |
| 141 | 133 | ); |
| 142 | - name = iOS; | |
| 134 | + name = "Support Files"; | |
| 135 | + path = "Example/Pods/Target Support Files/DSARModuleF"; | |
| 143 | 136 | sourceTree = "<group>"; |
| 144 | 137 | }; |
| 145 | - C3011A5096619B9ECAF49902FC749773 /* Support Files */ = { | |
| 138 | + AF983BDE164B8F1B0D0015F76E352D3E /* Targets Support Files */ = { | |
| 146 | 139 | isa = PBXGroup; |
| 147 | 140 | children = ( |
| 148 | - C7F55C194F283B3DFE84B089DC8B7F0A /* DSARModuleF.modulemap */, | |
| 149 | - D081DA33F7343F13E4345F7B799A9E41 /* DSARModuleF.xcconfig */, | |
| 150 | - 938DB845C0D0C863E1CD3A61EA4C1DF0 /* DSARModuleF-dummy.m */, | |
| 151 | - 086528F7107F35B7F8BE8DBA48D41A68 /* DSARModuleF-Info.plist */, | |
| 152 | - F20C9BD517BD7F4746B2F0342A60CE62 /* DSARModuleF-prefix.pch */, | |
| 153 | - B070C6A6ED032B414C70D840E88F9487 /* DSARModuleF-umbrella.h */, | |
| 141 | + CE5F010688C3F90E6A939508A80E47D6 /* Pods-DSARModuleF_Example */, | |
| 142 | + 11321F1DD002026E9EE79004B95EA258 /* Pods-DSARModuleF_Tests */, | |
| 154 | 143 | ); |
| 155 | - name = "Support Files"; | |
| 156 | - path = "Example/Pods/Target Support Files/DSARModuleF"; | |
| 144 | + name = "Targets Support Files"; | |
| 157 | 145 | sourceTree = "<group>"; |
| 158 | 146 | }; |
| 159 | - CBEDAC65DB3126E33262F564C8B00C99 /* DSARModuleF */ = { | |
| 147 | + C0834CEBB1379A84116EF29F93051C60 /* iOS */ = { | |
| 160 | 148 | isa = PBXGroup; |
| 161 | 149 | children = ( |
| 162 | - 239DF44BFCCEF1734A3796791D0AB6F7 /* ReplaceMe.m */, | |
| 163 | - FD400F7740B2F49DD67DAAB1C3CA1AED /* Pod */, | |
| 164 | - C3011A5096619B9ECAF49902FC749773 /* Support Files */, | |
| 150 | + 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */, | |
| 165 | 151 | ); |
| 166 | - name = DSARModuleF; | |
| 167 | - path = ../..; | |
| 152 | + name = iOS; | |
| 168 | 153 | sourceTree = "<group>"; |
| 169 | 154 | }; |
| 170 | 155 | CE5F010688C3F90E6A939508A80E47D6 /* Pods-DSARModuleF_Example */ = { |
| ... | ... | @@ -190,7 +175,7 @@ |
| 190 | 175 | 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, |
| 191 | 176 | EC53600E34A4AF12DF84F166866D2A60 /* Development Pods */, |
| 192 | 177 | D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */, |
| 193 | - 1F070B11C6370B9C0A38A234F688E4BA /* Products */, | |
| 178 | + 254A800F61E6F553AFACE6B49C8C17A8 /* Products */, | |
| 194 | 179 | AF983BDE164B8F1B0D0015F76E352D3E /* Targets Support Files */, |
| 195 | 180 | ); |
| 196 | 181 | sourceTree = "<group>"; |
| ... | ... | @@ -203,22 +188,33 @@ |
| 203 | 188 | name = Frameworks; |
| 204 | 189 | sourceTree = "<group>"; |
| 205 | 190 | }; |
| 191 | + E7107C83810D41BAA2A1842A9ED9402B /* Pod */ = { | |
| 192 | + isa = PBXGroup; | |
| 193 | + children = ( | |
| 194 | + FD9AB1ED1240FFBB938A78ACC3C10823 /* DSARModuleF.podspec */, | |
| 195 | + EC0E0583460BE8EF0E69483F76F2375D /* LICENSE */, | |
| 196 | + B7B88D6B08C820534D9EBC241385662B /* README.md */, | |
| 197 | + ); | |
| 198 | + name = Pod; | |
| 199 | + sourceTree = "<group>"; | |
| 200 | + }; | |
| 206 | 201 | EC53600E34A4AF12DF84F166866D2A60 /* Development Pods */ = { |
| 207 | 202 | isa = PBXGroup; |
| 208 | 203 | children = ( |
| 209 | - CBEDAC65DB3126E33262F564C8B00C99 /* DSARModuleF */, | |
| 204 | + F0CFA065223A56B1464352537E666CF1 /* DSARModuleF */, | |
| 210 | 205 | ); |
| 211 | 206 | name = "Development Pods"; |
| 212 | 207 | sourceTree = "<group>"; |
| 213 | 208 | }; |
| 214 | - FD400F7740B2F49DD67DAAB1C3CA1AED /* Pod */ = { | |
| 209 | + F0CFA065223A56B1464352537E666CF1 /* DSARModuleF */ = { | |
| 215 | 210 | isa = PBXGroup; |
| 216 | 211 | children = ( |
| 217 | - 4ECDDE2E5CBFFDAD160D333E31575531 /* DSARModuleF.podspec */, | |
| 218 | - 7C1080913E6EEF03EDF13F7058A2E664 /* LICENSE */, | |
| 219 | - 9B911A78BE741498614853526438AAC4 /* README.md */, | |
| 212 | + 297ED32AC6DF573FD0D6B707C3ECE5E4 /* Frameworks */, | |
| 213 | + E7107C83810D41BAA2A1842A9ED9402B /* Pod */, | |
| 214 | + 8F526E598503D789B8FB15275830FC18 /* Support Files */, | |
| 220 | 215 | ); |
| 221 | - name = Pod; | |
| 216 | + name = DSARModuleF; | |
| 217 | + path = ../..; | |
| 222 | 218 | sourceTree = "<group>"; |
| 223 | 219 | }; |
| 224 | 220 | /* End PBXGroup section */ |
| ... | ... | @@ -232,14 +228,6 @@ |
| 232 | 228 | ); |
| 233 | 229 | runOnlyForDeploymentPostprocessing = 0; |
| 234 | 230 | }; |
| 235 | - CA20F2C7F7F41D3604077448EB5EC997 /* Headers */ = { | |
| 236 | - isa = PBXHeadersBuildPhase; | |
| 237 | - buildActionMask = 2147483647; | |
| 238 | - files = ( | |
| 239 | - F62888674F9BFE8B6C17849298BF952E /* DSARModuleF-umbrella.h in Headers */, | |
| 240 | - ); | |
| 241 | - runOnlyForDeploymentPostprocessing = 0; | |
| 242 | - }; | |
| 243 | 231 | EB14AA42D2EDA55CCB0F13F50AEB39F4 /* Headers */ = { |
| 244 | 232 | isa = PBXHeadersBuildPhase; |
| 245 | 233 | buildActionMask = 2147483647; |
| ... | ... | @@ -251,24 +239,6 @@ |
| 251 | 239 | /* End PBXHeadersBuildPhase section */ |
| 252 | 240 | |
| 253 | 241 | /* Begin PBXNativeTarget section */ |
| 254 | - 05085AC2CC13E23C8B6927EC2FA5F838 /* DSARModuleF */ = { | |
| 255 | - isa = PBXNativeTarget; | |
| 256 | - buildConfigurationList = 77B4D74C08E27781B0A58CDDD3453EEB /* Build configuration list for PBXNativeTarget "DSARModuleF" */; | |
| 257 | - buildPhases = ( | |
| 258 | - CA20F2C7F7F41D3604077448EB5EC997 /* Headers */, | |
| 259 | - D466A0911363C2F581310844D5796225 /* Sources */, | |
| 260 | - 5A0064A5957BB6AB0293F084C15CC4EB /* Frameworks */, | |
| 261 | - 2E57A5516F7D7693C85481D74D52E50A /* Resources */, | |
| 262 | - ); | |
| 263 | - buildRules = ( | |
| 264 | - ); | |
| 265 | - dependencies = ( | |
| 266 | - ); | |
| 267 | - name = DSARModuleF; | |
| 268 | - productName = DSARModuleF; | |
| 269 | - productReference = 193FCF00E97657C72F6E45073AA197F2 /* DSARModuleF.framework */; | |
| 270 | - productType = "com.apple.product-type.framework"; | |
| 271 | - }; | |
| 272 | 242 | 6AB28D665C5FDD41C8863580C902CAE3 /* Pods-DSARModuleF_Example */ = { |
| 273 | 243 | isa = PBXNativeTarget; |
| 274 | 244 | buildConfigurationList = AA1961B053935F7EB0FF6ED780904DAF /* Build configuration list for PBXNativeTarget "Pods-DSARModuleF_Example" */; |
| ... | ... | @@ -325,7 +295,7 @@ |
| 325 | 295 | Base, |
| 326 | 296 | ); |
| 327 | 297 | mainGroup = CF1408CF629C7361332E53B88F7BD30C; |
| 328 | - productRefGroup = 1F070B11C6370B9C0A38A234F688E4BA /* Products */; | |
| 298 | + productRefGroup = 254A800F61E6F553AFACE6B49C8C17A8 /* Products */; | |
| 329 | 299 | projectDirPath = ""; |
| 330 | 300 | projectRoot = ""; |
| 331 | 301 | targets = ( |
| ... | ... | @@ -351,13 +321,6 @@ |
| 351 | 321 | ); |
| 352 | 322 | runOnlyForDeploymentPostprocessing = 0; |
| 353 | 323 | }; |
| 354 | - 2E57A5516F7D7693C85481D74D52E50A /* Resources */ = { | |
| 355 | - isa = PBXResourcesBuildPhase; | |
| 356 | - buildActionMask = 2147483647; | |
| 357 | - files = ( | |
| 358 | - ); | |
| 359 | - runOnlyForDeploymentPostprocessing = 0; | |
| 360 | - }; | |
| 361 | 324 | /* End PBXResourcesBuildPhase section */ |
| 362 | 325 | |
| 363 | 326 | /* Begin PBXSourcesBuildPhase section */ |
| ... | ... | @@ -377,15 +340,6 @@ |
| 377 | 340 | ); |
| 378 | 341 | runOnlyForDeploymentPostprocessing = 0; |
| 379 | 342 | }; |
| 380 | - D466A0911363C2F581310844D5796225 /* Sources */ = { | |
| 381 | - isa = PBXSourcesBuildPhase; | |
| 382 | - buildActionMask = 2147483647; | |
| 383 | - files = ( | |
| 384 | - C9EA1B7E59F077A1BDC6975DD826CB6F /* DSARModuleF-dummy.m in Sources */, | |
| 385 | - 45BA29250F4C14845095AA1D9BC58562 /* ReplaceMe.m in Sources */, | |
| 386 | - ); | |
| 387 | - runOnlyForDeploymentPostprocessing = 0; | |
| 388 | - }; | |
| 389 | 343 | /* End PBXSourcesBuildPhase section */ |
| 390 | 344 | |
| 391 | 345 | /* Begin PBXTargetDependency section */ |
| ... | ... | @@ -437,6 +391,20 @@ |
| 437 | 391 | }; |
| 438 | 392 | name = Debug; |
| 439 | 393 | }; |
| 394 | + 3E62F213ACA4251C8C97F849E19805B7 /* Release */ = { | |
| 395 | + isa = XCBuildConfiguration; | |
| 396 | + baseConfigurationReference = 20698843EFD487A02D0BD6F796C54FE0 /* DSARModuleF.xcconfig */; | |
| 397 | + buildSettings = { | |
| 398 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
| 399 | + CODE_SIGN_IDENTITY = "iPhone Developer"; | |
| 400 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; | |
| 401 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | |
| 402 | + SDKROOT = iphoneos; | |
| 403 | + TARGETED_DEVICE_FAMILY = "1,2"; | |
| 404 | + VALIDATE_PRODUCT = YES; | |
| 405 | + }; | |
| 406 | + name = Release; | |
| 407 | + }; | |
| 440 | 408 | 4AE7FBBEA1853884FFFE17EC343A288A /* Debug */ = { |
| 441 | 409 | isa = XCBuildConfiguration; |
| 442 | 410 | baseConfigurationReference = 42FE7FA1F7D8660FE0EEACEA603CF833 /* Pods-DSARModuleF_Tests.debug.xcconfig */; |
| ... | ... | @@ -530,6 +498,19 @@ |
| 530 | 498 | }; |
| 531 | 499 | name = Release; |
| 532 | 500 | }; |
| 501 | + 4C8ACB4CDD6FFEEA84022BD128377158 /* Debug */ = { | |
| 502 | + isa = XCBuildConfiguration; | |
| 503 | + baseConfigurationReference = 20698843EFD487A02D0BD6F796C54FE0 /* DSARModuleF.xcconfig */; | |
| 504 | + buildSettings = { | |
| 505 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
| 506 | + CODE_SIGN_IDENTITY = "iPhone Developer"; | |
| 507 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; | |
| 508 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | |
| 509 | + SDKROOT = iphoneos; | |
| 510 | + TARGETED_DEVICE_FAMILY = "1,2"; | |
| 511 | + }; | |
| 512 | + name = Debug; | |
| 513 | + }; | |
| 533 | 514 | 7EF7227D9B20A1D549000096ACCB23D7 /* Debug */ = { |
| 534 | 515 | isa = XCBuildConfiguration; |
| 535 | 516 | buildSettings = { |
| ... | ... | @@ -628,69 +609,6 @@ |
| 628 | 609 | }; |
| 629 | 610 | name = Release; |
| 630 | 611 | }; |
| 631 | - 966BBB76BDB7DB1BF624E83690B0EC38 /* Debug */ = { | |
| 632 | - isa = XCBuildConfiguration; | |
| 633 | - baseConfigurationReference = D081DA33F7343F13E4345F7B799A9E41 /* DSARModuleF.xcconfig */; | |
| 634 | - buildSettings = { | |
| 635 | - CODE_SIGN_IDENTITY = ""; | |
| 636 | - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | |
| 637 | - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |
| 638 | - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | |
| 639 | - CURRENT_PROJECT_VERSION = 1; | |
| 640 | - DEFINES_MODULE = YES; | |
| 641 | - DYLIB_COMPATIBILITY_VERSION = 1; | |
| 642 | - DYLIB_CURRENT_VERSION = 1; | |
| 643 | - DYLIB_INSTALL_NAME_BASE = "@rpath"; | |
| 644 | - GCC_PREFIX_HEADER = "Target Support Files/DSARModuleF/DSARModuleF-prefix.pch"; | |
| 645 | - INFOPLIST_FILE = "Target Support Files/DSARModuleF/DSARModuleF-Info.plist"; | |
| 646 | - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | |
| 647 | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; | |
| 648 | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | |
| 649 | - MODULEMAP_FILE = "Target Support Files/DSARModuleF/DSARModuleF.modulemap"; | |
| 650 | - PRODUCT_MODULE_NAME = DSARModuleF; | |
| 651 | - PRODUCT_NAME = DSARModuleF; | |
| 652 | - SDKROOT = iphoneos; | |
| 653 | - SKIP_INSTALL = YES; | |
| 654 | - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | |
| 655 | - SWIFT_VERSION = 4.0; | |
| 656 | - TARGETED_DEVICE_FAMILY = "1,2"; | |
| 657 | - VERSIONING_SYSTEM = "apple-generic"; | |
| 658 | - VERSION_INFO_PREFIX = ""; | |
| 659 | - }; | |
| 660 | - name = Debug; | |
| 661 | - }; | |
| 662 | - AE7A74690E93F8C807CAADCBC29CA7B3 /* Release */ = { | |
| 663 | - isa = XCBuildConfiguration; | |
| 664 | - baseConfigurationReference = D081DA33F7343F13E4345F7B799A9E41 /* DSARModuleF.xcconfig */; | |
| 665 | - buildSettings = { | |
| 666 | - CODE_SIGN_IDENTITY = ""; | |
| 667 | - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | |
| 668 | - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | |
| 669 | - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | |
| 670 | - CURRENT_PROJECT_VERSION = 1; | |
| 671 | - DEFINES_MODULE = YES; | |
| 672 | - DYLIB_COMPATIBILITY_VERSION = 1; | |
| 673 | - DYLIB_CURRENT_VERSION = 1; | |
| 674 | - DYLIB_INSTALL_NAME_BASE = "@rpath"; | |
| 675 | - GCC_PREFIX_HEADER = "Target Support Files/DSARModuleF/DSARModuleF-prefix.pch"; | |
| 676 | - INFOPLIST_FILE = "Target Support Files/DSARModuleF/DSARModuleF-Info.plist"; | |
| 677 | - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | |
| 678 | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; | |
| 679 | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | |
| 680 | - MODULEMAP_FILE = "Target Support Files/DSARModuleF/DSARModuleF.modulemap"; | |
| 681 | - PRODUCT_MODULE_NAME = DSARModuleF; | |
| 682 | - PRODUCT_NAME = DSARModuleF; | |
| 683 | - SDKROOT = iphoneos; | |
| 684 | - SKIP_INSTALL = YES; | |
| 685 | - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; | |
| 686 | - SWIFT_VERSION = 4.0; | |
| 687 | - TARGETED_DEVICE_FAMILY = "1,2"; | |
| 688 | - VALIDATE_PRODUCT = YES; | |
| 689 | - VERSIONING_SYSTEM = "apple-generic"; | |
| 690 | - VERSION_INFO_PREFIX = ""; | |
| 691 | - }; | |
| 692 | - name = Release; | |
| 693 | - }; | |
| 694 | 612 | D365F9FBF91BABFD983BAA8B813A4370 /* Release */ = { |
| 695 | 613 | isa = XCBuildConfiguration; |
| 696 | 614 | baseConfigurationReference = B35850B20BD58C2B8EE81A5657A6AC5E /* Pods-DSARModuleF_Example.release.xcconfig */; |
| ... | ... | @@ -737,20 +655,20 @@ |
| 737 | 655 | defaultConfigurationIsVisible = 0; |
| 738 | 656 | defaultConfigurationName = Release; |
| 739 | 657 | }; |
| 740 | - 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { | |
| 658 | + 39A7492A19C07A14C98FB17DD1CCABA5 /* Build configuration list for PBXAggregateTarget "DSARModuleF" */ = { | |
| 741 | 659 | isa = XCConfigurationList; |
| 742 | 660 | buildConfigurations = ( |
| 743 | - 7EF7227D9B20A1D549000096ACCB23D7 /* Debug */, | |
| 744 | - 4BE66A09A74FD25164AAB3C2645B9B93 /* Release */, | |
| 661 | + 4C8ACB4CDD6FFEEA84022BD128377158 /* Debug */, | |
| 662 | + 3E62F213ACA4251C8C97F849E19805B7 /* Release */, | |
| 745 | 663 | ); |
| 746 | 664 | defaultConfigurationIsVisible = 0; |
| 747 | 665 | defaultConfigurationName = Release; |
| 748 | 666 | }; |
| 749 | - 77B4D74C08E27781B0A58CDDD3453EEB /* Build configuration list for PBXNativeTarget "DSARModuleF" */ = { | |
| 667 | + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { | |
| 750 | 668 | isa = XCConfigurationList; |
| 751 | 669 | buildConfigurations = ( |
| 752 | - 966BBB76BDB7DB1BF624E83690B0EC38 /* Debug */, | |
| 753 | - AE7A74690E93F8C807CAADCBC29CA7B3 /* Release */, | |
| 670 | + 7EF7227D9B20A1D549000096ACCB23D7 /* Debug */, | |
| 671 | + 4BE66A09A74FD25164AAB3C2645B9B93 /* Release */, | |
| 754 | 672 | ); |
| 755 | 673 | defaultConfigurationIsVisible = 0; |
| 756 | 674 | defaultConfigurationName = Release; | ... | ... |
Example/Pods/Target Support Files/DSARModuleF/DSARModuleF.xcconfig
| 1 | 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DSARModuleF |
| 2 | +ENABLE_BITCODE = NO | |
| 3 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSARModuleF/Frameworks" | |
| 2 | 4 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 5 | +OTHER_LDFLAGS = $(inherited) -l"sqlite3" -framework "AVFoundation" -framework "Accelerate" -framework "CoreMedia" -framework "CoreMotion" -framework "Foundation" -framework "GLKit" -framework "JavaScriptCore" -framework "MediaPlayer" -framework "SystemConfiguration" -framework "UIKit" | |
| 3 | 6 | PODS_BUILD_DIR = ${BUILD_DIR} |
| 4 | 7 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) |
| 5 | 8 | PODS_ROOT = ${SRCROOT} |
| ... | ... | @@ -7,3 +10,4 @@ PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. |
| 7 | 10 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} |
| 8 | 11 | SKIP_INSTALL = YES |
| 9 | 12 | USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES |
| 13 | +VALID_ARCHS = arm64 | ... | ... |
Example/Pods/Target Support Files/Pods-DSARModuleF_Example/Pods-DSARModuleF_Example-frameworks.sh
| ... | ... | @@ -161,10 +161,10 @@ strip_invalid_archs() { |
| 161 | 161 | |
| 162 | 162 | |
| 163 | 163 | if [[ "$CONFIGURATION" == "Debug" ]]; then |
| 164 | - install_framework "${BUILT_PRODUCTS_DIR}/DSARModuleF/DSARModuleF.framework" | |
| 164 | + install_framework "${PODS_ROOT}/../../DSARModuleF/Frameworks/DSARModule.framework" | |
| 165 | 165 | fi |
| 166 | 166 | if [[ "$CONFIGURATION" == "Release" ]]; then |
| 167 | - install_framework "${BUILT_PRODUCTS_DIR}/DSARModuleF/DSARModuleF.framework" | |
| 167 | + install_framework "${PODS_ROOT}/../../DSARModuleF/Frameworks/DSARModule.framework" | |
| 168 | 168 | fi |
| 169 | 169 | if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then |
| 170 | 170 | wait | ... | ... |
Example/Pods/Target Support Files/Pods-DSARModuleF_Example/Pods-DSARModuleF_Example.debug.xcconfig
| 1 | -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSARModuleF" | |
| 1 | +ENABLE_BITCODE = NO | |
| 2 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSARModuleF/Frameworks" | |
| 2 | 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 3 | -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSARModuleF/DSARModuleF.framework/Headers" | |
| 4 | 4 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' |
| 5 | -OTHER_LDFLAGS = $(inherited) -framework "DSARModuleF" | |
| 5 | +OTHER_LDFLAGS = $(inherited) -l"sqlite3" -framework "AVFoundation" -framework "Accelerate" -framework "CoreMedia" -framework "CoreMotion" -framework "DSARModule" -framework "Foundation" -framework "GLKit" -framework "JavaScriptCore" -framework "MediaPlayer" -framework "SystemConfiguration" -framework "UIKit" | |
| 6 | 6 | PODS_BUILD_DIR = ${BUILD_DIR} |
| 7 | 7 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) |
| 8 | 8 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/. | ... | ... |
Example/Pods/Target Support Files/Pods-DSARModuleF_Example/Pods-DSARModuleF_Example.release.xcconfig
| 1 | -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSARModuleF" | |
| 1 | +ENABLE_BITCODE = NO | |
| 2 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSARModuleF/Frameworks" | |
| 2 | 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 3 | -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSARModuleF/DSARModuleF.framework/Headers" | |
| 4 | 4 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' |
| 5 | -OTHER_LDFLAGS = $(inherited) -framework "DSARModuleF" | |
| 5 | +OTHER_LDFLAGS = $(inherited) -l"sqlite3" -framework "AVFoundation" -framework "Accelerate" -framework "CoreMedia" -framework "CoreMotion" -framework "DSARModule" -framework "Foundation" -framework "GLKit" -framework "JavaScriptCore" -framework "MediaPlayer" -framework "SystemConfiguration" -framework "UIKit" | |
| 6 | 6 | PODS_BUILD_DIR = ${BUILD_DIR} |
| 7 | 7 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) |
| 8 | 8 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/. | ... | ... |
Example/Pods/Target Support Files/Pods-DSARModuleF_Tests/Pods-DSARModuleF_Tests.debug.xcconfig
| 1 | -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSARModuleF" | |
| 1 | +ENABLE_BITCODE = NO | |
| 2 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSARModuleF/Frameworks" | |
| 2 | 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 3 | -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSARModuleF/DSARModuleF.framework/Headers" | |
| 4 | -OTHER_LDFLAGS = $(inherited) -framework "DSARModuleF" | |
| 4 | +OTHER_LDFLAGS = $(inherited) -l"sqlite3" -framework "AVFoundation" -framework "Accelerate" -framework "CoreMedia" -framework "CoreMotion" -framework "DSARModule" -framework "Foundation" -framework "GLKit" -framework "JavaScriptCore" -framework "MediaPlayer" -framework "SystemConfiguration" -framework "UIKit" | |
| 5 | 5 | PODS_BUILD_DIR = ${BUILD_DIR} |
| 6 | 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) |
| 7 | 7 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/. | ... | ... |
Example/Pods/Target Support Files/Pods-DSARModuleF_Tests/Pods-DSARModuleF_Tests.release.xcconfig
| 1 | -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSARModuleF" | |
| 1 | +ENABLE_BITCODE = NO | |
| 2 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSARModuleF/Frameworks" | |
| 2 | 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 3 | -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSARModuleF/DSARModuleF.framework/Headers" | |
| 4 | -OTHER_LDFLAGS = $(inherited) -framework "DSARModuleF" | |
| 4 | +OTHER_LDFLAGS = $(inherited) -l"sqlite3" -framework "AVFoundation" -framework "Accelerate" -framework "CoreMedia" -framework "CoreMotion" -framework "DSARModule" -framework "Foundation" -framework "GLKit" -framework "JavaScriptCore" -framework "MediaPlayer" -framework "SystemConfiguration" -framework "UIKit" | |
| 5 | 5 | PODS_BUILD_DIR = ${BUILD_DIR} |
| 6 | 6 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) |
| 7 | 7 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/. | ... | ... |