Commit 7e74eabb4084971aa505f5913c0b284bc2948d50
1 parent
9179d5cb
0.0.12
Showing
60 changed files
with
411 additions
and
439 deletions
DSBaseModule.podspec renamed to DSBaseModuleF.podspec
| 1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
| 2 | 2 | ||
| 3 | - s.name = "DSBaseModule" | 3 | + s.name = "DSBaseModuleF" |
| 4 | s.version = "0.0.12" | 4 | s.version = "0.0.12" |
| 5 | - s.summary = "DSBaseModule" | 5 | + s.summary = "DSBaseModuleF" |
| 6 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" | 6 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" |
| 7 | s.authors = { "DSIOSTeam" => "694092596@qq.com" } | 7 | s.authors = { "DSIOSTeam" => "694092596@qq.com" } |
| 8 | s.license = "MIT" | 8 | s.license = "MIT" |
| 9 | - s.source = { :git => 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSBaseModule.git', :tag => s.version.to_s } | 9 | + s.source = { :git => 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSBaseModuleF.git', :tag => s.version.to_s } |
| 10 | s.ios.deployment_target = '9.0' | 10 | s.ios.deployment_target = '9.0' |
| 11 | 11 | ||
| 12 | - s.vendored_frameworks = "#{s.name}/Frameworks/#{s.name}.framework" | 12 | + s.vendored_frameworks = "DSBaseModuleF/Frameworks/DSBaseModule.framework" |
| 13 | 13 | ||
| 14 | end | 14 | end |
DSBaseModule/Frameworks/DSBaseModule.framework/DSBaseModule renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/DSBaseModule
No preview for this file type
DSBaseModule/Frameworks/DSBaseModule.framework/Headers/DSBaseModule-umbrella.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/DSBaseModule-umbrella.h
DSBaseModule/Frameworks/DSBaseModule.framework/Headers/DSBaseModuleConstant.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/DSBaseModuleConstant.h
DSBaseModule/Frameworks/DSBaseModule.framework/Headers/DSBaseModuleHeader.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/DSBaseModuleHeader.h
DSBaseModule/Frameworks/DSBaseModule.framework/Headers/DSBaseModuleInline.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/DSBaseModuleInline.h
DSBaseModule/Frameworks/DSBaseModule.framework/Headers/DSBaseModuleMacro.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/DSBaseModuleMacro.h
DSBaseModule/Frameworks/DSBaseModule.framework/Headers/DSBaseModuleManager.h renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/DSBaseModuleManager.h
DSBaseModule/Frameworks/DSBaseModule.framework/Info.plist renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Info.plist
No preview for this file type
DSBaseModule/Frameworks/DSBaseModule.framework/Modules/module.modulemap renamed to DSBaseModuleF/Frameworks/DSBaseModule.framework/Modules/module.modulemap
Example/DSBaseModule.xcodeproj/project.pbxproj renamed to Example/DSBaseModuleF.xcodeproj/project.pbxproj
| @@ -7,7 +7,6 @@ | @@ -7,7 +7,6 @@ | ||
| 7 | objects = { | 7 | objects = { |
| 8 | 8 | ||
| 9 | /* Begin PBXBuildFile section */ | 9 | /* Begin PBXBuildFile section */ |
| 10 | - 250B3B2F172453C11F9FD3D2 /* Pods_DSBaseModule_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF0C4425622587FE861DDCA3 /* Pods_DSBaseModule_Tests.framework */; }; | ||
| 11 | 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; | 10 | 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; |
| 12 | 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; | 11 | 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; |
| 13 | 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; | 12 | 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; |
| @@ -21,9 +20,10 @@ | @@ -21,9 +20,10 @@ | ||
| 21 | 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; | 20 | 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; |
| 22 | 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; }; | 21 | 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; }; |
| 23 | 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; | 22 | 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; |
| 23 | + 6BF4A6EAFFB8E268BEB52DBE /* Pods_DSBaseModuleF_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAD3F221419E950F4DAB754C /* Pods_DSBaseModuleF_Tests.framework */; }; | ||
| 24 | 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; }; | 24 | 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; }; |
| 25 | 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; }; | 25 | 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; }; |
| 26 | - ABB6B2F1D21311B0D8282B5F /* Pods_DSBaseModule_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 559DE48A2314D9196A9DED6C /* Pods_DSBaseModule_Example.framework */; }; | 26 | + FDECDFCCCB4D1A8557883BC6 /* Pods_DSBaseModuleF_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83D6394712467B2679B3B693 /* Pods_DSBaseModuleF_Example.framework */; }; |
| 27 | /* End PBXBuildFile section */ | 27 | /* End PBXBuildFile section */ |
| 28 | 28 | ||
| 29 | /* Begin PBXContainerItemProxy section */ | 29 | /* Begin PBXContainerItemProxy section */ |
| @@ -32,41 +32,41 @@ | @@ -32,41 +32,41 @@ | ||
| 32 | containerPortal = 6003F582195388D10070C39A /* Project object */; | 32 | containerPortal = 6003F582195388D10070C39A /* Project object */; |
| 33 | proxyType = 1; | 33 | proxyType = 1; |
| 34 | remoteGlobalIDString = 6003F589195388D20070C39A; | 34 | remoteGlobalIDString = 6003F589195388D20070C39A; |
| 35 | - remoteInfo = DSBaseModule; | 35 | + remoteInfo = DSBaseModuleF; |
| 36 | }; | 36 | }; |
| 37 | /* End PBXContainerItemProxy section */ | 37 | /* End PBXContainerItemProxy section */ |
| 38 | 38 | ||
| 39 | /* Begin PBXFileReference section */ | 39 | /* Begin PBXFileReference section */ |
| 40 | - 559DE48A2314D9196A9DED6C /* Pods_DSBaseModule_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DSBaseModule_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 41 | - 6003F58A195388D20070C39A /* DSBaseModule_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DSBaseModule_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 40 | + 19AC83805185A7302F5A75AA /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
| 41 | + 4B4B4C49871007406FBA4E56 /* Pods-DSBaseModuleF_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSBaseModuleF_Tests.release.xcconfig"; path = "Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests.release.xcconfig"; sourceTree = "<group>"; }; | ||
| 42 | + 6003F58A195388D20070C39A /* DSBaseModuleF_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DSBaseModuleF_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 42 | 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; }; |
| 43 | 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; }; |
| 44 | 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; }; |
| 45 | - 6003F595195388D20070C39A /* DSBaseModule-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DSBaseModule-Info.plist"; sourceTree = "<group>"; }; | 46 | + 6003F595195388D20070C39A /* DSBaseModuleF-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DSBaseModuleF-Info.plist"; sourceTree = "<group>"; }; |
| 46 | 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | 47 | 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
| 47 | 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; | 48 | 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
| 48 | - 6003F59B195388D20070C39A /* DSBaseModule-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DSBaseModule-Prefix.pch"; sourceTree = "<group>"; }; | 49 | + 6003F59B195388D20070C39A /* DSBaseModuleF-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DSBaseModuleF-Prefix.pch"; sourceTree = "<group>"; }; |
| 49 | 6003F59C195388D20070C39A /* DSAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DSAppDelegate.h; sourceTree = "<group>"; }; | 50 | 6003F59C195388D20070C39A /* DSAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DSAppDelegate.h; sourceTree = "<group>"; }; |
| 50 | 6003F59D195388D20070C39A /* DSAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DSAppDelegate.m; sourceTree = "<group>"; }; | 51 | 6003F59D195388D20070C39A /* DSAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DSAppDelegate.m; sourceTree = "<group>"; }; |
| 51 | 6003F5A5195388D20070C39A /* DSViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DSViewController.h; sourceTree = "<group>"; }; | 52 | 6003F5A5195388D20070C39A /* DSViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DSViewController.h; sourceTree = "<group>"; }; |
| 52 | 6003F5A6195388D20070C39A /* DSViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DSViewController.m; sourceTree = "<group>"; }; | 53 | 6003F5A6195388D20070C39A /* DSViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DSViewController.m; sourceTree = "<group>"; }; |
| 53 | 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; | 54 | 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
| 54 | - 6003F5AE195388D20070C39A /* DSBaseModule_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DSBaseModule_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | 55 | + 6003F5AE195388D20070C39A /* DSBaseModuleF_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DSBaseModuleF_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 55 | 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; | 56 | 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; |
| 56 | 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; }; | 57 | 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; }; |
| 57 | 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | 58 | 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
| 58 | 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; }; | 59 | 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; }; |
| 59 | 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; }; | 60 | 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; }; |
| 61 | + 653995EB0469954123A22FA3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; | ||
| 60 | 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; | 62 | 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 61 | - 76262C0D418D169B85ED2CD1 /* Pods-DSBaseModule_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSBaseModule_Tests.debug.xcconfig"; path = "Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests.debug.xcconfig"; sourceTree = "<group>"; }; | 63 | + 83D6394712467B2679B3B693 /* Pods_DSBaseModuleF_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DSBaseModuleF_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 62 | 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; | 64 | 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
| 63 | - A199EE8262D7F2EB4B0D12E6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; | ||
| 64 | - A3E8BB047396AA022FEF14F6 /* Pods-DSBaseModule_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSBaseModule_Tests.release.xcconfig"; path = "Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests.release.xcconfig"; sourceTree = "<group>"; }; | ||
| 65 | - B1CD8737E50659DFE012E704 /* Pods-DSBaseModule_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSBaseModule_Example.debug.xcconfig"; path = "Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example.debug.xcconfig"; sourceTree = "<group>"; }; | ||
| 66 | - BA6A2F2C2158847488FE791C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; | ||
| 67 | - CF0C4425622587FE861DDCA3 /* Pods_DSBaseModule_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DSBaseModule_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 68 | - D706F8FD09B2B1A670EDA2BA /* DSBaseModule.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = DSBaseModule.podspec; path = ../DSBaseModule.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | ||
| 69 | - F149E49C33EFA9A6F9D5E529 /* Pods-DSBaseModule_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSBaseModule_Example.release.xcconfig"; path = "Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example.release.xcconfig"; sourceTree = "<group>"; }; | 65 | + 8BDEC1660BF4DE077A980B96 /* Pods-DSBaseModuleF_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSBaseModuleF_Example.debug.xcconfig"; path = "Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
| 66 | + 947B26973BBB1A246BAD8D46 /* Pods-DSBaseModuleF_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSBaseModuleF_Tests.debug.xcconfig"; path = "Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests.debug.xcconfig"; sourceTree = "<group>"; }; | ||
| 67 | + 9E8B4D8C0BFF0ACA4B0789BB /* Pods-DSBaseModuleF_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSBaseModuleF_Example.release.xcconfig"; path = "Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example.release.xcconfig"; sourceTree = "<group>"; }; | ||
| 68 | + BF643C7C36CE8190AA25D0FB /* DSBaseModuleF.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = DSBaseModuleF.podspec; path = ../DSBaseModuleF.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | ||
| 69 | + EAD3F221419E950F4DAB754C /* Pods_DSBaseModuleF_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DSBaseModuleF_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 70 | /* End PBXFileReference section */ | 70 | /* End PBXFileReference section */ |
| 71 | 71 | ||
| 72 | /* Begin PBXFrameworksBuildPhase section */ | 72 | /* Begin PBXFrameworksBuildPhase section */ |
| @@ -77,7 +77,7 @@ | @@ -77,7 +77,7 @@ | ||
| 77 | 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */, | 77 | 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */, |
| 78 | 6003F592195388D20070C39A /* UIKit.framework in Frameworks */, | 78 | 6003F592195388D20070C39A /* UIKit.framework in Frameworks */, |
| 79 | 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */, | 79 | 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */, |
| 80 | - ABB6B2F1D21311B0D8282B5F /* Pods_DSBaseModule_Example.framework in Frameworks */, | 80 | + FDECDFCCCB4D1A8557883BC6 /* Pods_DSBaseModuleF_Example.framework in Frameworks */, |
| 81 | ); | 81 | ); |
| 82 | runOnlyForDeploymentPostprocessing = 0; | 82 | runOnlyForDeploymentPostprocessing = 0; |
| 83 | }; | 83 | }; |
| @@ -88,30 +88,41 @@ | @@ -88,30 +88,41 @@ | ||
| 88 | 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */, | 88 | 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */, |
| 89 | 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */, | 89 | 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */, |
| 90 | 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */, | 90 | 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */, |
| 91 | - 250B3B2F172453C11F9FD3D2 /* Pods_DSBaseModule_Tests.framework in Frameworks */, | 91 | + 6BF4A6EAFFB8E268BEB52DBE /* Pods_DSBaseModuleF_Tests.framework in Frameworks */, |
| 92 | ); | 92 | ); |
| 93 | runOnlyForDeploymentPostprocessing = 0; | 93 | runOnlyForDeploymentPostprocessing = 0; |
| 94 | }; | 94 | }; |
| 95 | /* End PBXFrameworksBuildPhase section */ | 95 | /* End PBXFrameworksBuildPhase section */ |
| 96 | 96 | ||
| 97 | /* Begin PBXGroup section */ | 97 | /* Begin PBXGroup section */ |
| 98 | + 2CCF672409DE55536850686F /* Pods */ = { | ||
| 99 | + isa = PBXGroup; | ||
| 100 | + children = ( | ||
| 101 | + 8BDEC1660BF4DE077A980B96 /* Pods-DSBaseModuleF_Example.debug.xcconfig */, | ||
| 102 | + 9E8B4D8C0BFF0ACA4B0789BB /* Pods-DSBaseModuleF_Example.release.xcconfig */, | ||
| 103 | + 947B26973BBB1A246BAD8D46 /* Pods-DSBaseModuleF_Tests.debug.xcconfig */, | ||
| 104 | + 4B4B4C49871007406FBA4E56 /* Pods-DSBaseModuleF_Tests.release.xcconfig */, | ||
| 105 | + ); | ||
| 106 | + path = Pods; | ||
| 107 | + sourceTree = "<group>"; | ||
| 108 | + }; | ||
| 98 | 6003F581195388D10070C39A = { | 109 | 6003F581195388D10070C39A = { |
| 99 | isa = PBXGroup; | 110 | isa = PBXGroup; |
| 100 | children = ( | 111 | children = ( |
| 101 | 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */, | 112 | 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */, |
| 102 | - 6003F593195388D20070C39A /* Example for DSBaseModule */, | 113 | + 6003F593195388D20070C39A /* Example for DSBaseModuleF */, |
| 103 | 6003F5B5195388D20070C39A /* Tests */, | 114 | 6003F5B5195388D20070C39A /* Tests */, |
| 104 | 6003F58C195388D20070C39A /* Frameworks */, | 115 | 6003F58C195388D20070C39A /* Frameworks */, |
| 105 | 6003F58B195388D20070C39A /* Products */, | 116 | 6003F58B195388D20070C39A /* Products */, |
| 106 | - A1B3089D4A0711C70AFE90D4 /* Pods */, | 117 | + 2CCF672409DE55536850686F /* Pods */, |
| 107 | ); | 118 | ); |
| 108 | sourceTree = "<group>"; | 119 | sourceTree = "<group>"; |
| 109 | }; | 120 | }; |
| 110 | 6003F58B195388D20070C39A /* Products */ = { | 121 | 6003F58B195388D20070C39A /* Products */ = { |
| 111 | isa = PBXGroup; | 122 | isa = PBXGroup; |
| 112 | children = ( | 123 | children = ( |
| 113 | - 6003F58A195388D20070C39A /* DSBaseModule_Example.app */, | ||
| 114 | - 6003F5AE195388D20070C39A /* DSBaseModule_Tests.xctest */, | 124 | + 6003F58A195388D20070C39A /* DSBaseModuleF_Example.app */, |
| 125 | + 6003F5AE195388D20070C39A /* DSBaseModuleF_Tests.xctest */, | ||
| 115 | ); | 126 | ); |
| 116 | name = Products; | 127 | name = Products; |
| 117 | sourceTree = "<group>"; | 128 | sourceTree = "<group>"; |
| @@ -123,13 +134,13 @@ | @@ -123,13 +134,13 @@ | ||
| 123 | 6003F58F195388D20070C39A /* CoreGraphics.framework */, | 134 | 6003F58F195388D20070C39A /* CoreGraphics.framework */, |
| 124 | 6003F591195388D20070C39A /* UIKit.framework */, | 135 | 6003F591195388D20070C39A /* UIKit.framework */, |
| 125 | 6003F5AF195388D20070C39A /* XCTest.framework */, | 136 | 6003F5AF195388D20070C39A /* XCTest.framework */, |
| 126 | - 559DE48A2314D9196A9DED6C /* Pods_DSBaseModule_Example.framework */, | ||
| 127 | - CF0C4425622587FE861DDCA3 /* Pods_DSBaseModule_Tests.framework */, | 137 | + 83D6394712467B2679B3B693 /* Pods_DSBaseModuleF_Example.framework */, |
| 138 | + EAD3F221419E950F4DAB754C /* Pods_DSBaseModuleF_Tests.framework */, | ||
| 128 | ); | 139 | ); |
| 129 | name = Frameworks; | 140 | name = Frameworks; |
| 130 | sourceTree = "<group>"; | 141 | sourceTree = "<group>"; |
| 131 | }; | 142 | }; |
| 132 | - 6003F593195388D20070C39A /* Example for DSBaseModule */ = { | 143 | + 6003F593195388D20070C39A /* Example for DSBaseModuleF */ = { |
| 133 | isa = PBXGroup; | 144 | isa = PBXGroup; |
| 134 | children = ( | 145 | children = ( |
| 135 | 6003F59C195388D20070C39A /* DSAppDelegate.h */, | 146 | 6003F59C195388D20070C39A /* DSAppDelegate.h */, |
| @@ -141,17 +152,17 @@ | @@ -141,17 +152,17 @@ | ||
| 141 | 6003F5A8195388D20070C39A /* Images.xcassets */, | 152 | 6003F5A8195388D20070C39A /* Images.xcassets */, |
| 142 | 6003F594195388D20070C39A /* Supporting Files */, | 153 | 6003F594195388D20070C39A /* Supporting Files */, |
| 143 | ); | 154 | ); |
| 144 | - name = "Example for DSBaseModule"; | ||
| 145 | - path = DSBaseModule; | 155 | + name = "Example for DSBaseModuleF"; |
| 156 | + path = DSBaseModuleF; | ||
| 146 | sourceTree = "<group>"; | 157 | sourceTree = "<group>"; |
| 147 | }; | 158 | }; |
| 148 | 6003F594195388D20070C39A /* Supporting Files */ = { | 159 | 6003F594195388D20070C39A /* Supporting Files */ = { |
| 149 | isa = PBXGroup; | 160 | isa = PBXGroup; |
| 150 | children = ( | 161 | children = ( |
| 151 | - 6003F595195388D20070C39A /* DSBaseModule-Info.plist */, | 162 | + 6003F595195388D20070C39A /* DSBaseModuleF-Info.plist */, |
| 152 | 6003F596195388D20070C39A /* InfoPlist.strings */, | 163 | 6003F596195388D20070C39A /* InfoPlist.strings */, |
| 153 | 6003F599195388D20070C39A /* main.m */, | 164 | 6003F599195388D20070C39A /* main.m */, |
| 154 | - 6003F59B195388D20070C39A /* DSBaseModule-Prefix.pch */, | 165 | + 6003F59B195388D20070C39A /* DSBaseModuleF-Prefix.pch */, |
| 155 | ); | 166 | ); |
| 156 | name = "Supporting Files"; | 167 | name = "Supporting Files"; |
| 157 | sourceTree = "<group>"; | 168 | sourceTree = "<group>"; |
| @@ -178,51 +189,40 @@ | @@ -178,51 +189,40 @@ | ||
| 178 | 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = { | 189 | 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = { |
| 179 | isa = PBXGroup; | 190 | isa = PBXGroup; |
| 180 | children = ( | 191 | children = ( |
| 181 | - D706F8FD09B2B1A670EDA2BA /* DSBaseModule.podspec */, | ||
| 182 | - BA6A2F2C2158847488FE791C /* README.md */, | ||
| 183 | - A199EE8262D7F2EB4B0D12E6 /* LICENSE */, | 192 | + BF643C7C36CE8190AA25D0FB /* DSBaseModuleF.podspec */, |
| 193 | + 19AC83805185A7302F5A75AA /* README.md */, | ||
| 194 | + 653995EB0469954123A22FA3 /* LICENSE */, | ||
| 184 | ); | 195 | ); |
| 185 | name = "Podspec Metadata"; | 196 | name = "Podspec Metadata"; |
| 186 | sourceTree = "<group>"; | 197 | sourceTree = "<group>"; |
| 187 | }; | 198 | }; |
| 188 | - A1B3089D4A0711C70AFE90D4 /* Pods */ = { | ||
| 189 | - isa = PBXGroup; | ||
| 190 | - children = ( | ||
| 191 | - B1CD8737E50659DFE012E704 /* Pods-DSBaseModule_Example.debug.xcconfig */, | ||
| 192 | - F149E49C33EFA9A6F9D5E529 /* Pods-DSBaseModule_Example.release.xcconfig */, | ||
| 193 | - 76262C0D418D169B85ED2CD1 /* Pods-DSBaseModule_Tests.debug.xcconfig */, | ||
| 194 | - A3E8BB047396AA022FEF14F6 /* Pods-DSBaseModule_Tests.release.xcconfig */, | ||
| 195 | - ); | ||
| 196 | - path = Pods; | ||
| 197 | - sourceTree = "<group>"; | ||
| 198 | - }; | ||
| 199 | /* End PBXGroup section */ | 199 | /* End PBXGroup section */ |
| 200 | 200 | ||
| 201 | /* Begin PBXNativeTarget section */ | 201 | /* Begin PBXNativeTarget section */ |
| 202 | - 6003F589195388D20070C39A /* DSBaseModule_Example */ = { | 202 | + 6003F589195388D20070C39A /* DSBaseModuleF_Example */ = { |
| 203 | isa = PBXNativeTarget; | 203 | isa = PBXNativeTarget; |
| 204 | - buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "DSBaseModule_Example" */; | 204 | + buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "DSBaseModuleF_Example" */; |
| 205 | buildPhases = ( | 205 | buildPhases = ( |
| 206 | - 9C3CEEA29F7C9BC777371CDB /* [CP] Check Pods Manifest.lock */, | 206 | + 9AD4732D367FC3E05E6847C1 /* [CP] Check Pods Manifest.lock */, |
| 207 | 6003F586195388D20070C39A /* Sources */, | 207 | 6003F586195388D20070C39A /* Sources */, |
| 208 | 6003F587195388D20070C39A /* Frameworks */, | 208 | 6003F587195388D20070C39A /* Frameworks */, |
| 209 | 6003F588195388D20070C39A /* Resources */, | 209 | 6003F588195388D20070C39A /* Resources */, |
| 210 | - E87C7B985552C575A0F20621 /* [CP] Embed Pods Frameworks */, | 210 | + 783F235B634C2ABF176C3068 /* [CP] Embed Pods Frameworks */, |
| 211 | ); | 211 | ); |
| 212 | buildRules = ( | 212 | buildRules = ( |
| 213 | ); | 213 | ); |
| 214 | dependencies = ( | 214 | dependencies = ( |
| 215 | ); | 215 | ); |
| 216 | - name = DSBaseModule_Example; | ||
| 217 | - productName = DSBaseModule; | ||
| 218 | - productReference = 6003F58A195388D20070C39A /* DSBaseModule_Example.app */; | 216 | + name = DSBaseModuleF_Example; |
| 217 | + productName = DSBaseModuleF; | ||
| 218 | + productReference = 6003F58A195388D20070C39A /* DSBaseModuleF_Example.app */; | ||
| 219 | productType = "com.apple.product-type.application"; | 219 | productType = "com.apple.product-type.application"; |
| 220 | }; | 220 | }; |
| 221 | - 6003F5AD195388D20070C39A /* DSBaseModule_Tests */ = { | 221 | + 6003F5AD195388D20070C39A /* DSBaseModuleF_Tests */ = { |
| 222 | isa = PBXNativeTarget; | 222 | isa = PBXNativeTarget; |
| 223 | - buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "DSBaseModule_Tests" */; | 223 | + buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "DSBaseModuleF_Tests" */; |
| 224 | buildPhases = ( | 224 | buildPhases = ( |
| 225 | - 7359420019CC7202AACE692A /* [CP] Check Pods Manifest.lock */, | 225 | + B7BD52643EB363AA67F7022B /* [CP] Check Pods Manifest.lock */, |
| 226 | 6003F5AA195388D20070C39A /* Sources */, | 226 | 6003F5AA195388D20070C39A /* Sources */, |
| 227 | 6003F5AB195388D20070C39A /* Frameworks */, | 227 | 6003F5AB195388D20070C39A /* Frameworks */, |
| 228 | 6003F5AC195388D20070C39A /* Resources */, | 228 | 6003F5AC195388D20070C39A /* Resources */, |
| @@ -232,9 +232,9 @@ | @@ -232,9 +232,9 @@ | ||
| 232 | dependencies = ( | 232 | dependencies = ( |
| 233 | 6003F5B4195388D20070C39A /* PBXTargetDependency */, | 233 | 6003F5B4195388D20070C39A /* PBXTargetDependency */, |
| 234 | ); | 234 | ); |
| 235 | - name = DSBaseModule_Tests; | ||
| 236 | - productName = DSBaseModuleTests; | ||
| 237 | - productReference = 6003F5AE195388D20070C39A /* DSBaseModule_Tests.xctest */; | 235 | + name = DSBaseModuleF_Tests; |
| 236 | + productName = DSBaseModuleFTests; | ||
| 237 | + productReference = 6003F5AE195388D20070C39A /* DSBaseModuleF_Tests.xctest */; | ||
| 238 | productType = "com.apple.product-type.bundle.unit-test"; | 238 | productType = "com.apple.product-type.bundle.unit-test"; |
| 239 | }; | 239 | }; |
| 240 | /* End PBXNativeTarget section */ | 240 | /* End PBXNativeTarget section */ |
| @@ -244,22 +244,20 @@ | @@ -244,22 +244,20 @@ | ||
| 244 | isa = PBXProject; | 244 | isa = PBXProject; |
| 245 | attributes = { | 245 | attributes = { |
| 246 | CLASSPREFIX = DS; | 246 | CLASSPREFIX = DS; |
| 247 | - LastUpgradeCheck = 1120; | 247 | + LastUpgradeCheck = 0720; |
| 248 | ORGANIZATIONNAME = "694092596@qq.com"; | 248 | ORGANIZATIONNAME = "694092596@qq.com"; |
| 249 | TargetAttributes = { | 249 | TargetAttributes = { |
| 250 | - 6003F589195388D20070C39A = { | ||
| 251 | - DevelopmentTeam = 94X49GG3ZW; | ||
| 252 | - }; | ||
| 253 | 6003F5AD195388D20070C39A = { | 250 | 6003F5AD195388D20070C39A = { |
| 254 | TestTargetID = 6003F589195388D20070C39A; | 251 | TestTargetID = 6003F589195388D20070C39A; |
| 255 | }; | 252 | }; |
| 256 | }; | 253 | }; |
| 257 | }; | 254 | }; |
| 258 | - buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "DSBaseModule" */; | 255 | + buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "DSBaseModuleF" */; |
| 259 | compatibilityVersion = "Xcode 3.2"; | 256 | compatibilityVersion = "Xcode 3.2"; |
| 260 | - developmentRegion = en; | 257 | + developmentRegion = English; |
| 261 | hasScannedForEncodings = 0; | 258 | hasScannedForEncodings = 0; |
| 262 | knownRegions = ( | 259 | knownRegions = ( |
| 260 | + English, | ||
| 263 | en, | 261 | en, |
| 264 | Base, | 262 | Base, |
| 265 | ); | 263 | ); |
| @@ -268,8 +266,8 @@ | @@ -268,8 +266,8 @@ | ||
| 268 | projectDirPath = ""; | 266 | projectDirPath = ""; |
| 269 | projectRoot = ""; | 267 | projectRoot = ""; |
| 270 | targets = ( | 268 | targets = ( |
| 271 | - 6003F589195388D20070C39A /* DSBaseModule_Example */, | ||
| 272 | - 6003F5AD195388D20070C39A /* DSBaseModule_Tests */, | 269 | + 6003F589195388D20070C39A /* DSBaseModuleF_Example */, |
| 270 | + 6003F5AD195388D20070C39A /* DSBaseModuleF_Tests */, | ||
| 273 | ); | 271 | ); |
| 274 | }; | 272 | }; |
| 275 | /* End PBXProject section */ | 273 | /* End PBXProject section */ |
| @@ -297,29 +295,25 @@ | @@ -297,29 +295,25 @@ | ||
| 297 | /* End PBXResourcesBuildPhase section */ | 295 | /* End PBXResourcesBuildPhase section */ |
| 298 | 296 | ||
| 299 | /* Begin PBXShellScriptBuildPhase section */ | 297 | /* Begin PBXShellScriptBuildPhase section */ |
| 300 | - 7359420019CC7202AACE692A /* [CP] Check Pods Manifest.lock */ = { | 298 | + 783F235B634C2ABF176C3068 /* [CP] Embed Pods Frameworks */ = { |
| 301 | isa = PBXShellScriptBuildPhase; | 299 | isa = PBXShellScriptBuildPhase; |
| 302 | buildActionMask = 2147483647; | 300 | buildActionMask = 2147483647; |
| 303 | files = ( | 301 | files = ( |
| 304 | ); | 302 | ); |
| 305 | - inputFileListPaths = ( | ||
| 306 | - ); | ||
| 307 | inputPaths = ( | 303 | inputPaths = ( |
| 308 | - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", | ||
| 309 | - "${PODS_ROOT}/Manifest.lock", | ||
| 310 | - ); | ||
| 311 | - name = "[CP] Check Pods Manifest.lock"; | ||
| 312 | - outputFileListPaths = ( | 304 | + "${PODS_ROOT}/Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example-frameworks.sh", |
| 305 | + "${PODS_ROOT}/../../DSBaseModuleF/Frameworks/DSBaseModule.framework", | ||
| 313 | ); | 306 | ); |
| 307 | + name = "[CP] Embed Pods Frameworks"; | ||
| 314 | outputPaths = ( | 308 | outputPaths = ( |
| 315 | - "$(DERIVED_FILE_DIR)/Pods-DSBaseModule_Tests-checkManifestLockResult.txt", | 309 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSBaseModule.framework", |
| 316 | ); | 310 | ); |
| 317 | runOnlyForDeploymentPostprocessing = 0; | 311 | runOnlyForDeploymentPostprocessing = 0; |
| 318 | shellPath = /bin/sh; | 312 | shellPath = /bin/sh; |
| 319 | - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; | 313 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example-frameworks.sh\"\n"; |
| 320 | showEnvVarsInLog = 0; | 314 | showEnvVarsInLog = 0; |
| 321 | }; | 315 | }; |
| 322 | - 9C3CEEA29F7C9BC777371CDB /* [CP] Check Pods Manifest.lock */ = { | 316 | + 9AD4732D367FC3E05E6847C1 /* [CP] Check Pods Manifest.lock */ = { |
| 323 | isa = PBXShellScriptBuildPhase; | 317 | isa = PBXShellScriptBuildPhase; |
| 324 | buildActionMask = 2147483647; | 318 | buildActionMask = 2147483647; |
| 325 | files = ( | 319 | files = ( |
| @@ -334,29 +328,33 @@ | @@ -334,29 +328,33 @@ | ||
| 334 | outputFileListPaths = ( | 328 | outputFileListPaths = ( |
| 335 | ); | 329 | ); |
| 336 | outputPaths = ( | 330 | outputPaths = ( |
| 337 | - "$(DERIVED_FILE_DIR)/Pods-DSBaseModule_Example-checkManifestLockResult.txt", | 331 | + "$(DERIVED_FILE_DIR)/Pods-DSBaseModuleF_Example-checkManifestLockResult.txt", |
| 338 | ); | 332 | ); |
| 339 | runOnlyForDeploymentPostprocessing = 0; | 333 | runOnlyForDeploymentPostprocessing = 0; |
| 340 | shellPath = /bin/sh; | 334 | shellPath = /bin/sh; |
| 341 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; | 335 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
| 342 | showEnvVarsInLog = 0; | 336 | showEnvVarsInLog = 0; |
| 343 | }; | 337 | }; |
| 344 | - E87C7B985552C575A0F20621 /* [CP] Embed Pods Frameworks */ = { | 338 | + B7BD52643EB363AA67F7022B /* [CP] Check Pods Manifest.lock */ = { |
| 345 | isa = PBXShellScriptBuildPhase; | 339 | isa = PBXShellScriptBuildPhase; |
| 346 | buildActionMask = 2147483647; | 340 | buildActionMask = 2147483647; |
| 347 | files = ( | 341 | files = ( |
| 348 | ); | 342 | ); |
| 343 | + inputFileListPaths = ( | ||
| 344 | + ); | ||
| 349 | inputPaths = ( | 345 | inputPaths = ( |
| 350 | - "${PODS_ROOT}/Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example-frameworks.sh", | ||
| 351 | - "${PODS_ROOT}/../../DSBaseModule/Frameworks/DSBaseModule.framework", | 346 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 347 | + "${PODS_ROOT}/Manifest.lock", | ||
| 348 | + ); | ||
| 349 | + name = "[CP] Check Pods Manifest.lock"; | ||
| 350 | + outputFileListPaths = ( | ||
| 352 | ); | 351 | ); |
| 353 | - name = "[CP] Embed Pods Frameworks"; | ||
| 354 | outputPaths = ( | 352 | outputPaths = ( |
| 355 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSBaseModule.framework", | 353 | + "$(DERIVED_FILE_DIR)/Pods-DSBaseModuleF_Tests-checkManifestLockResult.txt", |
| 356 | ); | 354 | ); |
| 357 | runOnlyForDeploymentPostprocessing = 0; | 355 | runOnlyForDeploymentPostprocessing = 0; |
| 358 | shellPath = /bin/sh; | 356 | shellPath = /bin/sh; |
| 359 | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example-frameworks.sh\"\n"; | 357 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
| 360 | showEnvVarsInLog = 0; | 358 | showEnvVarsInLog = 0; |
| 361 | }; | 359 | }; |
| 362 | /* End PBXShellScriptBuildPhase section */ | 360 | /* End PBXShellScriptBuildPhase section */ |
| @@ -385,7 +383,7 @@ | @@ -385,7 +383,7 @@ | ||
| 385 | /* Begin PBXTargetDependency section */ | 383 | /* Begin PBXTargetDependency section */ |
| 386 | 6003F5B4195388D20070C39A /* PBXTargetDependency */ = { | 384 | 6003F5B4195388D20070C39A /* PBXTargetDependency */ = { |
| 387 | isa = PBXTargetDependency; | 385 | isa = PBXTargetDependency; |
| 388 | - target = 6003F589195388D20070C39A /* DSBaseModule_Example */; | 386 | + target = 6003F589195388D20070C39A /* DSBaseModuleF_Example */; |
| 389 | targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */; | 387 | targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */; |
| 390 | }; | 388 | }; |
| 391 | /* End PBXTargetDependency section */ | 389 | /* End PBXTargetDependency section */ |
| @@ -422,37 +420,23 @@ | @@ -422,37 +420,23 @@ | ||
| 422 | isa = XCBuildConfiguration; | 420 | isa = XCBuildConfiguration; |
| 423 | buildSettings = { | 421 | buildSettings = { |
| 424 | ALWAYS_SEARCH_USER_PATHS = NO; | 422 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 425 | - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; | ||
| 426 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | 423 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 427 | CLANG_CXX_LIBRARY = "libc++"; | 424 | CLANG_CXX_LIBRARY = "libc++"; |
| 428 | CLANG_ENABLE_MODULES = YES; | 425 | CLANG_ENABLE_MODULES = YES; |
| 429 | CLANG_ENABLE_OBJC_ARC = YES; | 426 | CLANG_ENABLE_OBJC_ARC = YES; |
| 430 | - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | ||
| 431 | CLANG_WARN_BOOL_CONVERSION = YES; | 427 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 432 | - CLANG_WARN_COMMA = YES; | ||
| 433 | CLANG_WARN_CONSTANT_CONVERSION = YES; | 428 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 434 | - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | ||
| 435 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | 429 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 436 | CLANG_WARN_EMPTY_BODY = YES; | 430 | CLANG_WARN_EMPTY_BODY = YES; |
| 437 | CLANG_WARN_ENUM_CONVERSION = YES; | 431 | CLANG_WARN_ENUM_CONVERSION = YES; |
| 438 | - CLANG_WARN_INFINITE_RECURSION = YES; | ||
| 439 | CLANG_WARN_INT_CONVERSION = YES; | 432 | CLANG_WARN_INT_CONVERSION = YES; |
| 440 | - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | ||
| 441 | - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | ||
| 442 | - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | ||
| 443 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | 433 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 444 | - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | ||
| 445 | - CLANG_WARN_STRICT_PROTOTYPES = YES; | ||
| 446 | - CLANG_WARN_SUSPICIOUS_MOVE = YES; | ||
| 447 | - CLANG_WARN_UNREACHABLE_CODE = YES; | ||
| 448 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | 434 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 449 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 435 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 450 | COPY_PHASE_STRIP = NO; | 436 | COPY_PHASE_STRIP = NO; |
| 451 | - ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
| 452 | ENABLE_TESTABILITY = YES; | 437 | ENABLE_TESTABILITY = YES; |
| 453 | GCC_C_LANGUAGE_STANDARD = gnu99; | 438 | GCC_C_LANGUAGE_STANDARD = gnu99; |
| 454 | GCC_DYNAMIC_NO_PIC = NO; | 439 | GCC_DYNAMIC_NO_PIC = NO; |
| 455 | - GCC_NO_COMMON_BLOCKS = YES; | ||
| 456 | GCC_OPTIMIZATION_LEVEL = 0; | 440 | GCC_OPTIMIZATION_LEVEL = 0; |
| 457 | GCC_PREPROCESSOR_DEFINITIONS = ( | 441 | GCC_PREPROCESSOR_DEFINITIONS = ( |
| 458 | "DEBUG=1", | 442 | "DEBUG=1", |
| @@ -476,36 +460,22 @@ | @@ -476,36 +460,22 @@ | ||
| 476 | isa = XCBuildConfiguration; | 460 | isa = XCBuildConfiguration; |
| 477 | buildSettings = { | 461 | buildSettings = { |
| 478 | ALWAYS_SEARCH_USER_PATHS = NO; | 462 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 479 | - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; | ||
| 480 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | 463 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 481 | CLANG_CXX_LIBRARY = "libc++"; | 464 | CLANG_CXX_LIBRARY = "libc++"; |
| 482 | CLANG_ENABLE_MODULES = YES; | 465 | CLANG_ENABLE_MODULES = YES; |
| 483 | CLANG_ENABLE_OBJC_ARC = YES; | 466 | CLANG_ENABLE_OBJC_ARC = YES; |
| 484 | - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | ||
| 485 | CLANG_WARN_BOOL_CONVERSION = YES; | 467 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 486 | - CLANG_WARN_COMMA = YES; | ||
| 487 | CLANG_WARN_CONSTANT_CONVERSION = YES; | 468 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 488 | - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | ||
| 489 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | 469 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 490 | CLANG_WARN_EMPTY_BODY = YES; | 470 | CLANG_WARN_EMPTY_BODY = YES; |
| 491 | CLANG_WARN_ENUM_CONVERSION = YES; | 471 | CLANG_WARN_ENUM_CONVERSION = YES; |
| 492 | - CLANG_WARN_INFINITE_RECURSION = YES; | ||
| 493 | CLANG_WARN_INT_CONVERSION = YES; | 472 | CLANG_WARN_INT_CONVERSION = YES; |
| 494 | - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | ||
| 495 | - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | ||
| 496 | - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | ||
| 497 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | 473 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 498 | - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | ||
| 499 | - CLANG_WARN_STRICT_PROTOTYPES = YES; | ||
| 500 | - CLANG_WARN_SUSPICIOUS_MOVE = YES; | ||
| 501 | - CLANG_WARN_UNREACHABLE_CODE = YES; | ||
| 502 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | 474 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 503 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 475 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 504 | COPY_PHASE_STRIP = YES; | 476 | COPY_PHASE_STRIP = YES; |
| 505 | ENABLE_NS_ASSERTIONS = NO; | 477 | ENABLE_NS_ASSERTIONS = NO; |
| 506 | - ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
| 507 | GCC_C_LANGUAGE_STANDARD = gnu99; | 478 | GCC_C_LANGUAGE_STANDARD = gnu99; |
| 508 | - GCC_NO_COMMON_BLOCKS = YES; | ||
| 509 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | 479 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 510 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | 480 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 511 | GCC_WARN_UNDECLARED_SELECTOR = YES; | 481 | GCC_WARN_UNDECLARED_SELECTOR = YES; |
| @@ -521,13 +491,12 @@ | @@ -521,13 +491,12 @@ | ||
| 521 | }; | 491 | }; |
| 522 | 6003F5C0195388D20070C39A /* Debug */ = { | 492 | 6003F5C0195388D20070C39A /* Debug */ = { |
| 523 | isa = XCBuildConfiguration; | 493 | isa = XCBuildConfiguration; |
| 524 | - baseConfigurationReference = B1CD8737E50659DFE012E704 /* Pods-DSBaseModule_Example.debug.xcconfig */; | 494 | + baseConfigurationReference = 8BDEC1660BF4DE077A980B96 /* Pods-DSBaseModuleF_Example.debug.xcconfig */; |
| 525 | buildSettings = { | 495 | buildSettings = { |
| 526 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 496 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 527 | - DEVELOPMENT_TEAM = 94X49GG3ZW; | ||
| 528 | GCC_PRECOMPILE_PREFIX_HEADER = YES; | 497 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
| 529 | - GCC_PREFIX_HEADER = "DSBaseModule/DSBaseModule-Prefix.pch"; | ||
| 530 | - INFOPLIST_FILE = "DSBaseModule/DSBaseModule-Info.plist"; | 498 | + GCC_PREFIX_HEADER = "DSBaseModuleF/DSBaseModuleF-Prefix.pch"; |
| 499 | + INFOPLIST_FILE = "DSBaseModuleF/DSBaseModuleF-Info.plist"; | ||
| 531 | MODULE_NAME = ExampleApp; | 500 | MODULE_NAME = ExampleApp; |
| 532 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; | 501 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; |
| 533 | PRODUCT_NAME = "$(TARGET_NAME)"; | 502 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| @@ -538,13 +507,12 @@ | @@ -538,13 +507,12 @@ | ||
| 538 | }; | 507 | }; |
| 539 | 6003F5C1195388D20070C39A /* Release */ = { | 508 | 6003F5C1195388D20070C39A /* Release */ = { |
| 540 | isa = XCBuildConfiguration; | 509 | isa = XCBuildConfiguration; |
| 541 | - baseConfigurationReference = F149E49C33EFA9A6F9D5E529 /* Pods-DSBaseModule_Example.release.xcconfig */; | 510 | + baseConfigurationReference = 9E8B4D8C0BFF0ACA4B0789BB /* Pods-DSBaseModuleF_Example.release.xcconfig */; |
| 542 | buildSettings = { | 511 | buildSettings = { |
| 543 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 512 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 544 | - DEVELOPMENT_TEAM = 94X49GG3ZW; | ||
| 545 | GCC_PRECOMPILE_PREFIX_HEADER = YES; | 513 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
| 546 | - GCC_PREFIX_HEADER = "DSBaseModule/DSBaseModule-Prefix.pch"; | ||
| 547 | - INFOPLIST_FILE = "DSBaseModule/DSBaseModule-Info.plist"; | 514 | + GCC_PREFIX_HEADER = "DSBaseModuleF/DSBaseModuleF-Prefix.pch"; |
| 515 | + INFOPLIST_FILE = "DSBaseModuleF/DSBaseModuleF-Info.plist"; | ||
| 548 | MODULE_NAME = ExampleApp; | 516 | MODULE_NAME = ExampleApp; |
| 549 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; | 517 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; |
| 550 | PRODUCT_NAME = "$(TARGET_NAME)"; | 518 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| @@ -555,7 +523,7 @@ | @@ -555,7 +523,7 @@ | ||
| 555 | }; | 523 | }; |
| 556 | 6003F5C3195388D20070C39A /* Debug */ = { | 524 | 6003F5C3195388D20070C39A /* Debug */ = { |
| 557 | isa = XCBuildConfiguration; | 525 | isa = XCBuildConfiguration; |
| 558 | - baseConfigurationReference = 76262C0D418D169B85ED2CD1 /* Pods-DSBaseModule_Tests.debug.xcconfig */; | 526 | + baseConfigurationReference = 947B26973BBB1A246BAD8D46 /* Pods-DSBaseModuleF_Tests.debug.xcconfig */; |
| 559 | buildSettings = { | 527 | buildSettings = { |
| 560 | BUNDLE_LOADER = "$(TEST_HOST)"; | 528 | BUNDLE_LOADER = "$(TEST_HOST)"; |
| 561 | FRAMEWORK_SEARCH_PATHS = ( | 529 | FRAMEWORK_SEARCH_PATHS = ( |
| @@ -573,14 +541,14 @@ | @@ -573,14 +541,14 @@ | ||
| 573 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; | 541 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; |
| 574 | PRODUCT_NAME = "$(TARGET_NAME)"; | 542 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 575 | SWIFT_VERSION = 4.0; | 543 | SWIFT_VERSION = 4.0; |
| 576 | - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DSBaseModule_Example.app/DSBaseModule_Example"; | 544 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DSBaseModuleF_Example.app/DSBaseModuleF_Example"; |
| 577 | WRAPPER_EXTENSION = xctest; | 545 | WRAPPER_EXTENSION = xctest; |
| 578 | }; | 546 | }; |
| 579 | name = Debug; | 547 | name = Debug; |
| 580 | }; | 548 | }; |
| 581 | 6003F5C4195388D20070C39A /* Release */ = { | 549 | 6003F5C4195388D20070C39A /* Release */ = { |
| 582 | isa = XCBuildConfiguration; | 550 | isa = XCBuildConfiguration; |
| 583 | - baseConfigurationReference = A3E8BB047396AA022FEF14F6 /* Pods-DSBaseModule_Tests.release.xcconfig */; | 551 | + baseConfigurationReference = 4B4B4C49871007406FBA4E56 /* Pods-DSBaseModuleF_Tests.release.xcconfig */; |
| 584 | buildSettings = { | 552 | buildSettings = { |
| 585 | BUNDLE_LOADER = "$(TEST_HOST)"; | 553 | BUNDLE_LOADER = "$(TEST_HOST)"; |
| 586 | FRAMEWORK_SEARCH_PATHS = ( | 554 | FRAMEWORK_SEARCH_PATHS = ( |
| @@ -594,7 +562,7 @@ | @@ -594,7 +562,7 @@ | ||
| 594 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; | 562 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"; |
| 595 | PRODUCT_NAME = "$(TARGET_NAME)"; | 563 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 596 | SWIFT_VERSION = 4.0; | 564 | SWIFT_VERSION = 4.0; |
| 597 | - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DSBaseModule_Example.app/DSBaseModule_Example"; | 565 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DSBaseModuleF_Example.app/DSBaseModuleF_Example"; |
| 598 | WRAPPER_EXTENSION = xctest; | 566 | WRAPPER_EXTENSION = xctest; |
| 599 | }; | 567 | }; |
| 600 | name = Release; | 568 | name = Release; |
| @@ -602,7 +570,7 @@ | @@ -602,7 +570,7 @@ | ||
| 602 | /* End XCBuildConfiguration section */ | 570 | /* End XCBuildConfiguration section */ |
| 603 | 571 | ||
| 604 | /* Begin XCConfigurationList section */ | 572 | /* Begin XCConfigurationList section */ |
| 605 | - 6003F585195388D10070C39A /* Build configuration list for PBXProject "DSBaseModule" */ = { | 573 | + 6003F585195388D10070C39A /* Build configuration list for PBXProject "DSBaseModuleF" */ = { |
| 606 | isa = XCConfigurationList; | 574 | isa = XCConfigurationList; |
| 607 | buildConfigurations = ( | 575 | buildConfigurations = ( |
| 608 | 6003F5BD195388D20070C39A /* Debug */, | 576 | 6003F5BD195388D20070C39A /* Debug */, |
| @@ -611,7 +579,7 @@ | @@ -611,7 +579,7 @@ | ||
| 611 | defaultConfigurationIsVisible = 0; | 579 | defaultConfigurationIsVisible = 0; |
| 612 | defaultConfigurationName = Release; | 580 | defaultConfigurationName = Release; |
| 613 | }; | 581 | }; |
| 614 | - 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "DSBaseModule_Example" */ = { | 582 | + 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "DSBaseModuleF_Example" */ = { |
| 615 | isa = XCConfigurationList; | 583 | isa = XCConfigurationList; |
| 616 | buildConfigurations = ( | 584 | buildConfigurations = ( |
| 617 | 6003F5C0195388D20070C39A /* Debug */, | 585 | 6003F5C0195388D20070C39A /* Debug */, |
| @@ -620,7 +588,7 @@ | @@ -620,7 +588,7 @@ | ||
| 620 | defaultConfigurationIsVisible = 0; | 588 | defaultConfigurationIsVisible = 0; |
| 621 | defaultConfigurationName = Release; | 589 | defaultConfigurationName = Release; |
| 622 | }; | 590 | }; |
| 623 | - 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "DSBaseModule_Tests" */ = { | 591 | + 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "DSBaseModuleF_Tests" */ = { |
| 624 | isa = XCConfigurationList; | 592 | isa = XCConfigurationList; |
| 625 | buildConfigurations = ( | 593 | buildConfigurations = ( |
| 626 | 6003F5C3195388D20070C39A /* Debug */, | 594 | 6003F5C3195388D20070C39A /* Debug */, |
Example/DSBaseModule.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Example/DSBaseModuleF.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Example/DSBaseModule.xcodeproj/xcshareddata/xcschemes/DSBaseModule-Example.xcscheme renamed to Example/DSBaseModuleF.xcodeproj/xcshareddata/xcschemes/DSBaseModuleF-Example.xcscheme
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <Scheme | 2 | <Scheme |
| 3 | - LastUpgradeVersion = "1120" | 3 | + LastUpgradeVersion = "0720" |
| 4 | version = "1.3"> | 4 | version = "1.3"> |
| 5 | <BuildAction | 5 | <BuildAction |
| 6 | parallelizeBuildables = "YES" | 6 | parallelizeBuildables = "YES" |
| @@ -15,9 +15,9 @@ | @@ -15,9 +15,9 @@ | ||
| 15 | <BuildableReference | 15 | <BuildableReference |
| 16 | BuildableIdentifier = "primary" | 16 | BuildableIdentifier = "primary" |
| 17 | BlueprintIdentifier = "6003F589195388D20070C39A" | 17 | BlueprintIdentifier = "6003F589195388D20070C39A" |
| 18 | - BuildableName = "DSBaseModule_Example.app" | ||
| 19 | - BlueprintName = "DSBaseModule_Example" | ||
| 20 | - ReferencedContainer = "container:DSBaseModule.xcodeproj"> | 18 | + BuildableName = "DSBaseModuleF_Example.app" |
| 19 | + BlueprintName = "DSBaseModuleF_Example" | ||
| 20 | + ReferencedContainer = "container:DSBaseModuleF.xcodeproj"> | ||
| 21 | </BuildableReference> | 21 | </BuildableReference> |
| 22 | </BuildActionEntry> | 22 | </BuildActionEntry> |
| 23 | </BuildActionEntries> | 23 | </BuildActionEntries> |
| @@ -27,27 +27,29 @@ | @@ -27,27 +27,29 @@ | ||
| 27 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | 27 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" |
| 28 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | 28 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" |
| 29 | shouldUseLaunchSchemeArgsEnv = "YES"> | 29 | shouldUseLaunchSchemeArgsEnv = "YES"> |
| 30 | - <MacroExpansion> | ||
| 31 | - <BuildableReference | ||
| 32 | - BuildableIdentifier = "primary" | ||
| 33 | - BlueprintIdentifier = "6003F589195388D20070C39A" | ||
| 34 | - BuildableName = "DSBaseModule_Example.app" | ||
| 35 | - BlueprintName = "DSBaseModule_Example" | ||
| 36 | - ReferencedContainer = "container:DSBaseModule.xcodeproj"> | ||
| 37 | - </BuildableReference> | ||
| 38 | - </MacroExpansion> | ||
| 39 | <Testables> | 30 | <Testables> |
| 40 | <TestableReference | 31 | <TestableReference |
| 41 | skipped = "NO"> | 32 | skipped = "NO"> |
| 42 | <BuildableReference | 33 | <BuildableReference |
| 43 | BuildableIdentifier = "primary" | 34 | BuildableIdentifier = "primary" |
| 44 | BlueprintIdentifier = "6003F5AD195388D20070C39A" | 35 | BlueprintIdentifier = "6003F5AD195388D20070C39A" |
| 45 | - BuildableName = "DSBaseModule_Tests.xctest" | ||
| 46 | - BlueprintName = "DSBaseModule_Tests" | ||
| 47 | - ReferencedContainer = "container:DSBaseModule.xcodeproj"> | 36 | + BuildableName = "DSBaseModuleF_Tests.xctest" |
| 37 | + BlueprintName = "DSBaseModuleF_Tests" | ||
| 38 | + ReferencedContainer = "container:DSBaseModuleF.xcodeproj"> | ||
| 48 | </BuildableReference> | 39 | </BuildableReference> |
| 49 | </TestableReference> | 40 | </TestableReference> |
| 50 | </Testables> | 41 | </Testables> |
| 42 | + <MacroExpansion> | ||
| 43 | + <BuildableReference | ||
| 44 | + BuildableIdentifier = "primary" | ||
| 45 | + BlueprintIdentifier = "6003F589195388D20070C39A" | ||
| 46 | + BuildableName = "DSBaseModuleF_Example.app" | ||
| 47 | + BlueprintName = "DSBaseModuleF_Example" | ||
| 48 | + ReferencedContainer = "container:DSBaseModuleF.xcodeproj"> | ||
| 49 | + </BuildableReference> | ||
| 50 | + </MacroExpansion> | ||
| 51 | + <AdditionalOptions> | ||
| 52 | + </AdditionalOptions> | ||
| 51 | </TestAction> | 53 | </TestAction> |
| 52 | <LaunchAction | 54 | <LaunchAction |
| 53 | buildConfiguration = "Debug" | 55 | buildConfiguration = "Debug" |
| @@ -64,11 +66,13 @@ | @@ -64,11 +66,13 @@ | ||
| 64 | <BuildableReference | 66 | <BuildableReference |
| 65 | BuildableIdentifier = "primary" | 67 | BuildableIdentifier = "primary" |
| 66 | BlueprintIdentifier = "6003F589195388D20070C39A" | 68 | BlueprintIdentifier = "6003F589195388D20070C39A" |
| 67 | - BuildableName = "DSBaseModule_Example.app" | ||
| 68 | - BlueprintName = "DSBaseModule_Example" | ||
| 69 | - ReferencedContainer = "container:DSBaseModule.xcodeproj"> | 69 | + BuildableName = "DSBaseModuleF_Example.app" |
| 70 | + BlueprintName = "DSBaseModuleF_Example" | ||
| 71 | + ReferencedContainer = "container:DSBaseModuleF.xcodeproj"> | ||
| 70 | </BuildableReference> | 72 | </BuildableReference> |
| 71 | </BuildableProductRunnable> | 73 | </BuildableProductRunnable> |
| 74 | + <AdditionalOptions> | ||
| 75 | + </AdditionalOptions> | ||
| 72 | </LaunchAction> | 76 | </LaunchAction> |
| 73 | <ProfileAction | 77 | <ProfileAction |
| 74 | buildConfiguration = "Release" | 78 | buildConfiguration = "Release" |
| @@ -81,9 +85,9 @@ | @@ -81,9 +85,9 @@ | ||
| 81 | <BuildableReference | 85 | <BuildableReference |
| 82 | BuildableIdentifier = "primary" | 86 | BuildableIdentifier = "primary" |
| 83 | BlueprintIdentifier = "6003F589195388D20070C39A" | 87 | BlueprintIdentifier = "6003F589195388D20070C39A" |
| 84 | - BuildableName = "DSBaseModule_Example.app" | ||
| 85 | - BlueprintName = "DSBaseModule_Example" | ||
| 86 | - ReferencedContainer = "container:DSBaseModule.xcodeproj"> | 88 | + BuildableName = "DSBaseModuleF_Example.app" |
| 89 | + BlueprintName = "DSBaseModuleF_Example" | ||
| 90 | + ReferencedContainer = "container:DSBaseModuleF.xcodeproj"> | ||
| 87 | </BuildableReference> | 91 | </BuildableReference> |
| 88 | </BuildableProductRunnable> | 92 | </BuildableProductRunnable> |
| 89 | </ProfileAction> | 93 | </ProfileAction> |
Example/DSBaseModule.xcworkspace/contents.xcworkspacedata renamed to Example/DSBaseModuleF.xcworkspace/contents.xcworkspacedata
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | <Workspace | 2 | <Workspace |
| 3 | version = "1.0"> | 3 | version = "1.0"> |
| 4 | <FileRef | 4 | <FileRef |
| 5 | - location = "group:DSBaseModule.xcodeproj"> | 5 | + location = "group:DSBaseModuleF.xcodeproj"> |
| 6 | </FileRef> | 6 | </FileRef> |
| 7 | <FileRef | 7 | <FileRef |
| 8 | location = "group:Pods/Pods.xcodeproj"> | 8 | location = "group:Pods/Pods.xcodeproj"> |
Example/DSBaseModule.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist renamed to Example/DSBaseModuleF.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Example/DSBaseModule/Base.lproj/LaunchScreen.storyboard renamed to Example/DSBaseModuleF/Base.lproj/LaunchScreen.storyboard
Example/DSBaseModule/Base.lproj/Main.storyboard renamed to Example/DSBaseModuleF/Base.lproj/Main.storyboard
Example/DSBaseModule/DSAppDelegate.h renamed to Example/DSBaseModuleF/DSAppDelegate.h
| 1 | // | 1 | // |
| 2 | // DSAppDelegate.h | 2 | // DSAppDelegate.h |
| 3 | -// DSBaseModule | 3 | +// DSBaseModuleF |
| 4 | // | 4 | // |
| 5 | // Created by 694092596@qq.com on 02/29/2020. | 5 | // Created by 694092596@qq.com on 02/29/2020. |
| 6 | // Copyright (c) 2020 694092596@qq.com. All rights reserved. | 6 | // Copyright (c) 2020 694092596@qq.com. All rights reserved. |
Example/DSBaseModule/DSAppDelegate.m renamed to Example/DSBaseModuleF/DSAppDelegate.m
| 1 | // | 1 | // |
| 2 | // DSAppDelegate.m | 2 | // DSAppDelegate.m |
| 3 | -// DSBaseModule | 3 | +// DSBaseModuleF |
| 4 | // | 4 | // |
| 5 | // Created by 694092596@qq.com on 02/29/2020. | 5 | // Created by 694092596@qq.com on 02/29/2020. |
| 6 | // Copyright (c) 2020 694092596@qq.com. All rights reserved. | 6 | // Copyright (c) 2020 694092596@qq.com. All rights reserved. |
Example/DSBaseModule/DSBaseModule-Info.plist renamed to Example/DSBaseModuleF/DSBaseModuleF-Info.plist
Example/DSBaseModule/DSBaseModule-Prefix.pch renamed to Example/DSBaseModuleF/DSBaseModuleF-Prefix.pch
Example/DSBaseModule/DSViewController.h renamed to Example/DSBaseModuleF/DSViewController.h
| 1 | // | 1 | // |
| 2 | // DSViewController.h | 2 | // DSViewController.h |
| 3 | -// DSBaseModule | 3 | +// DSBaseModuleF |
| 4 | // | 4 | // |
| 5 | // Created by 694092596@qq.com on 02/29/2020. | 5 | // Created by 694092596@qq.com on 02/29/2020. |
| 6 | // Copyright (c) 2020 694092596@qq.com. All rights reserved. | 6 | // Copyright (c) 2020 694092596@qq.com. All rights reserved. |
Example/DSBaseModule/DSViewController.m renamed to Example/DSBaseModuleF/DSViewController.m
| 1 | // | 1 | // |
| 2 | // DSViewController.m | 2 | // DSViewController.m |
| 3 | -// DSBaseModule | 3 | +// DSBaseModuleF |
| 4 | // | 4 | // |
| 5 | // Created by 694092596@qq.com on 02/29/2020. | 5 | // Created by 694092596@qq.com on 02/29/2020. |
| 6 | // Copyright (c) 2020 694092596@qq.com. All rights reserved. | 6 | // Copyright (c) 2020 694092596@qq.com. All rights reserved. |
Example/DSBaseModule/Images.xcassets/AppIcon.appiconset/Contents.json renamed to Example/DSBaseModuleF/Images.xcassets/AppIcon.appiconset/Contents.json
Example/DSBaseModule/en.lproj/InfoPlist.strings renamed to Example/DSBaseModuleF/en.lproj/InfoPlist.strings
Example/DSBaseModule/main.m renamed to Example/DSBaseModuleF/main.m
| 1 | // | 1 | // |
| 2 | // main.m | 2 | // main.m |
| 3 | -// DSBaseModule | 3 | +// DSBaseModuleF |
| 4 | // | 4 | // |
| 5 | // Created by 694092596@qq.com on 02/29/2020. | 5 | // Created by 694092596@qq.com on 02/29/2020. |
| 6 | // Copyright (c) 2020 694092596@qq.com. All rights reserved. | 6 | // Copyright (c) 2020 694092596@qq.com. All rights reserved. |
Example/Podfile
| @@ -2,10 +2,10 @@ use_frameworks! | @@ -2,10 +2,10 @@ use_frameworks! | ||
| 2 | 2 | ||
| 3 | platform :ios, '8.0' | 3 | platform :ios, '8.0' |
| 4 | 4 | ||
| 5 | -target 'DSBaseModule_Example' do | ||
| 6 | - pod 'DSBaseModule', :path => '../' | 5 | +target 'DSBaseModuleF_Example' do |
| 6 | + pod 'DSBaseModuleF', :path => '../' | ||
| 7 | 7 | ||
| 8 | - target 'DSBaseModule_Tests' do | 8 | + target 'DSBaseModuleF_Tests' do |
| 9 | inherit! :search_paths | 9 | inherit! :search_paths |
| 10 | 10 | ||
| 11 | 11 |
Example/Podfile.lock
| 1 | PODS: | 1 | PODS: |
| 2 | - - DSBaseModule (0.0.12) | 2 | + - DSBaseModuleF (0.0.12) |
| 3 | 3 | ||
| 4 | DEPENDENCIES: | 4 | DEPENDENCIES: |
| 5 | - - DSBaseModule (from `../`) | 5 | + - DSBaseModuleF (from `../`) |
| 6 | 6 | ||
| 7 | EXTERNAL SOURCES: | 7 | EXTERNAL SOURCES: |
| 8 | - DSBaseModule: | 8 | + DSBaseModuleF: |
| 9 | :path: "../" | 9 | :path: "../" |
| 10 | 10 | ||
| 11 | SPEC CHECKSUMS: | 11 | SPEC CHECKSUMS: |
| 12 | - DSBaseModule: 28c511dac28c8f7fc31d1a6ce46ce3983eb1e1eb | 12 | + DSBaseModuleF: 2c5f72a05e5bfcde7b28265507b31845d0dee06a |
| 13 | 13 | ||
| 14 | -PODFILE CHECKSUM: 3dd347458ef4611086ad4746f3e04f4b152a20ce | 14 | +PODFILE CHECKSUM: 555b41f0550e45b5940645f9a6fbb65b1914e2ce |
| 15 | 15 | ||
| 16 | COCOAPODS: 1.8.4 | 16 | COCOAPODS: 1.8.4 |
Example/Pods/Local Podspecs/DSBaseModule.podspec.json renamed to Example/Pods/Local Podspecs/DSBaseModuleF.podspec.json
| 1 | { | 1 | { |
| 2 | - "name": "DSBaseModule", | 2 | + "name": "DSBaseModuleF", |
| 3 | "version": "0.0.12", | 3 | "version": "0.0.12", |
| 4 | - "summary": "DSBaseModule", | 4 | + "summary": "DSBaseModuleF", |
| 5 | "homepage": "http://bj.gitlab.cnlive.com/DSIOSTeam", | 5 | "homepage": "http://bj.gitlab.cnlive.com/DSIOSTeam", |
| 6 | "authors": { | 6 | "authors": { |
| 7 | "DSIOSTeam": "694092596@qq.com" | 7 | "DSIOSTeam": "694092596@qq.com" |
| 8 | }, | 8 | }, |
| 9 | "license": "MIT", | 9 | "license": "MIT", |
| 10 | "source": { | 10 | "source": { |
| 11 | - "git": "http://bj.gitlab.cnlive.com/DSIOSTeam/DSBaseModule.git", | 11 | + "git": "http://bj.gitlab.cnlive.com/DSIOSTeam/DSBaseModuleF.git", |
| 12 | "tag": "0.0.12" | 12 | "tag": "0.0.12" |
| 13 | }, | 13 | }, |
| 14 | "platforms": { | 14 | "platforms": { |
| 15 | "ios": "9.0" | 15 | "ios": "9.0" |
| 16 | }, | 16 | }, |
| 17 | - "vendored_frameworks": "DSBaseModule/Frameworks/DSBaseModule.framework" | 17 | + "vendored_frameworks": "DSBaseModuleF/Frameworks/DSBaseModule.framework" |
| 18 | } | 18 | } |
Example/Pods/Manifest.lock
| 1 | PODS: | 1 | PODS: |
| 2 | - - DSBaseModule (0.0.12) | 2 | + - DSBaseModuleF (0.0.12) |
| 3 | 3 | ||
| 4 | DEPENDENCIES: | 4 | DEPENDENCIES: |
| 5 | - - DSBaseModule (from `../`) | 5 | + - DSBaseModuleF (from `../`) |
| 6 | 6 | ||
| 7 | EXTERNAL SOURCES: | 7 | EXTERNAL SOURCES: |
| 8 | - DSBaseModule: | 8 | + DSBaseModuleF: |
| 9 | :path: "../" | 9 | :path: "../" |
| 10 | 10 | ||
| 11 | SPEC CHECKSUMS: | 11 | SPEC CHECKSUMS: |
| 12 | - DSBaseModule: 28c511dac28c8f7fc31d1a6ce46ce3983eb1e1eb | 12 | + DSBaseModuleF: 2c5f72a05e5bfcde7b28265507b31845d0dee06a |
| 13 | 13 | ||
| 14 | -PODFILE CHECKSUM: 3dd347458ef4611086ad4746f3e04f4b152a20ce | 14 | +PODFILE CHECKSUM: 555b41f0550e45b5940645f9a6fbb65b1914e2ce |
| 15 | 15 | ||
| 16 | COCOAPODS: 1.8.4 | 16 | COCOAPODS: 1.8.4 |
Example/Pods/Pods.xcodeproj/project.pbxproj
| @@ -7,160 +7,159 @@ | @@ -7,160 +7,159 @@ | ||
| 7 | objects = { | 7 | objects = { |
| 8 | 8 | ||
| 9 | /* Begin PBXAggregateTarget section */ | 9 | /* Begin PBXAggregateTarget section */ |
| 10 | - 2578CDF1768D60EA1C83E6785D35B106 /* DSBaseModule */ = { | 10 | + 9AD1F1D0E06DF15037C31F011DDEB7C8 /* DSBaseModuleF */ = { |
| 11 | isa = PBXAggregateTarget; | 11 | isa = PBXAggregateTarget; |
| 12 | - buildConfigurationList = 86CFCCB557B2209B128B27DBB84DFE13 /* Build configuration list for PBXAggregateTarget "DSBaseModule" */; | 12 | + buildConfigurationList = C27727A2332A612C1E25DE70070A1EBF /* Build configuration list for PBXAggregateTarget "DSBaseModuleF" */; |
| 13 | buildPhases = ( | 13 | buildPhases = ( |
| 14 | ); | 14 | ); |
| 15 | dependencies = ( | 15 | dependencies = ( |
| 16 | ); | 16 | ); |
| 17 | - name = DSBaseModule; | 17 | + name = DSBaseModuleF; |
| 18 | }; | 18 | }; |
| 19 | /* End PBXAggregateTarget section */ | 19 | /* End PBXAggregateTarget section */ |
| 20 | 20 | ||
| 21 | /* Begin PBXBuildFile section */ | 21 | /* Begin PBXBuildFile section */ |
| 22 | - 1F7047407DABBDC19C2D7BA260AD1B7E /* Pods-DSBaseModule_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CFF22B0F864846E854B1EB87B4E57BC /* Pods-DSBaseModule_Example-dummy.m */; }; | ||
| 23 | - 25F731DBF396EE4678C091BACEFF299A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; }; | ||
| 24 | - 40FE9D2957BD8631CA7F83DDD06F3A04 /* Pods-DSBaseModule_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FAB27BF6331B627872D77038908C61AD /* Pods-DSBaseModule_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 25 | - 6F2A2F1C552B60EC8EF96A26582F4743 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; }; | ||
| 26 | - B6EB823761CE11D40DD1CE54EAFD2CE6 /* Pods-DSBaseModule_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F30510EFDAC15A9F150932577CF8DFC /* Pods-DSBaseModule_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 27 | - E0FA5622FE74B3283CC9B8641B178F91 /* Pods-DSBaseModule_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A95C36C7A5C0C0E22D23F1FB9A85E6AE /* Pods-DSBaseModule_Tests-dummy.m */; }; | 22 | + 055D0F6C48B99162A1283A1AD1E45D15 /* Pods-DSBaseModuleF_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C3B47658FF317AF4655EFB798B6598C9 /* Pods-DSBaseModuleF_Tests-dummy.m */; }; |
| 23 | + 0D160C8E54A9782A5634F2AFDB3871D8 /* Pods-DSBaseModuleF_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 86C946DF8FF8CDA203BDF81C77F527F2 /* Pods-DSBaseModuleF_Example-dummy.m */; }; | ||
| 24 | + 8FB7DCAFFF15E288764DB237524C1DCD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; }; | ||
| 25 | + A6A25E1DFB4CD0AAD13A8FB8C1B3B413 /* Pods-DSBaseModuleF_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CD50D39C5DAA08E32DF0277C81EDDE8 /* Pods-DSBaseModuleF_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 26 | + C7BF7898154B880A04C006F54EDAEFA0 /* Pods-DSBaseModuleF_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 58231FDE60835B420DBB6FA32383AF03 /* Pods-DSBaseModuleF_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
| 27 | + F2C7E806F8153CE2B016F44DC8BA4866 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; }; | ||
| 28 | /* End PBXBuildFile section */ | 28 | /* End PBXBuildFile section */ |
| 29 | 29 | ||
| 30 | /* Begin PBXContainerItemProxy section */ | 30 | /* Begin PBXContainerItemProxy section */ |
| 31 | - 8D38F4FF734AF873440ED436454E8110 /* PBXContainerItemProxy */ = { | 31 | + 49DB954ADE8BE283B754D6383876ACAE /* PBXContainerItemProxy */ = { |
| 32 | isa = PBXContainerItemProxy; | 32 | isa = PBXContainerItemProxy; |
| 33 | containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; | 33 | containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; |
| 34 | proxyType = 1; | 34 | proxyType = 1; |
| 35 | - remoteGlobalIDString = 3A5A6EF99A29F96506986F51F49D12F8; | ||
| 36 | - remoteInfo = "Pods-DSBaseModule_Example"; | 35 | + remoteGlobalIDString = ED54720E2B6456EC18A129729B2D09D4; |
| 36 | + remoteInfo = "Pods-DSBaseModuleF_Example"; | ||
| 37 | }; | 37 | }; |
| 38 | - B457CD3F45D8527CC20EC43DA77ED226 /* PBXContainerItemProxy */ = { | 38 | + F592B2A7F7CE274DC5A868DC42FC5AC8 /* PBXContainerItemProxy */ = { |
| 39 | isa = PBXContainerItemProxy; | 39 | isa = PBXContainerItemProxy; |
| 40 | containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; | 40 | containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; |
| 41 | proxyType = 1; | 41 | proxyType = 1; |
| 42 | - remoteGlobalIDString = 2578CDF1768D60EA1C83E6785D35B106; | ||
| 43 | - remoteInfo = DSBaseModule; | 42 | + remoteGlobalIDString = 9AD1F1D0E06DF15037C31F011DDEB7C8; |
| 43 | + remoteInfo = DSBaseModuleF; | ||
| 44 | }; | 44 | }; |
| 45 | /* End PBXContainerItemProxy section */ | 45 | /* End PBXContainerItemProxy section */ |
| 46 | 46 | ||
| 47 | /* Begin PBXFileReference section */ | 47 | /* Begin PBXFileReference section */ |
| 48 | - 2AC6CAA8392B734BA1785F52B392E807 /* DSBaseModule.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = DSBaseModule.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; | ||
| 49 | - 2BC85587AC1AB54752BBC9208F38CE15 /* Pods-DSBaseModule_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSBaseModule_Tests-Info.plist"; sourceTree = "<group>"; }; | 48 | + 0625E12326207E5F98DA70D392EC1BB4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; }; |
| 49 | + 10C3452C35FD4EC293F9097ED7B099A6 /* Pods-DSBaseModuleF_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSBaseModuleF_Tests.debug.xcconfig"; sourceTree = "<group>"; }; | ||
| 50 | + 148D74E25C5D7B41EE492E838868D5AC /* Pods-DSBaseModuleF_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSBaseModuleF_Example.release.xcconfig"; sourceTree = "<group>"; }; | ||
| 51 | + 1B489337EE4E03A197C0693687BC5169 /* Pods-DSBaseModuleF_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSBaseModuleF_Tests.release.xcconfig"; sourceTree = "<group>"; }; | ||
| 52 | + 22C164B80F26BAF947D4C09D20591F9E /* Pods-DSBaseModuleF_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSBaseModuleF_Example.debug.xcconfig"; sourceTree = "<group>"; }; | ||
| 53 | + 239E712D7001441A1D0ED4494A624566 /* DSBaseModuleF.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DSBaseModuleF.xcconfig; sourceTree = "<group>"; }; | ||
| 54 | + 2CD50D39C5DAA08E32DF0277C81EDDE8 /* Pods-DSBaseModuleF_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DSBaseModuleF_Tests-umbrella.h"; sourceTree = "<group>"; }; | ||
| 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; }; | 55 | 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; }; |
| 51 | - 37CF3090E8150C946D15074D7F5D7015 /* Pods-DSBaseModule_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DSBaseModule_Tests-acknowledgements.markdown"; sourceTree = "<group>"; }; | ||
| 52 | - 38578D7B293CECA35C1F89A6F3801D8B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; }; | ||
| 53 | - 47BB657C4FEF0FEC949AEAC05E9C24B7 /* Pods-DSBaseModule_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSBaseModule_Tests.release.xcconfig"; sourceTree = "<group>"; }; | ||
| 54 | - 4DA627B4036EA02D0B62E823AF853FC3 /* Pods-DSBaseModule_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSBaseModule_Example.release.xcconfig"; sourceTree = "<group>"; }; | ||
| 55 | - 4EE9FE36DCA2D18E7E4C79D307A08E94 /* Pods-DSBaseModule_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSBaseModule_Example.debug.xcconfig"; sourceTree = "<group>"; }; | ||
| 56 | - 5BAF8C86F3DA08E2BC162E345194C143 /* Pods-DSBaseModule_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSBaseModule_Example-acknowledgements.plist"; sourceTree = "<group>"; }; | ||
| 57 | - 5F30510EFDAC15A9F150932577CF8DFC /* Pods-DSBaseModule_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DSBaseModule_Tests-umbrella.h"; sourceTree = "<group>"; }; | ||
| 58 | - 6615E5393F831E32E76AF05ED17BDDA0 /* DSBaseModule.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DSBaseModule.framework; path = DSBaseModule/Frameworks/DSBaseModule.framework; sourceTree = "<group>"; }; | ||
| 59 | - 6CFF22B0F864846E854B1EB87B4E57BC /* Pods-DSBaseModule_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DSBaseModule_Example-dummy.m"; sourceTree = "<group>"; }; | ||
| 60 | - 7B6B1AFD0C4749191FC7A01FCE2BC8E7 /* DSBaseModule.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DSBaseModule.xcconfig; sourceTree = "<group>"; }; | ||
| 61 | - 8A074CFE2BD55640E84FD7DCD026A4C4 /* Pods_DSBaseModule_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_DSBaseModule_Tests.framework; path = "Pods-DSBaseModule_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 62 | - 930806E9484710A6C359291F5147EBD4 /* Pods-DSBaseModule_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-DSBaseModule_Tests.modulemap"; sourceTree = "<group>"; }; | 56 | + 388E2E446ABFBE750D725497F54CC4FA /* DSBaseModuleF.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = DSBaseModuleF.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
| 57 | + 45924FD61867528A9EE904A5528B8DDA /* Pods-DSBaseModuleF_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSBaseModuleF_Tests-Info.plist"; sourceTree = "<group>"; }; | ||
| 58 | + 58231FDE60835B420DBB6FA32383AF03 /* Pods-DSBaseModuleF_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DSBaseModuleF_Example-umbrella.h"; sourceTree = "<group>"; }; | ||
| 59 | + 68DB87AAD8870C2566C280A9B6734A51 /* Pods-DSBaseModuleF_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSBaseModuleF_Tests-acknowledgements.plist"; sourceTree = "<group>"; }; | ||
| 60 | + 6FAD637B82100B8944E81EDB392285AC /* Pods_DSBaseModuleF_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_DSBaseModuleF_Example.framework; path = "Pods-DSBaseModuleF_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 61 | + 7753B7534641EFD82B68803E8351244F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; }; | ||
| 62 | + 86C946DF8FF8CDA203BDF81C77F527F2 /* Pods-DSBaseModuleF_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DSBaseModuleF_Example-dummy.m"; sourceTree = "<group>"; }; | ||
| 63 | 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; }; | 63 | 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; }; |
| 64 | - A95C36C7A5C0C0E22D23F1FB9A85E6AE /* Pods-DSBaseModule_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DSBaseModule_Tests-dummy.m"; sourceTree = "<group>"; }; | ||
| 65 | - B08784BAD5419833583CE11933390E7F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; }; | ||
| 66 | - BD509BBB587FBBB87CF4032305CABE99 /* Pods-DSBaseModule_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DSBaseModule_Example-acknowledgements.markdown"; sourceTree = "<group>"; }; | ||
| 67 | - CCDDFA62ED8C8A8BB6E5A2CFB2EE6768 /* Pods-DSBaseModule_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSBaseModule_Tests-acknowledgements.plist"; sourceTree = "<group>"; }; | ||
| 68 | - D51EE1D65B204DAF13EA5DCB79C000CD /* Pods-DSBaseModule_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-DSBaseModule_Example.modulemap"; sourceTree = "<group>"; }; | ||
| 69 | - D6788DEC72D43A3AB1A35A282F230FA6 /* Pods-DSBaseModule_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSBaseModule_Example-Info.plist"; sourceTree = "<group>"; }; | ||
| 70 | - E350F59B79E6A963E28E9F6CEAAB9479 /* Pods-DSBaseModule_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSBaseModule_Tests.debug.xcconfig"; sourceTree = "<group>"; }; | ||
| 71 | - ECA79798CD0507A39BAC2A5CEDAC4077 /* Pods_DSBaseModule_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_DSBaseModule_Example.framework; path = "Pods-DSBaseModule_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 72 | - FAB27BF6331B627872D77038908C61AD /* Pods-DSBaseModule_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DSBaseModule_Example-umbrella.h"; sourceTree = "<group>"; }; | ||
| 73 | - FD917F92664F6FF635094DA1625893FD /* Pods-DSBaseModule_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-DSBaseModule_Example-frameworks.sh"; sourceTree = "<group>"; }; | 64 | + A100FB754F9251838D7AA56BF401BF77 /* Pods-DSBaseModuleF_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DSBaseModuleF_Tests-acknowledgements.markdown"; sourceTree = "<group>"; }; |
| 65 | + A49F661D99A4C82332CEBEF783DCA81B /* DSBaseModule.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DSBaseModule.framework; path = DSBaseModuleF/Frameworks/DSBaseModule.framework; sourceTree = "<group>"; }; | ||
| 66 | + A71770FE49E832E25A7067AAE87533EE /* Pods-DSBaseModuleF_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-DSBaseModuleF_Tests.modulemap"; sourceTree = "<group>"; }; | ||
| 67 | + C165F96EC589F1DA0DC11CF6259C6DA9 /* Pods-DSBaseModuleF_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-DSBaseModuleF_Example.modulemap"; sourceTree = "<group>"; }; | ||
| 68 | + C3B47658FF317AF4655EFB798B6598C9 /* Pods-DSBaseModuleF_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DSBaseModuleF_Tests-dummy.m"; sourceTree = "<group>"; }; | ||
| 69 | + C3F48C953D42C1E4175378A566C528C0 /* Pods-DSBaseModuleF_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-DSBaseModuleF_Example-frameworks.sh"; sourceTree = "<group>"; }; | ||
| 70 | + D56F5099CDA3FED328987DAC5ECDDC98 /* Pods-DSBaseModuleF_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DSBaseModuleF_Example-acknowledgements.markdown"; sourceTree = "<group>"; }; | ||
| 71 | + DA3F14F05513D1BA113B8A86BDC7FDFD /* Pods_DSBaseModuleF_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_DSBaseModuleF_Tests.framework; path = "Pods-DSBaseModuleF_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 72 | + DB19D3FB6F2C863E5DA1AFE6F46E6849 /* Pods-DSBaseModuleF_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSBaseModuleF_Example-acknowledgements.plist"; sourceTree = "<group>"; }; | ||
| 73 | + FE90D02F301C8B5F4F61D68CE494ECFE /* Pods-DSBaseModuleF_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSBaseModuleF_Example-Info.plist"; sourceTree = "<group>"; }; | ||
| 74 | /* End PBXFileReference section */ | 74 | /* End PBXFileReference section */ |
| 75 | 75 | ||
| 76 | /* Begin PBXFrameworksBuildPhase section */ | 76 | /* Begin PBXFrameworksBuildPhase section */ |
| 77 | - A3C5E84A35A3E4220E0ABE4F3E841A85 /* Frameworks */ = { | 77 | + 004AC81EB746D9C526C21DD306A359F7 /* Frameworks */ = { |
| 78 | isa = PBXFrameworksBuildPhase; | 78 | isa = PBXFrameworksBuildPhase; |
| 79 | buildActionMask = 2147483647; | 79 | buildActionMask = 2147483647; |
| 80 | files = ( | 80 | files = ( |
| 81 | - 25F731DBF396EE4678C091BACEFF299A /* Foundation.framework in Frameworks */, | 81 | + 8FB7DCAFFF15E288764DB237524C1DCD /* Foundation.framework in Frameworks */, |
| 82 | ); | 82 | ); |
| 83 | runOnlyForDeploymentPostprocessing = 0; | 83 | runOnlyForDeploymentPostprocessing = 0; |
| 84 | }; | 84 | }; |
| 85 | - BED3B2ED3F25C4B4A154C1F6FB6FC8EA /* Frameworks */ = { | 85 | + E7ACAB3B12BC2DCB255FAFD0273203EB /* Frameworks */ = { |
| 86 | isa = PBXFrameworksBuildPhase; | 86 | isa = PBXFrameworksBuildPhase; |
| 87 | buildActionMask = 2147483647; | 87 | buildActionMask = 2147483647; |
| 88 | files = ( | 88 | files = ( |
| 89 | - 6F2A2F1C552B60EC8EF96A26582F4743 /* Foundation.framework in Frameworks */, | 89 | + F2C7E806F8153CE2B016F44DC8BA4866 /* Foundation.framework in Frameworks */, |
| 90 | ); | 90 | ); |
| 91 | runOnlyForDeploymentPostprocessing = 0; | 91 | runOnlyForDeploymentPostprocessing = 0; |
| 92 | }; | 92 | }; |
| 93 | /* End PBXFrameworksBuildPhase section */ | 93 | /* End PBXFrameworksBuildPhase section */ |
| 94 | 94 | ||
| 95 | /* Begin PBXGroup section */ | 95 | /* Begin PBXGroup section */ |
| 96 | - 009D7B435088D2CF57B8590228CC7854 /* Pod */ = { | 96 | + 3AA7C3E2E64B2887FAA2B3B545728F5F /* Support Files */ = { |
| 97 | isa = PBXGroup; | 97 | isa = PBXGroup; |
| 98 | children = ( | 98 | children = ( |
| 99 | - 2AC6CAA8392B734BA1785F52B392E807 /* DSBaseModule.podspec */, | ||
| 100 | - B08784BAD5419833583CE11933390E7F /* LICENSE */, | ||
| 101 | - 38578D7B293CECA35C1F89A6F3801D8B /* README.md */, | 99 | + 239E712D7001441A1D0ED4494A624566 /* DSBaseModuleF.xcconfig */, |
| 102 | ); | 100 | ); |
| 103 | - name = Pod; | 101 | + name = "Support Files"; |
| 102 | + path = "Example/Pods/Target Support Files/DSBaseModuleF"; | ||
| 104 | sourceTree = "<group>"; | 103 | sourceTree = "<group>"; |
| 105 | }; | 104 | }; |
| 106 | - 424507ABF74FC3F4D1F188CB8226D106 /* Pods-DSBaseModule_Tests */ = { | 105 | + 3AE730AF70AB459B89C2A4C4C44CB975 /* Pods-DSBaseModuleF_Tests */ = { |
| 107 | isa = PBXGroup; | 106 | isa = PBXGroup; |
| 108 | children = ( | 107 | children = ( |
| 109 | - 930806E9484710A6C359291F5147EBD4 /* Pods-DSBaseModule_Tests.modulemap */, | ||
| 110 | - 37CF3090E8150C946D15074D7F5D7015 /* Pods-DSBaseModule_Tests-acknowledgements.markdown */, | ||
| 111 | - CCDDFA62ED8C8A8BB6E5A2CFB2EE6768 /* Pods-DSBaseModule_Tests-acknowledgements.plist */, | ||
| 112 | - A95C36C7A5C0C0E22D23F1FB9A85E6AE /* Pods-DSBaseModule_Tests-dummy.m */, | ||
| 113 | - 2BC85587AC1AB54752BBC9208F38CE15 /* Pods-DSBaseModule_Tests-Info.plist */, | ||
| 114 | - 5F30510EFDAC15A9F150932577CF8DFC /* Pods-DSBaseModule_Tests-umbrella.h */, | ||
| 115 | - E350F59B79E6A963E28E9F6CEAAB9479 /* Pods-DSBaseModule_Tests.debug.xcconfig */, | ||
| 116 | - 47BB657C4FEF0FEC949AEAC05E9C24B7 /* Pods-DSBaseModule_Tests.release.xcconfig */, | ||
| 117 | - ); | ||
| 118 | - name = "Pods-DSBaseModule_Tests"; | ||
| 119 | - path = "Target Support Files/Pods-DSBaseModule_Tests"; | 108 | + A71770FE49E832E25A7067AAE87533EE /* Pods-DSBaseModuleF_Tests.modulemap */, |
| 109 | + A100FB754F9251838D7AA56BF401BF77 /* Pods-DSBaseModuleF_Tests-acknowledgements.markdown */, | ||
| 110 | + 68DB87AAD8870C2566C280A9B6734A51 /* Pods-DSBaseModuleF_Tests-acknowledgements.plist */, | ||
| 111 | + C3B47658FF317AF4655EFB798B6598C9 /* Pods-DSBaseModuleF_Tests-dummy.m */, | ||
| 112 | + 45924FD61867528A9EE904A5528B8DDA /* Pods-DSBaseModuleF_Tests-Info.plist */, | ||
| 113 | + 2CD50D39C5DAA08E32DF0277C81EDDE8 /* Pods-DSBaseModuleF_Tests-umbrella.h */, | ||
| 114 | + 10C3452C35FD4EC293F9097ED7B099A6 /* Pods-DSBaseModuleF_Tests.debug.xcconfig */, | ||
| 115 | + 1B489337EE4E03A197C0693687BC5169 /* Pods-DSBaseModuleF_Tests.release.xcconfig */, | ||
| 116 | + ); | ||
| 117 | + name = "Pods-DSBaseModuleF_Tests"; | ||
| 118 | + path = "Target Support Files/Pods-DSBaseModuleF_Tests"; | ||
| 120 | sourceTree = "<group>"; | 119 | sourceTree = "<group>"; |
| 121 | }; | 120 | }; |
| 122 | - 5A5CB5406421BD634F4C7462552FDE57 /* Support Files */ = { | 121 | + 5CAACC8886F7B98263CA3890E78DA1C4 /* Frameworks */ = { |
| 123 | isa = PBXGroup; | 122 | isa = PBXGroup; |
| 124 | children = ( | 123 | children = ( |
| 125 | - 7B6B1AFD0C4749191FC7A01FCE2BC8E7 /* DSBaseModule.xcconfig */, | 124 | + A49F661D99A4C82332CEBEF783DCA81B /* DSBaseModule.framework */, |
| 126 | ); | 125 | ); |
| 127 | - name = "Support Files"; | ||
| 128 | - path = "Example/Pods/Target Support Files/DSBaseModule"; | 126 | + name = Frameworks; |
| 129 | sourceTree = "<group>"; | 127 | sourceTree = "<group>"; |
| 130 | }; | 128 | }; |
| 131 | - 633BA40666495FBF67625C5C0CF062E3 /* Development Pods */ = { | 129 | + 855DFDD843B180F1E91D4D10FAFAA27B /* Pod */ = { |
| 132 | isa = PBXGroup; | 130 | isa = PBXGroup; |
| 133 | children = ( | 131 | children = ( |
| 134 | - 85CDFB49F399A6BFD17A3307A667A739 /* DSBaseModule */, | 132 | + 388E2E446ABFBE750D725497F54CC4FA /* DSBaseModuleF.podspec */, |
| 133 | + 0625E12326207E5F98DA70D392EC1BB4 /* LICENSE */, | ||
| 134 | + 7753B7534641EFD82B68803E8351244F /* README.md */, | ||
| 135 | ); | 135 | ); |
| 136 | - name = "Development Pods"; | 136 | + name = Pod; |
| 137 | sourceTree = "<group>"; | 137 | sourceTree = "<group>"; |
| 138 | }; | 138 | }; |
| 139 | - 74955319FFF3BC62B2FB34D06ED99CB9 /* Targets Support Files */ = { | 139 | + 8A619FB1AC59BD5C3863B8FEB6508D25 /* DSBaseModuleF */ = { |
| 140 | isa = PBXGroup; | 140 | isa = PBXGroup; |
| 141 | children = ( | 141 | children = ( |
| 142 | - C42A2E8B506E839100DCB46D99DF0A47 /* Pods-DSBaseModule_Example */, | ||
| 143 | - 424507ABF74FC3F4D1F188CB8226D106 /* Pods-DSBaseModule_Tests */, | 142 | + 5CAACC8886F7B98263CA3890E78DA1C4 /* Frameworks */, |
| 143 | + 855DFDD843B180F1E91D4D10FAFAA27B /* Pod */, | ||
| 144 | + 3AA7C3E2E64B2887FAA2B3B545728F5F /* Support Files */, | ||
| 144 | ); | 145 | ); |
| 145 | - name = "Targets Support Files"; | 146 | + name = DSBaseModuleF; |
| 147 | + path = ../..; | ||
| 146 | sourceTree = "<group>"; | 148 | sourceTree = "<group>"; |
| 147 | }; | 149 | }; |
| 148 | - 85CDFB49F399A6BFD17A3307A667A739 /* DSBaseModule */ = { | 150 | + 974CD8947E31D06F4E70436D0A07E5E5 /* Development Pods */ = { |
| 149 | isa = PBXGroup; | 151 | isa = PBXGroup; |
| 150 | children = ( | 152 | children = ( |
| 151 | - DB4EC45EB33F38AAB1068FDE5C8E52FA /* Frameworks */, | ||
| 152 | - 009D7B435088D2CF57B8590228CC7854 /* Pod */, | ||
| 153 | - 5A5CB5406421BD634F4C7462552FDE57 /* Support Files */, | 153 | + 8A619FB1AC59BD5C3863B8FEB6508D25 /* DSBaseModuleF */, |
| 154 | ); | 154 | ); |
| 155 | - name = DSBaseModule; | ||
| 156 | - path = ../..; | 155 | + name = "Development Pods"; |
| 157 | sourceTree = "<group>"; | 156 | sourceTree = "<group>"; |
| 158 | }; | 157 | }; |
| 159 | - 88975E7C12C0F09F83C823E09F67834C /* Products */ = { | 158 | + BF4313CED85B853D17F1596EFABD5984 /* Products */ = { |
| 160 | isa = PBXGroup; | 159 | isa = PBXGroup; |
| 161 | children = ( | 160 | children = ( |
| 162 | - ECA79798CD0507A39BAC2A5CEDAC4077 /* Pods_DSBaseModule_Example.framework */, | ||
| 163 | - 8A074CFE2BD55640E84FD7DCD026A4C4 /* Pods_DSBaseModule_Tests.framework */, | 161 | + 6FAD637B82100B8944E81EDB392285AC /* Pods_DSBaseModuleF_Example.framework */, |
| 162 | + DA3F14F05513D1BA113B8A86BDC7FDFD /* Pods_DSBaseModuleF_Tests.framework */, | ||
| 164 | ); | 163 | ); |
| 165 | name = Products; | 164 | name = Products; |
| 166 | sourceTree = "<group>"; | 165 | sourceTree = "<group>"; |
| @@ -173,31 +172,14 @@ | @@ -173,31 +172,14 @@ | ||
| 173 | name = iOS; | 172 | name = iOS; |
| 174 | sourceTree = "<group>"; | 173 | sourceTree = "<group>"; |
| 175 | }; | 174 | }; |
| 176 | - C42A2E8B506E839100DCB46D99DF0A47 /* Pods-DSBaseModule_Example */ = { | ||
| 177 | - isa = PBXGroup; | ||
| 178 | - children = ( | ||
| 179 | - D51EE1D65B204DAF13EA5DCB79C000CD /* Pods-DSBaseModule_Example.modulemap */, | ||
| 180 | - BD509BBB587FBBB87CF4032305CABE99 /* Pods-DSBaseModule_Example-acknowledgements.markdown */, | ||
| 181 | - 5BAF8C86F3DA08E2BC162E345194C143 /* Pods-DSBaseModule_Example-acknowledgements.plist */, | ||
| 182 | - 6CFF22B0F864846E854B1EB87B4E57BC /* Pods-DSBaseModule_Example-dummy.m */, | ||
| 183 | - FD917F92664F6FF635094DA1625893FD /* Pods-DSBaseModule_Example-frameworks.sh */, | ||
| 184 | - D6788DEC72D43A3AB1A35A282F230FA6 /* Pods-DSBaseModule_Example-Info.plist */, | ||
| 185 | - FAB27BF6331B627872D77038908C61AD /* Pods-DSBaseModule_Example-umbrella.h */, | ||
| 186 | - 4EE9FE36DCA2D18E7E4C79D307A08E94 /* Pods-DSBaseModule_Example.debug.xcconfig */, | ||
| 187 | - 4DA627B4036EA02D0B62E823AF853FC3 /* Pods-DSBaseModule_Example.release.xcconfig */, | ||
| 188 | - ); | ||
| 189 | - name = "Pods-DSBaseModule_Example"; | ||
| 190 | - path = "Target Support Files/Pods-DSBaseModule_Example"; | ||
| 191 | - sourceTree = "<group>"; | ||
| 192 | - }; | ||
| 193 | CF1408CF629C7361332E53B88F7BD30C = { | 175 | CF1408CF629C7361332E53B88F7BD30C = { |
| 194 | isa = PBXGroup; | 176 | isa = PBXGroup; |
| 195 | children = ( | 177 | children = ( |
| 196 | 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, | 178 | 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, |
| 197 | - 633BA40666495FBF67625C5C0CF062E3 /* Development Pods */, | 179 | + 974CD8947E31D06F4E70436D0A07E5E5 /* Development Pods */, |
| 198 | D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */, | 180 | D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */, |
| 199 | - 88975E7C12C0F09F83C823E09F67834C /* Products */, | ||
| 200 | - 74955319FFF3BC62B2FB34D06ED99CB9 /* Targets Support Files */, | 181 | + BF4313CED85B853D17F1596EFABD5984 /* Products */, |
| 182 | + D3FFB1A4645DD836DB8B3C8D43C5704D /* Targets Support Files */, | ||
| 201 | ); | 183 | ); |
| 202 | sourceTree = "<group>"; | 184 | sourceTree = "<group>"; |
| 203 | }; | 185 | }; |
| @@ -209,72 +191,90 @@ | @@ -209,72 +191,90 @@ | ||
| 209 | name = Frameworks; | 191 | name = Frameworks; |
| 210 | sourceTree = "<group>"; | 192 | sourceTree = "<group>"; |
| 211 | }; | 193 | }; |
| 212 | - DB4EC45EB33F38AAB1068FDE5C8E52FA /* Frameworks */ = { | 194 | + D3FFB1A4645DD836DB8B3C8D43C5704D /* Targets Support Files */ = { |
| 213 | isa = PBXGroup; | 195 | isa = PBXGroup; |
| 214 | children = ( | 196 | children = ( |
| 215 | - 6615E5393F831E32E76AF05ED17BDDA0 /* DSBaseModule.framework */, | 197 | + F9E8E2D926A93A8A3563389EAC149653 /* Pods-DSBaseModuleF_Example */, |
| 198 | + 3AE730AF70AB459B89C2A4C4C44CB975 /* Pods-DSBaseModuleF_Tests */, | ||
| 216 | ); | 199 | ); |
| 217 | - name = Frameworks; | 200 | + name = "Targets Support Files"; |
| 201 | + sourceTree = "<group>"; | ||
| 202 | + }; | ||
| 203 | + F9E8E2D926A93A8A3563389EAC149653 /* Pods-DSBaseModuleF_Example */ = { | ||
| 204 | + isa = PBXGroup; | ||
| 205 | + children = ( | ||
| 206 | + C165F96EC589F1DA0DC11CF6259C6DA9 /* Pods-DSBaseModuleF_Example.modulemap */, | ||
| 207 | + D56F5099CDA3FED328987DAC5ECDDC98 /* Pods-DSBaseModuleF_Example-acknowledgements.markdown */, | ||
| 208 | + DB19D3FB6F2C863E5DA1AFE6F46E6849 /* Pods-DSBaseModuleF_Example-acknowledgements.plist */, | ||
| 209 | + 86C946DF8FF8CDA203BDF81C77F527F2 /* Pods-DSBaseModuleF_Example-dummy.m */, | ||
| 210 | + C3F48C953D42C1E4175378A566C528C0 /* Pods-DSBaseModuleF_Example-frameworks.sh */, | ||
| 211 | + FE90D02F301C8B5F4F61D68CE494ECFE /* Pods-DSBaseModuleF_Example-Info.plist */, | ||
| 212 | + 58231FDE60835B420DBB6FA32383AF03 /* Pods-DSBaseModuleF_Example-umbrella.h */, | ||
| 213 | + 22C164B80F26BAF947D4C09D20591F9E /* Pods-DSBaseModuleF_Example.debug.xcconfig */, | ||
| 214 | + 148D74E25C5D7B41EE492E838868D5AC /* Pods-DSBaseModuleF_Example.release.xcconfig */, | ||
| 215 | + ); | ||
| 216 | + name = "Pods-DSBaseModuleF_Example"; | ||
| 217 | + path = "Target Support Files/Pods-DSBaseModuleF_Example"; | ||
| 218 | sourceTree = "<group>"; | 218 | sourceTree = "<group>"; |
| 219 | }; | 219 | }; |
| 220 | /* End PBXGroup section */ | 220 | /* End PBXGroup section */ |
| 221 | 221 | ||
| 222 | /* Begin PBXHeadersBuildPhase section */ | 222 | /* Begin PBXHeadersBuildPhase section */ |
| 223 | - 14B1D310865EE890F2C3B740604D1842 /* Headers */ = { | 223 | + 022383E28BF1EC882CBAF7B11AC15590 /* Headers */ = { |
| 224 | isa = PBXHeadersBuildPhase; | 224 | isa = PBXHeadersBuildPhase; |
| 225 | buildActionMask = 2147483647; | 225 | buildActionMask = 2147483647; |
| 226 | files = ( | 226 | files = ( |
| 227 | - 40FE9D2957BD8631CA7F83DDD06F3A04 /* Pods-DSBaseModule_Example-umbrella.h in Headers */, | 227 | + C7BF7898154B880A04C006F54EDAEFA0 /* Pods-DSBaseModuleF_Example-umbrella.h in Headers */, |
| 228 | ); | 228 | ); |
| 229 | runOnlyForDeploymentPostprocessing = 0; | 229 | runOnlyForDeploymentPostprocessing = 0; |
| 230 | }; | 230 | }; |
| 231 | - 4421865372A9EC70D577E32F9AA1B595 /* Headers */ = { | 231 | + 33FED07B05D7A23C68BADBC8739015D1 /* Headers */ = { |
| 232 | isa = PBXHeadersBuildPhase; | 232 | isa = PBXHeadersBuildPhase; |
| 233 | buildActionMask = 2147483647; | 233 | buildActionMask = 2147483647; |
| 234 | files = ( | 234 | files = ( |
| 235 | - B6EB823761CE11D40DD1CE54EAFD2CE6 /* Pods-DSBaseModule_Tests-umbrella.h in Headers */, | 235 | + A6A25E1DFB4CD0AAD13A8FB8C1B3B413 /* Pods-DSBaseModuleF_Tests-umbrella.h in Headers */, |
| 236 | ); | 236 | ); |
| 237 | runOnlyForDeploymentPostprocessing = 0; | 237 | runOnlyForDeploymentPostprocessing = 0; |
| 238 | }; | 238 | }; |
| 239 | /* End PBXHeadersBuildPhase section */ | 239 | /* End PBXHeadersBuildPhase section */ |
| 240 | 240 | ||
| 241 | /* Begin PBXNativeTarget section */ | 241 | /* Begin PBXNativeTarget section */ |
| 242 | - 3A5A6EF99A29F96506986F51F49D12F8 /* Pods-DSBaseModule_Example */ = { | 242 | + C8246CD0C10E7A2D62CE676B0C9B121E /* Pods-DSBaseModuleF_Tests */ = { |
| 243 | isa = PBXNativeTarget; | 243 | isa = PBXNativeTarget; |
| 244 | - buildConfigurationList = 8D5FDF07C4A6424E77A3B0AF00FC25F0 /* Build configuration list for PBXNativeTarget "Pods-DSBaseModule_Example" */; | 244 | + buildConfigurationList = C20AD81A3D13D171EC6B8317C72E4595 /* Build configuration list for PBXNativeTarget "Pods-DSBaseModuleF_Tests" */; |
| 245 | buildPhases = ( | 245 | buildPhases = ( |
| 246 | - 14B1D310865EE890F2C3B740604D1842 /* Headers */, | ||
| 247 | - 3382DEC90FC91B32B8BB8401BCC3FB07 /* Sources */, | ||
| 248 | - A3C5E84A35A3E4220E0ABE4F3E841A85 /* Frameworks */, | ||
| 249 | - 935E89B049F22B76B5FA4E09D68A7274 /* Resources */, | 246 | + 33FED07B05D7A23C68BADBC8739015D1 /* Headers */, |
| 247 | + 2CFE9F50CD8CD02F7A5696440314B08E /* Sources */, | ||
| 248 | + E7ACAB3B12BC2DCB255FAFD0273203EB /* Frameworks */, | ||
| 249 | + 6A1937BAA8A75DF3EC0CB71C4351C457 /* Resources */, | ||
| 250 | ); | 250 | ); |
| 251 | buildRules = ( | 251 | buildRules = ( |
| 252 | ); | 252 | ); |
| 253 | dependencies = ( | 253 | dependencies = ( |
| 254 | - 566F3A62BF551C357D41D8F398BDCBF6 /* PBXTargetDependency */, | 254 | + 85DF7B47387BF4770982F6728C99568A /* PBXTargetDependency */, |
| 255 | ); | 255 | ); |
| 256 | - name = "Pods-DSBaseModule_Example"; | ||
| 257 | - productName = "Pods-DSBaseModule_Example"; | ||
| 258 | - productReference = ECA79798CD0507A39BAC2A5CEDAC4077 /* Pods_DSBaseModule_Example.framework */; | 256 | + name = "Pods-DSBaseModuleF_Tests"; |
| 257 | + productName = "Pods-DSBaseModuleF_Tests"; | ||
| 258 | + productReference = DA3F14F05513D1BA113B8A86BDC7FDFD /* Pods_DSBaseModuleF_Tests.framework */; | ||
| 259 | productType = "com.apple.product-type.framework"; | 259 | productType = "com.apple.product-type.framework"; |
| 260 | }; | 260 | }; |
| 261 | - 9975E862D3B4D74CC2969E2595D7763A /* Pods-DSBaseModule_Tests */ = { | 261 | + ED54720E2B6456EC18A129729B2D09D4 /* Pods-DSBaseModuleF_Example */ = { |
| 262 | isa = PBXNativeTarget; | 262 | isa = PBXNativeTarget; |
| 263 | - buildConfigurationList = 2A495D91AF2F4AF542252F6ADF46907A /* Build configuration list for PBXNativeTarget "Pods-DSBaseModule_Tests" */; | 263 | + buildConfigurationList = 41FEABA18640540C2D898966169C8E1D /* Build configuration list for PBXNativeTarget "Pods-DSBaseModuleF_Example" */; |
| 264 | buildPhases = ( | 264 | buildPhases = ( |
| 265 | - 4421865372A9EC70D577E32F9AA1B595 /* Headers */, | ||
| 266 | - 4158941ABD298019D1AB52C35C052173 /* Sources */, | ||
| 267 | - BED3B2ED3F25C4B4A154C1F6FB6FC8EA /* Frameworks */, | ||
| 268 | - 8E5E027F1237AC07AC7264D0DC45F845 /* Resources */, | 265 | + 022383E28BF1EC882CBAF7B11AC15590 /* Headers */, |
| 266 | + 2B93A5ACCA7687C008A68A25733633F0 /* Sources */, | ||
| 267 | + 004AC81EB746D9C526C21DD306A359F7 /* Frameworks */, | ||
| 268 | + 5A67F88BBE5554E4C4B205A6FC4AB06B /* Resources */, | ||
| 269 | ); | 269 | ); |
| 270 | buildRules = ( | 270 | buildRules = ( |
| 271 | ); | 271 | ); |
| 272 | dependencies = ( | 272 | dependencies = ( |
| 273 | - E4D9AB552C411A5F18D446E2537A4B6A /* PBXTargetDependency */, | 273 | + 0806DC887C5DBAAC4A55A44FBD905A1E /* PBXTargetDependency */, |
| 274 | ); | 274 | ); |
| 275 | - name = "Pods-DSBaseModule_Tests"; | ||
| 276 | - productName = "Pods-DSBaseModule_Tests"; | ||
| 277 | - productReference = 8A074CFE2BD55640E84FD7DCD026A4C4 /* Pods_DSBaseModule_Tests.framework */; | 275 | + name = "Pods-DSBaseModuleF_Example"; |
| 276 | + productName = "Pods-DSBaseModuleF_Example"; | ||
| 277 | + productReference = 6FAD637B82100B8944E81EDB392285AC /* Pods_DSBaseModuleF_Example.framework */; | ||
| 278 | productType = "com.apple.product-type.framework"; | 278 | productType = "com.apple.product-type.framework"; |
| 279 | }; | 279 | }; |
| 280 | /* End PBXNativeTarget section */ | 280 | /* End PBXNativeTarget section */ |
| @@ -295,26 +295,26 @@ | @@ -295,26 +295,26 @@ | ||
| 295 | Base, | 295 | Base, |
| 296 | ); | 296 | ); |
| 297 | mainGroup = CF1408CF629C7361332E53B88F7BD30C; | 297 | mainGroup = CF1408CF629C7361332E53B88F7BD30C; |
| 298 | - productRefGroup = 88975E7C12C0F09F83C823E09F67834C /* Products */; | 298 | + productRefGroup = BF4313CED85B853D17F1596EFABD5984 /* Products */; |
| 299 | projectDirPath = ""; | 299 | projectDirPath = ""; |
| 300 | projectRoot = ""; | 300 | projectRoot = ""; |
| 301 | targets = ( | 301 | targets = ( |
| 302 | - 2578CDF1768D60EA1C83E6785D35B106 /* DSBaseModule */, | ||
| 303 | - 3A5A6EF99A29F96506986F51F49D12F8 /* Pods-DSBaseModule_Example */, | ||
| 304 | - 9975E862D3B4D74CC2969E2595D7763A /* Pods-DSBaseModule_Tests */, | 302 | + 9AD1F1D0E06DF15037C31F011DDEB7C8 /* DSBaseModuleF */, |
| 303 | + ED54720E2B6456EC18A129729B2D09D4 /* Pods-DSBaseModuleF_Example */, | ||
| 304 | + C8246CD0C10E7A2D62CE676B0C9B121E /* Pods-DSBaseModuleF_Tests */, | ||
| 305 | ); | 305 | ); |
| 306 | }; | 306 | }; |
| 307 | /* End PBXProject section */ | 307 | /* End PBXProject section */ |
| 308 | 308 | ||
| 309 | /* Begin PBXResourcesBuildPhase section */ | 309 | /* Begin PBXResourcesBuildPhase section */ |
| 310 | - 8E5E027F1237AC07AC7264D0DC45F845 /* Resources */ = { | 310 | + 5A67F88BBE5554E4C4B205A6FC4AB06B /* Resources */ = { |
| 311 | isa = PBXResourcesBuildPhase; | 311 | isa = PBXResourcesBuildPhase; |
| 312 | buildActionMask = 2147483647; | 312 | buildActionMask = 2147483647; |
| 313 | files = ( | 313 | files = ( |
| 314 | ); | 314 | ); |
| 315 | runOnlyForDeploymentPostprocessing = 0; | 315 | runOnlyForDeploymentPostprocessing = 0; |
| 316 | }; | 316 | }; |
| 317 | - 935E89B049F22B76B5FA4E09D68A7274 /* Resources */ = { | 317 | + 6A1937BAA8A75DF3EC0CB71C4351C457 /* Resources */ = { |
| 318 | isa = PBXResourcesBuildPhase; | 318 | isa = PBXResourcesBuildPhase; |
| 319 | buildActionMask = 2147483647; | 319 | buildActionMask = 2147483647; |
| 320 | files = ( | 320 | files = ( |
| @@ -324,76 +324,43 @@ | @@ -324,76 +324,43 @@ | ||
| 324 | /* End PBXResourcesBuildPhase section */ | 324 | /* End PBXResourcesBuildPhase section */ |
| 325 | 325 | ||
| 326 | /* Begin PBXSourcesBuildPhase section */ | 326 | /* Begin PBXSourcesBuildPhase section */ |
| 327 | - 3382DEC90FC91B32B8BB8401BCC3FB07 /* Sources */ = { | 327 | + 2B93A5ACCA7687C008A68A25733633F0 /* Sources */ = { |
| 328 | isa = PBXSourcesBuildPhase; | 328 | isa = PBXSourcesBuildPhase; |
| 329 | buildActionMask = 2147483647; | 329 | buildActionMask = 2147483647; |
| 330 | files = ( | 330 | files = ( |
| 331 | - 1F7047407DABBDC19C2D7BA260AD1B7E /* Pods-DSBaseModule_Example-dummy.m in Sources */, | 331 | + 0D160C8E54A9782A5634F2AFDB3871D8 /* Pods-DSBaseModuleF_Example-dummy.m in Sources */, |
| 332 | ); | 332 | ); |
| 333 | runOnlyForDeploymentPostprocessing = 0; | 333 | runOnlyForDeploymentPostprocessing = 0; |
| 334 | }; | 334 | }; |
| 335 | - 4158941ABD298019D1AB52C35C052173 /* Sources */ = { | 335 | + 2CFE9F50CD8CD02F7A5696440314B08E /* Sources */ = { |
| 336 | isa = PBXSourcesBuildPhase; | 336 | isa = PBXSourcesBuildPhase; |
| 337 | buildActionMask = 2147483647; | 337 | buildActionMask = 2147483647; |
| 338 | files = ( | 338 | files = ( |
| 339 | - E0FA5622FE74B3283CC9B8641B178F91 /* Pods-DSBaseModule_Tests-dummy.m in Sources */, | 339 | + 055D0F6C48B99162A1283A1AD1E45D15 /* Pods-DSBaseModuleF_Tests-dummy.m in Sources */, |
| 340 | ); | 340 | ); |
| 341 | runOnlyForDeploymentPostprocessing = 0; | 341 | runOnlyForDeploymentPostprocessing = 0; |
| 342 | }; | 342 | }; |
| 343 | /* End PBXSourcesBuildPhase section */ | 343 | /* End PBXSourcesBuildPhase section */ |
| 344 | 344 | ||
| 345 | /* Begin PBXTargetDependency section */ | 345 | /* Begin PBXTargetDependency section */ |
| 346 | - 566F3A62BF551C357D41D8F398BDCBF6 /* PBXTargetDependency */ = { | 346 | + 0806DC887C5DBAAC4A55A44FBD905A1E /* PBXTargetDependency */ = { |
| 347 | isa = PBXTargetDependency; | 347 | isa = PBXTargetDependency; |
| 348 | - name = DSBaseModule; | ||
| 349 | - target = 2578CDF1768D60EA1C83E6785D35B106 /* DSBaseModule */; | ||
| 350 | - targetProxy = B457CD3F45D8527CC20EC43DA77ED226 /* PBXContainerItemProxy */; | 348 | + name = DSBaseModuleF; |
| 349 | + target = 9AD1F1D0E06DF15037C31F011DDEB7C8 /* DSBaseModuleF */; | ||
| 350 | + targetProxy = F592B2A7F7CE274DC5A868DC42FC5AC8 /* PBXContainerItemProxy */; | ||
| 351 | }; | 351 | }; |
| 352 | - E4D9AB552C411A5F18D446E2537A4B6A /* PBXTargetDependency */ = { | 352 | + 85DF7B47387BF4770982F6728C99568A /* PBXTargetDependency */ = { |
| 353 | isa = PBXTargetDependency; | 353 | isa = PBXTargetDependency; |
| 354 | - name = "Pods-DSBaseModule_Example"; | ||
| 355 | - target = 3A5A6EF99A29F96506986F51F49D12F8 /* Pods-DSBaseModule_Example */; | ||
| 356 | - targetProxy = 8D38F4FF734AF873440ED436454E8110 /* PBXContainerItemProxy */; | 354 | + name = "Pods-DSBaseModuleF_Example"; |
| 355 | + target = ED54720E2B6456EC18A129729B2D09D4 /* Pods-DSBaseModuleF_Example */; | ||
| 356 | + targetProxy = 49DB954ADE8BE283B754D6383876ACAE /* PBXContainerItemProxy */; | ||
| 357 | }; | 357 | }; |
| 358 | /* End PBXTargetDependency section */ | 358 | /* End PBXTargetDependency section */ |
| 359 | 359 | ||
| 360 | /* Begin XCBuildConfiguration section */ | 360 | /* Begin XCBuildConfiguration section */ |
| 361 | - 19DE04BCFC0A87EB0D3252216C849292 /* Debug */ = { | ||
| 362 | - isa = XCBuildConfiguration; | ||
| 363 | - baseConfigurationReference = 4EE9FE36DCA2D18E7E4C79D307A08E94 /* Pods-DSBaseModule_Example.debug.xcconfig */; | ||
| 364 | - buildSettings = { | ||
| 365 | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; | ||
| 366 | - CODE_SIGN_IDENTITY = ""; | ||
| 367 | - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | ||
| 368 | - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
| 369 | - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | ||
| 370 | - CURRENT_PROJECT_VERSION = 1; | ||
| 371 | - DEFINES_MODULE = YES; | ||
| 372 | - DYLIB_COMPATIBILITY_VERSION = 1; | ||
| 373 | - DYLIB_CURRENT_VERSION = 1; | ||
| 374 | - DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| 375 | - INFOPLIST_FILE = "Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example-Info.plist"; | ||
| 376 | - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ||
| 377 | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
| 378 | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
| 379 | - MACH_O_TYPE = staticlib; | ||
| 380 | - MODULEMAP_FILE = "Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example.modulemap"; | ||
| 381 | - OTHER_LDFLAGS = ""; | ||
| 382 | - OTHER_LIBTOOLFLAGS = ""; | ||
| 383 | - PODS_ROOT = "$(SRCROOT)"; | ||
| 384 | - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; | ||
| 385 | - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | ||
| 386 | - SDKROOT = iphoneos; | ||
| 387 | - SKIP_INSTALL = YES; | ||
| 388 | - TARGETED_DEVICE_FAMILY = "1,2"; | ||
| 389 | - VERSIONING_SYSTEM = "apple-generic"; | ||
| 390 | - VERSION_INFO_PREFIX = ""; | ||
| 391 | - }; | ||
| 392 | - name = Debug; | ||
| 393 | - }; | ||
| 394 | - 36E800D58D47B64260DD333493D772EB /* Debug */ = { | 361 | + 0447EA61EB91551367A9D6265BC979D6 /* Release */ = { |
| 395 | isa = XCBuildConfiguration; | 362 | isa = XCBuildConfiguration; |
| 396 | - baseConfigurationReference = E350F59B79E6A963E28E9F6CEAAB9479 /* Pods-DSBaseModule_Tests.debug.xcconfig */; | 363 | + baseConfigurationReference = 148D74E25C5D7B41EE492E838868D5AC /* Pods-DSBaseModuleF_Example.release.xcconfig */; |
| 397 | buildSettings = { | 364 | buildSettings = { |
| 398 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; | 365 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; |
| 399 | CODE_SIGN_IDENTITY = ""; | 366 | CODE_SIGN_IDENTITY = ""; |
| @@ -405,12 +372,12 @@ | @@ -405,12 +372,12 @@ | ||
| 405 | DYLIB_COMPATIBILITY_VERSION = 1; | 372 | DYLIB_COMPATIBILITY_VERSION = 1; |
| 406 | DYLIB_CURRENT_VERSION = 1; | 373 | DYLIB_CURRENT_VERSION = 1; |
| 407 | DYLIB_INSTALL_NAME_BASE = "@rpath"; | 374 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 408 | - INFOPLIST_FILE = "Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests-Info.plist"; | 375 | + INFOPLIST_FILE = "Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example-Info.plist"; |
| 409 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 376 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 410 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; | 377 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 411 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 378 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 412 | MACH_O_TYPE = staticlib; | 379 | MACH_O_TYPE = staticlib; |
| 413 | - MODULEMAP_FILE = "Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests.modulemap"; | 380 | + MODULEMAP_FILE = "Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example.modulemap"; |
| 414 | OTHER_LDFLAGS = ""; | 381 | OTHER_LDFLAGS = ""; |
| 415 | OTHER_LIBTOOLFLAGS = ""; | 382 | OTHER_LIBTOOLFLAGS = ""; |
| 416 | PODS_ROOT = "$(SRCROOT)"; | 383 | PODS_ROOT = "$(SRCROOT)"; |
| @@ -419,10 +386,11 @@ | @@ -419,10 +386,11 @@ | ||
| 419 | SDKROOT = iphoneos; | 386 | SDKROOT = iphoneos; |
| 420 | SKIP_INSTALL = YES; | 387 | SKIP_INSTALL = YES; |
| 421 | TARGETED_DEVICE_FAMILY = "1,2"; | 388 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 389 | + VALIDATE_PRODUCT = YES; | ||
| 422 | VERSIONING_SYSTEM = "apple-generic"; | 390 | VERSIONING_SYSTEM = "apple-generic"; |
| 423 | VERSION_INFO_PREFIX = ""; | 391 | VERSION_INFO_PREFIX = ""; |
| 424 | }; | 392 | }; |
| 425 | - name = Debug; | 393 | + name = Release; |
| 426 | }; | 394 | }; |
| 427 | 4BE66A09A74FD25164AAB3C2645B9B93 /* Release */ = { | 395 | 4BE66A09A74FD25164AAB3C2645B9B93 /* Release */ = { |
| 428 | isa = XCBuildConfiguration; | 396 | isa = XCBuildConfiguration; |
| @@ -484,9 +452,9 @@ | @@ -484,9 +452,9 @@ | ||
| 484 | }; | 452 | }; |
| 485 | name = Release; | 453 | name = Release; |
| 486 | }; | 454 | }; |
| 487 | - 70122EF791CA125AD6FAFE99E658904E /* Release */ = { | 455 | + 5E59370BBB0B55D5E34EA985550986C4 /* Release */ = { |
| 488 | isa = XCBuildConfiguration; | 456 | isa = XCBuildConfiguration; |
| 489 | - baseConfigurationReference = 47BB657C4FEF0FEC949AEAC05E9C24B7 /* Pods-DSBaseModule_Tests.release.xcconfig */; | 457 | + baseConfigurationReference = 1B489337EE4E03A197C0693687BC5169 /* Pods-DSBaseModuleF_Tests.release.xcconfig */; |
| 490 | buildSettings = { | 458 | buildSettings = { |
| 491 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; | 459 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; |
| 492 | CODE_SIGN_IDENTITY = ""; | 460 | CODE_SIGN_IDENTITY = ""; |
| @@ -498,12 +466,12 @@ | @@ -498,12 +466,12 @@ | ||
| 498 | DYLIB_COMPATIBILITY_VERSION = 1; | 466 | DYLIB_COMPATIBILITY_VERSION = 1; |
| 499 | DYLIB_CURRENT_VERSION = 1; | 467 | DYLIB_CURRENT_VERSION = 1; |
| 500 | DYLIB_INSTALL_NAME_BASE = "@rpath"; | 468 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 501 | - INFOPLIST_FILE = "Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests-Info.plist"; | 469 | + INFOPLIST_FILE = "Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests-Info.plist"; |
| 502 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 470 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 503 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; | 471 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 504 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 472 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 505 | MACH_O_TYPE = staticlib; | 473 | MACH_O_TYPE = staticlib; |
| 506 | - MODULEMAP_FILE = "Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests.modulemap"; | 474 | + MODULEMAP_FILE = "Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests.modulemap"; |
| 507 | OTHER_LDFLAGS = ""; | 475 | OTHER_LDFLAGS = ""; |
| 508 | OTHER_LIBTOOLFLAGS = ""; | 476 | OTHER_LIBTOOLFLAGS = ""; |
| 509 | PODS_ROOT = "$(SRCROOT)"; | 477 | PODS_ROOT = "$(SRCROOT)"; |
| @@ -518,6 +486,19 @@ | @@ -518,6 +486,19 @@ | ||
| 518 | }; | 486 | }; |
| 519 | name = Release; | 487 | name = Release; |
| 520 | }; | 488 | }; |
| 489 | + 5F0A0B0754A1068FBB0658D466EFE364 /* Debug */ = { | ||
| 490 | + isa = XCBuildConfiguration; | ||
| 491 | + baseConfigurationReference = 239E712D7001441A1D0ED4494A624566 /* DSBaseModuleF.xcconfig */; | ||
| 492 | + buildSettings = { | ||
| 493 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
| 494 | + CODE_SIGN_IDENTITY = "iPhone Developer"; | ||
| 495 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; | ||
| 496 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
| 497 | + SDKROOT = iphoneos; | ||
| 498 | + TARGETED_DEVICE_FAMILY = "1,2"; | ||
| 499 | + }; | ||
| 500 | + name = Debug; | ||
| 501 | + }; | ||
| 521 | 7EF7227D9B20A1D549000096ACCB23D7 /* Debug */ = { | 502 | 7EF7227D9B20A1D549000096ACCB23D7 /* Debug */ = { |
| 522 | isa = XCBuildConfiguration; | 503 | isa = XCBuildConfiguration; |
| 523 | buildSettings = { | 504 | buildSettings = { |
| @@ -582,23 +563,42 @@ | @@ -582,23 +563,42 @@ | ||
| 582 | }; | 563 | }; |
| 583 | name = Debug; | 564 | name = Debug; |
| 584 | }; | 565 | }; |
| 585 | - 8DD71C077802A57958F2E3B7762DCC38 /* Release */ = { | 566 | + 86AF0CAE3325C7634A958FD86AF74F2B /* Debug */ = { |
| 586 | isa = XCBuildConfiguration; | 567 | isa = XCBuildConfiguration; |
| 587 | - baseConfigurationReference = 7B6B1AFD0C4749191FC7A01FCE2BC8E7 /* DSBaseModule.xcconfig */; | 568 | + baseConfigurationReference = 22C164B80F26BAF947D4C09D20591F9E /* Pods-DSBaseModuleF_Example.debug.xcconfig */; |
| 588 | buildSettings = { | 569 | buildSettings = { |
| 589 | - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
| 590 | - CODE_SIGN_IDENTITY = "iPhone Developer"; | ||
| 591 | - IPHONEOS_DEPLOYMENT_TARGET = 9.0; | ||
| 592 | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | 570 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; |
| 571 | + CODE_SIGN_IDENTITY = ""; | ||
| 572 | + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; | ||
| 573 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
| 574 | + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; | ||
| 575 | + CURRENT_PROJECT_VERSION = 1; | ||
| 576 | + DEFINES_MODULE = YES; | ||
| 577 | + DYLIB_COMPATIBILITY_VERSION = 1; | ||
| 578 | + DYLIB_CURRENT_VERSION = 1; | ||
| 579 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
| 580 | + INFOPLIST_FILE = "Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example-Info.plist"; | ||
| 581 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ||
| 582 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
| 583 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
| 584 | + MACH_O_TYPE = staticlib; | ||
| 585 | + MODULEMAP_FILE = "Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example.modulemap"; | ||
| 586 | + OTHER_LDFLAGS = ""; | ||
| 587 | + OTHER_LIBTOOLFLAGS = ""; | ||
| 588 | + PODS_ROOT = "$(SRCROOT)"; | ||
| 589 | + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; | ||
| 590 | + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | ||
| 593 | SDKROOT = iphoneos; | 591 | SDKROOT = iphoneos; |
| 592 | + SKIP_INSTALL = YES; | ||
| 594 | TARGETED_DEVICE_FAMILY = "1,2"; | 593 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 595 | - VALIDATE_PRODUCT = YES; | 594 | + VERSIONING_SYSTEM = "apple-generic"; |
| 595 | + VERSION_INFO_PREFIX = ""; | ||
| 596 | }; | 596 | }; |
| 597 | - name = Release; | 597 | + name = Debug; |
| 598 | }; | 598 | }; |
| 599 | - A1DC76AFEB0F15970F62239ED218488C /* Debug */ = { | 599 | + 8CDE5A63F20BFE80BC6D484DD4900D21 /* Release */ = { |
| 600 | isa = XCBuildConfiguration; | 600 | isa = XCBuildConfiguration; |
| 601 | - baseConfigurationReference = 7B6B1AFD0C4749191FC7A01FCE2BC8E7 /* DSBaseModule.xcconfig */; | 601 | + baseConfigurationReference = 239E712D7001441A1D0ED4494A624566 /* DSBaseModuleF.xcconfig */; |
| 602 | buildSettings = { | 602 | buildSettings = { |
| 603 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 603 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 604 | CODE_SIGN_IDENTITY = "iPhone Developer"; | 604 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
| @@ -606,12 +606,13 @@ | @@ -606,12 +606,13 @@ | ||
| 606 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | 606 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 607 | SDKROOT = iphoneos; | 607 | SDKROOT = iphoneos; |
| 608 | TARGETED_DEVICE_FAMILY = "1,2"; | 608 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 609 | + VALIDATE_PRODUCT = YES; | ||
| 609 | }; | 610 | }; |
| 610 | - name = Debug; | 611 | + name = Release; |
| 611 | }; | 612 | }; |
| 612 | - BC63591A9667A6EB42968E957EB45F68 /* Release */ = { | 613 | + F38120325954E9AC525DD212A0E0D72F /* Debug */ = { |
| 613 | isa = XCBuildConfiguration; | 614 | isa = XCBuildConfiguration; |
| 614 | - baseConfigurationReference = 4DA627B4036EA02D0B62E823AF853FC3 /* Pods-DSBaseModule_Example.release.xcconfig */; | 615 | + baseConfigurationReference = 10C3452C35FD4EC293F9097ED7B099A6 /* Pods-DSBaseModuleF_Tests.debug.xcconfig */; |
| 615 | buildSettings = { | 616 | buildSettings = { |
| 616 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; | 617 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; |
| 617 | CODE_SIGN_IDENTITY = ""; | 618 | CODE_SIGN_IDENTITY = ""; |
| @@ -623,12 +624,12 @@ | @@ -623,12 +624,12 @@ | ||
| 623 | DYLIB_COMPATIBILITY_VERSION = 1; | 624 | DYLIB_COMPATIBILITY_VERSION = 1; |
| 624 | DYLIB_CURRENT_VERSION = 1; | 625 | DYLIB_CURRENT_VERSION = 1; |
| 625 | DYLIB_INSTALL_NAME_BASE = "@rpath"; | 626 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 626 | - INFOPLIST_FILE = "Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example-Info.plist"; | 627 | + INFOPLIST_FILE = "Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests-Info.plist"; |
| 627 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 628 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 628 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; | 629 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 629 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | 630 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 630 | MACH_O_TYPE = staticlib; | 631 | MACH_O_TYPE = staticlib; |
| 631 | - MODULEMAP_FILE = "Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example.modulemap"; | 632 | + MODULEMAP_FILE = "Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests.modulemap"; |
| 632 | OTHER_LDFLAGS = ""; | 633 | OTHER_LDFLAGS = ""; |
| 633 | OTHER_LIBTOOLFLAGS = ""; | 634 | OTHER_LIBTOOLFLAGS = ""; |
| 634 | PODS_ROOT = "$(SRCROOT)"; | 635 | PODS_ROOT = "$(SRCROOT)"; |
| @@ -637,20 +638,19 @@ | @@ -637,20 +638,19 @@ | ||
| 637 | SDKROOT = iphoneos; | 638 | SDKROOT = iphoneos; |
| 638 | SKIP_INSTALL = YES; | 639 | SKIP_INSTALL = YES; |
| 639 | TARGETED_DEVICE_FAMILY = "1,2"; | 640 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 640 | - VALIDATE_PRODUCT = YES; | ||
| 641 | VERSIONING_SYSTEM = "apple-generic"; | 641 | VERSIONING_SYSTEM = "apple-generic"; |
| 642 | VERSION_INFO_PREFIX = ""; | 642 | VERSION_INFO_PREFIX = ""; |
| 643 | }; | 643 | }; |
| 644 | - name = Release; | 644 | + name = Debug; |
| 645 | }; | 645 | }; |
| 646 | /* End XCBuildConfiguration section */ | 646 | /* End XCBuildConfiguration section */ |
| 647 | 647 | ||
| 648 | /* Begin XCConfigurationList section */ | 648 | /* Begin XCConfigurationList section */ |
| 649 | - 2A495D91AF2F4AF542252F6ADF46907A /* Build configuration list for PBXNativeTarget "Pods-DSBaseModule_Tests" */ = { | 649 | + 41FEABA18640540C2D898966169C8E1D /* Build configuration list for PBXNativeTarget "Pods-DSBaseModuleF_Example" */ = { |
| 650 | isa = XCConfigurationList; | 650 | isa = XCConfigurationList; |
| 651 | buildConfigurations = ( | 651 | buildConfigurations = ( |
| 652 | - 36E800D58D47B64260DD333493D772EB /* Debug */, | ||
| 653 | - 70122EF791CA125AD6FAFE99E658904E /* Release */, | 652 | + 86AF0CAE3325C7634A958FD86AF74F2B /* Debug */, |
| 653 | + 0447EA61EB91551367A9D6265BC979D6 /* Release */, | ||
| 654 | ); | 654 | ); |
| 655 | defaultConfigurationIsVisible = 0; | 655 | defaultConfigurationIsVisible = 0; |
| 656 | defaultConfigurationName = Release; | 656 | defaultConfigurationName = Release; |
| @@ -664,20 +664,20 @@ | @@ -664,20 +664,20 @@ | ||
| 664 | defaultConfigurationIsVisible = 0; | 664 | defaultConfigurationIsVisible = 0; |
| 665 | defaultConfigurationName = Release; | 665 | defaultConfigurationName = Release; |
| 666 | }; | 666 | }; |
| 667 | - 86CFCCB557B2209B128B27DBB84DFE13 /* Build configuration list for PBXAggregateTarget "DSBaseModule" */ = { | 667 | + C20AD81A3D13D171EC6B8317C72E4595 /* Build configuration list for PBXNativeTarget "Pods-DSBaseModuleF_Tests" */ = { |
| 668 | isa = XCConfigurationList; | 668 | isa = XCConfigurationList; |
| 669 | buildConfigurations = ( | 669 | buildConfigurations = ( |
| 670 | - A1DC76AFEB0F15970F62239ED218488C /* Debug */, | ||
| 671 | - 8DD71C077802A57958F2E3B7762DCC38 /* Release */, | 670 | + F38120325954E9AC525DD212A0E0D72F /* Debug */, |
| 671 | + 5E59370BBB0B55D5E34EA985550986C4 /* Release */, | ||
| 672 | ); | 672 | ); |
| 673 | defaultConfigurationIsVisible = 0; | 673 | defaultConfigurationIsVisible = 0; |
| 674 | defaultConfigurationName = Release; | 674 | defaultConfigurationName = Release; |
| 675 | }; | 675 | }; |
| 676 | - 8D5FDF07C4A6424E77A3B0AF00FC25F0 /* Build configuration list for PBXNativeTarget "Pods-DSBaseModule_Example" */ = { | 676 | + C27727A2332A612C1E25DE70070A1EBF /* Build configuration list for PBXAggregateTarget "DSBaseModuleF" */ = { |
| 677 | isa = XCConfigurationList; | 677 | isa = XCConfigurationList; |
| 678 | buildConfigurations = ( | 678 | buildConfigurations = ( |
| 679 | - 19DE04BCFC0A87EB0D3252216C849292 /* Debug */, | ||
| 680 | - BC63591A9667A6EB42968E957EB45F68 /* Release */, | 679 | + 5F0A0B0754A1068FBB0658D466EFE364 /* Debug */, |
| 680 | + 8CDE5A63F20BFE80BC6D484DD4900D21 /* Release */, | ||
| 681 | ); | 681 | ); |
| 682 | defaultConfigurationIsVisible = 0; | 682 | defaultConfigurationIsVisible = 0; |
| 683 | defaultConfigurationName = Release; | 683 | defaultConfigurationName = Release; |
Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/DSBaseModule.xcscheme renamed to Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/DSBaseModuleF.xcscheme
| @@ -14,9 +14,9 @@ | @@ -14,9 +14,9 @@ | ||
| 14 | buildForArchiving = "YES"> | 14 | buildForArchiving = "YES"> |
| 15 | <BuildableReference | 15 | <BuildableReference |
| 16 | BuildableIdentifier = "primary" | 16 | BuildableIdentifier = "primary" |
| 17 | - BlueprintIdentifier = "2578CDF1768D60EA1C83E6785D35B106" | ||
| 18 | - BuildableName = "DSBaseModule" | ||
| 19 | - BlueprintName = "DSBaseModule" | 17 | + BlueprintIdentifier = "9AD1F1D0E06DF15037C31F011DDEB7C8" |
| 18 | + BuildableName = "DSBaseModuleF" | ||
| 19 | + BlueprintName = "DSBaseModuleF" | ||
| 20 | ReferencedContainer = "container:Pods.xcodeproj"> | 20 | ReferencedContainer = "container:Pods.xcodeproj"> |
| 21 | </BuildableReference> | 21 | </BuildableReference> |
| 22 | </BuildActionEntry> | 22 | </BuildActionEntry> |
Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/Pods-DSBaseModule_Example.xcscheme renamed to Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/Pods-DSBaseModuleF_Example.xcscheme
| @@ -14,9 +14,9 @@ | @@ -14,9 +14,9 @@ | ||
| 14 | buildForAnalyzing = "YES"> | 14 | buildForAnalyzing = "YES"> |
| 15 | <BuildableReference | 15 | <BuildableReference |
| 16 | BuildableIdentifier = "primary" | 16 | BuildableIdentifier = "primary" |
| 17 | - BlueprintIdentifier = "3A5A6EF99A29F96506986F51F49D12F8" | ||
| 18 | - BuildableName = "Pods_DSBaseModule_Example.framework" | ||
| 19 | - BlueprintName = "Pods-DSBaseModule_Example" | 17 | + BlueprintIdentifier = "ED54720E2B6456EC18A129729B2D09D4" |
| 18 | + BuildableName = "Pods_DSBaseModuleF_Example.framework" | ||
| 19 | + BlueprintName = "Pods-DSBaseModuleF_Example" | ||
| 20 | ReferencedContainer = "container:Pods.xcodeproj"> | 20 | ReferencedContainer = "container:Pods.xcodeproj"> |
| 21 | </BuildableReference> | 21 | </BuildableReference> |
| 22 | </BuildActionEntry> | 22 | </BuildActionEntry> |
Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/Pods-DSBaseModule_Tests.xcscheme renamed to Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/Pods-DSBaseModuleF_Tests.xcscheme
| @@ -14,9 +14,9 @@ | @@ -14,9 +14,9 @@ | ||
| 14 | buildForAnalyzing = "YES"> | 14 | buildForAnalyzing = "YES"> |
| 15 | <BuildableReference | 15 | <BuildableReference |
| 16 | BuildableIdentifier = "primary" | 16 | BuildableIdentifier = "primary" |
| 17 | - BlueprintIdentifier = "9975E862D3B4D74CC2969E2595D7763A" | ||
| 18 | - BuildableName = "Pods_DSBaseModule_Tests.framework" | ||
| 19 | - BlueprintName = "Pods-DSBaseModule_Tests" | 17 | + BlueprintIdentifier = "C8246CD0C10E7A2D62CE676B0C9B121E" |
| 18 | + BuildableName = "Pods_DSBaseModuleF_Tests.framework" | ||
| 19 | + BlueprintName = "Pods-DSBaseModuleF_Tests" | ||
| 20 | ReferencedContainer = "container:Pods.xcodeproj"> | 20 | ReferencedContainer = "container:Pods.xcodeproj"> |
| 21 | </BuildableReference> | 21 | </BuildableReference> |
| 22 | </BuildActionEntry> | 22 | </BuildActionEntry> |
Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/xcschememanagement.plist
| @@ -4,17 +4,17 @@ | @@ -4,17 +4,17 @@ | ||
| 4 | <dict> | 4 | <dict> |
| 5 | <key>SchemeUserState</key> | 5 | <key>SchemeUserState</key> |
| 6 | <dict> | 6 | <dict> |
| 7 | - <key>DSBaseModule.xcscheme</key> | 7 | + <key>DSBaseModuleF.xcscheme</key> |
| 8 | <dict> | 8 | <dict> |
| 9 | <key>isShown</key> | 9 | <key>isShown</key> |
| 10 | <false/> | 10 | <false/> |
| 11 | </dict> | 11 | </dict> |
| 12 | - <key>Pods-DSBaseModule_Example.xcscheme</key> | 12 | + <key>Pods-DSBaseModuleF_Example.xcscheme</key> |
| 13 | <dict> | 13 | <dict> |
| 14 | <key>isShown</key> | 14 | <key>isShown</key> |
| 15 | <false/> | 15 | <false/> |
| 16 | </dict> | 16 | </dict> |
| 17 | - <key>Pods-DSBaseModule_Tests.xcscheme</key> | 17 | + <key>Pods-DSBaseModuleF_Tests.xcscheme</key> |
| 18 | <dict> | 18 | <dict> |
| 19 | <key>isShown</key> | 19 | <key>isShown</key> |
| 20 | <false/> | 20 | <false/> |
Example/Pods/Target Support Files/DSBaseModule/DSBaseModule-Info.plist renamed to Example/Pods/Target Support Files/DSBaseModuleF/DSBaseModuleF-Info.plist
Example/Pods/Target Support Files/DSBaseModule/DSBaseModule-dummy.m renamed to Example/Pods/Target Support Files/DSBaseModuleF/DSBaseModuleF-dummy.m
Example/Pods/Target Support Files/DSBaseModule/DSBaseModule-prefix.pch renamed to Example/Pods/Target Support Files/DSBaseModuleF/DSBaseModuleF-prefix.pch
Example/Pods/Target Support Files/DSBaseModule/DSBaseModule-umbrella.h renamed to Example/Pods/Target Support Files/DSBaseModuleF/DSBaseModuleF-umbrella.h
| @@ -11,6 +11,6 @@ | @@ -11,6 +11,6 @@ | ||
| 11 | #endif | 11 | #endif |
| 12 | 12 | ||
| 13 | 13 | ||
| 14 | -FOUNDATION_EXPORT double DSBaseModuleVersionNumber; | ||
| 15 | -FOUNDATION_EXPORT const unsigned char DSBaseModuleVersionString[]; | 14 | +FOUNDATION_EXPORT double DSBaseModuleFVersionNumber; |
| 15 | +FOUNDATION_EXPORT const unsigned char DSBaseModuleFVersionString[]; | ||
| 16 | 16 |
Example/Pods/Target Support Files/DSBaseModule/DSBaseModule.modulemap renamed to Example/Pods/Target Support Files/DSBaseModuleF/DSBaseModuleF.modulemap
Example/Pods/Target Support Files/DSBaseModule/DSBaseModule.xcconfig renamed to Example/Pods/Target Support Files/DSBaseModuleF/DSBaseModuleF.xcconfig
| 1 | -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DSBaseModule | ||
| 2 | -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSBaseModule/Frameworks" | 1 | +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DSBaseModuleF |
| 2 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSBaseModuleF/Frameworks" | ||
| 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 | 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 4 | PODS_BUILD_DIR = ${BUILD_DIR} | 4 | PODS_BUILD_DIR = ${BUILD_DIR} |
| 5 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) | 5 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) |
Example/Pods/Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example-Info.plist renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example-Info.plist
Example/Pods/Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example-acknowledgements.markdown renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example-acknowledgements.markdown
| 1 | # Acknowledgements | 1 | # Acknowledgements |
| 2 | This application makes use of the following third party libraries: | 2 | This application makes use of the following third party libraries: |
| 3 | 3 | ||
| 4 | -## DSBaseModule | 4 | +## DSBaseModuleF |
| 5 | 5 | ||
| 6 | Copyright (c) 2020 694092596@qq.com <694092596@qq.com> | 6 | Copyright (c) 2020 694092596@qq.com <694092596@qq.com> |
| 7 | 7 |
Example/Pods/Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example-acknowledgements.plist renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example-acknowledgements.plist
| @@ -37,7 +37,7 @@ THE SOFTWARE. | @@ -37,7 +37,7 @@ THE SOFTWARE. | ||
| 37 | <key>License</key> | 37 | <key>License</key> |
| 38 | <string>MIT</string> | 38 | <string>MIT</string> |
| 39 | <key>Title</key> | 39 | <key>Title</key> |
| 40 | - <string>DSBaseModule</string> | 40 | + <string>DSBaseModuleF</string> |
| 41 | <key>Type</key> | 41 | <key>Type</key> |
| 42 | <string>PSGroupSpecifier</string> | 42 | <string>PSGroupSpecifier</string> |
| 43 | </dict> | 43 | </dict> |
Example/Pods/Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example-dummy.m renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example-dummy.m
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | -@interface PodsDummy_Pods_DSBaseModule_Example : NSObject | 2 | +@interface PodsDummy_Pods_DSBaseModuleF_Example : NSObject |
| 3 | @end | 3 | @end |
| 4 | -@implementation PodsDummy_Pods_DSBaseModule_Example | 4 | +@implementation PodsDummy_Pods_DSBaseModuleF_Example |
| 5 | @end | 5 | @end |
Example/Pods/Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example-frameworks.sh renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example-frameworks.sh
| @@ -161,10 +161,10 @@ strip_invalid_archs() { | @@ -161,10 +161,10 @@ strip_invalid_archs() { | ||
| 161 | 161 | ||
| 162 | 162 | ||
| 163 | if [[ "$CONFIGURATION" == "Debug" ]]; then | 163 | if [[ "$CONFIGURATION" == "Debug" ]]; then |
| 164 | - install_framework "${PODS_ROOT}/../../DSBaseModule/Frameworks/DSBaseModule.framework" | 164 | + install_framework "${PODS_ROOT}/../../DSBaseModuleF/Frameworks/DSBaseModule.framework" |
| 165 | fi | 165 | fi |
| 166 | if [[ "$CONFIGURATION" == "Release" ]]; then | 166 | if [[ "$CONFIGURATION" == "Release" ]]; then |
| 167 | - install_framework "${PODS_ROOT}/../../DSBaseModule/Frameworks/DSBaseModule.framework" | 167 | + install_framework "${PODS_ROOT}/../../DSBaseModuleF/Frameworks/DSBaseModule.framework" |
| 168 | fi | 168 | fi |
| 169 | if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then | 169 | if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then |
| 170 | wait | 170 | wait |
Example/Pods/Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example-umbrella.h renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example-umbrella.h
| @@ -11,6 +11,6 @@ | @@ -11,6 +11,6 @@ | ||
| 11 | #endif | 11 | #endif |
| 12 | 12 | ||
| 13 | 13 | ||
| 14 | -FOUNDATION_EXPORT double Pods_DSBaseModule_ExampleVersionNumber; | ||
| 15 | -FOUNDATION_EXPORT const unsigned char Pods_DSBaseModule_ExampleVersionString[]; | 14 | +FOUNDATION_EXPORT double Pods_DSBaseModuleF_ExampleVersionNumber; |
| 15 | +FOUNDATION_EXPORT const unsigned char Pods_DSBaseModuleF_ExampleVersionString[]; | ||
| 16 | 16 |
Example/Pods/Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example.debug.xcconfig renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example.debug.xcconfig
| 1 | -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSBaseModule/Frameworks" | 1 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSBaseModuleF/Frameworks" |
| 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 | 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 3 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' | 3 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' |
| 4 | OTHER_LDFLAGS = $(inherited) -framework "DSBaseModule" | 4 | OTHER_LDFLAGS = $(inherited) -framework "DSBaseModule" |
Example/Pods/Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example.modulemap renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example.modulemap
Example/Pods/Target Support Files/Pods-DSBaseModule_Example/Pods-DSBaseModule_Example.release.xcconfig renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Example/Pods-DSBaseModuleF_Example.release.xcconfig
| 1 | -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSBaseModule/Frameworks" | 1 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSBaseModuleF/Frameworks" |
| 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 | 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 3 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' | 3 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' |
| 4 | OTHER_LDFLAGS = $(inherited) -framework "DSBaseModule" | 4 | OTHER_LDFLAGS = $(inherited) -framework "DSBaseModule" |
Example/Pods/Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests-Info.plist renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests-Info.plist
Example/Pods/Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests-acknowledgements.markdown renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests-acknowledgements.markdown
Example/Pods/Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests-acknowledgements.plist renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests-acknowledgements.plist
Example/Pods/Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests-dummy.m renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests-dummy.m
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | -@interface PodsDummy_Pods_DSBaseModule_Tests : NSObject | 2 | +@interface PodsDummy_Pods_DSBaseModuleF_Tests : NSObject |
| 3 | @end | 3 | @end |
| 4 | -@implementation PodsDummy_Pods_DSBaseModule_Tests | 4 | +@implementation PodsDummy_Pods_DSBaseModuleF_Tests |
| 5 | @end | 5 | @end |
Example/Pods/Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests-umbrella.h renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests-umbrella.h
| @@ -11,6 +11,6 @@ | @@ -11,6 +11,6 @@ | ||
| 11 | #endif | 11 | #endif |
| 12 | 12 | ||
| 13 | 13 | ||
| 14 | -FOUNDATION_EXPORT double Pods_DSBaseModule_TestsVersionNumber; | ||
| 15 | -FOUNDATION_EXPORT const unsigned char Pods_DSBaseModule_TestsVersionString[]; | 14 | +FOUNDATION_EXPORT double Pods_DSBaseModuleF_TestsVersionNumber; |
| 15 | +FOUNDATION_EXPORT const unsigned char Pods_DSBaseModuleF_TestsVersionString[]; | ||
| 16 | 16 |
Example/Pods/Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests.debug.xcconfig renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests.debug.xcconfig
| 1 | -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSBaseModule/Frameworks" | 1 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSBaseModuleF/Frameworks" |
| 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 | 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 3 | OTHER_LDFLAGS = $(inherited) -framework "DSBaseModule" | 3 | OTHER_LDFLAGS = $(inherited) -framework "DSBaseModule" |
| 4 | PODS_BUILD_DIR = ${BUILD_DIR} | 4 | PODS_BUILD_DIR = ${BUILD_DIR} |
Example/Pods/Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests.modulemap renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests.modulemap
Example/Pods/Target Support Files/Pods-DSBaseModule_Tests/Pods-DSBaseModule_Tests.release.xcconfig renamed to Example/Pods/Target Support Files/Pods-DSBaseModuleF_Tests/Pods-DSBaseModuleF_Tests.release.xcconfig
| 1 | -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSBaseModule/Frameworks" | 1 | +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/../../DSBaseModuleF/Frameworks" |
| 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 | 2 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 |
| 3 | OTHER_LDFLAGS = $(inherited) -framework "DSBaseModule" | 3 | OTHER_LDFLAGS = $(inherited) -framework "DSBaseModule" |
| 4 | PODS_BUILD_DIR = ${BUILD_DIR} | 4 | PODS_BUILD_DIR = ${BUILD_DIR} |
Example/Tests/Tests.m
| 1 | // | 1 | // |
| 2 | -// DSBaseModuleTests.m | ||
| 3 | -// DSBaseModuleTests | 2 | +// DSBaseModuleFTests.m |
| 3 | +// DSBaseModuleFTests | ||
| 4 | // | 4 | // |
| 5 | // Created by 694092596@qq.com on 02/29/2020. | 5 | // Created by 694092596@qq.com on 02/29/2020. |
| 6 | // Copyright (c) 2020 694092596@qq.com. All rights reserved. | 6 | // Copyright (c) 2020 694092596@qq.com. All rights reserved. |
README.md
| 1 | -# DSBaseModule | 1 | +# DSBaseModuleF |
| 2 | 2 | ||
| 3 | -[](https://travis-ci.org/694092596@qq.com/DSBaseModule) | ||
| 4 | -[](https://cocoapods.org/pods/DSBaseModule) | ||
| 5 | -[](https://cocoapods.org/pods/DSBaseModule) | ||
| 6 | -[](https://cocoapods.org/pods/DSBaseModule) | 3 | +[](https://travis-ci.org/694092596@qq.com/DSBaseModuleF) |
| 4 | +[](https://cocoapods.org/pods/DSBaseModuleF) | ||
| 5 | +[](https://cocoapods.org/pods/DSBaseModuleF) | ||
| 6 | +[](https://cocoapods.org/pods/DSBaseModuleF) | ||
| 7 | 7 | ||
| 8 | ## Example | 8 | ## Example |
| 9 | 9 | ||
| @@ -13,11 +13,11 @@ To run the example project, clone the repo, and run `pod install` from the Examp | @@ -13,11 +13,11 @@ To run the example project, clone the repo, and run `pod install` from the Examp | ||
| 13 | 13 | ||
| 14 | ## Installation | 14 | ## Installation |
| 15 | 15 | ||
| 16 | -DSBaseModule is available through [CocoaPods](https://cocoapods.org). To install | 16 | +DSBaseModuleF is available through [CocoaPods](https://cocoapods.org). To install |
| 17 | it, simply add the following line to your Podfile: | 17 | it, simply add the following line to your Podfile: |
| 18 | 18 | ||
| 19 | ```ruby | 19 | ```ruby |
| 20 | -pod 'DSBaseModule' | 20 | +pod 'DSBaseModuleF' |
| 21 | ``` | 21 | ``` |
| 22 | 22 | ||
| 23 | ## Author | 23 | ## Author |
| @@ -26,4 +26,4 @@ pod 'DSBaseModule' | @@ -26,4 +26,4 @@ pod 'DSBaseModule' | ||
| 26 | 26 | ||
| 27 | ## License | 27 | ## License |
| 28 | 28 | ||
| 29 | -DSBaseModule is available under the MIT license. See the LICENSE file for more info. | 29 | +DSBaseModuleF is available under the MIT license. See the LICENSE file for more info. |