pod-builder 1.9.4 → 2.0.0.beta.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +9 -0
- data/README.md +50 -13
- data/exe/pod_builder +39 -28
- data/lib/pod_builder/analyze.rb +32 -7
- data/lib/pod_builder/analyzer.rb +16 -0
- data/lib/pod_builder/command/build.rb +44 -174
- data/lib/pod_builder/command/build_all.rb +2 -2
- data/lib/pod_builder/command/clean.rb +34 -55
- data/lib/pod_builder/command/clear_lldbinit.rb +7 -3
- data/lib/pod_builder/command/deintegrate.rb +29 -7
- data/lib/pod_builder/command/generate_lfs.rb +3 -3
- data/lib/pod_builder/command/generate_podspec.rb +3 -2
- data/lib/pod_builder/command/info.rb +1 -1
- data/lib/pod_builder/command/init.rb +37 -14
- data/lib/pod_builder/command/install_sources.rb +21 -14
- data/lib/pod_builder/command/none.rb +2 -2
- data/lib/pod_builder/command/restore_all.rb +4 -4
- data/lib/pod_builder/command/switch.rb +137 -95
- data/lib/pod_builder/command/sync_podfile.rb +5 -3
- data/lib/pod_builder/command/update.rb +5 -6
- data/lib/pod_builder/command/update_lldbinit.rb +11 -9
- data/lib/pod_builder/configuration.rb +88 -13
- data/lib/pod_builder/core.rb +95 -14
- data/lib/pod_builder/info.rb +32 -98
- data/lib/pod_builder/install.rb +255 -195
- data/lib/pod_builder/licenses.rb +4 -4
- data/lib/pod_builder/podfile.rb +300 -73
- data/lib/pod_builder/podfile/post_actions.rb +9 -15
- data/lib/pod_builder/podfile_cp.rb +93 -0
- data/lib/pod_builder/podfile_item.rb +181 -82
- data/lib/pod_builder/podspec.rb +144 -135
- data/lib/pod_builder/rome/post_install.rb +240 -0
- data/lib/pod_builder/rome/pre_install.rb +6 -0
- data/lib/pod_builder/templates/build_podfile.template +3 -3
- data/lib/pod_builder/version.rb +1 -1
- data/pod-builder.gemspec +5 -5
- metadata +23 -76
- data/Example/Frameworks/PodBuilder.json +0 -32
- data/Example/PodBuilderExample.xcodeproj/project.pbxproj +0 -416
- data/Example/PodBuilderExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/Example/PodBuilderExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- data/Example/PodBuilderExample.xcodeproj/project.xcworkspace/xcuserdata/tomas.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/Example/PodBuilderExample.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
- data/Example/PodBuilderExample.xcworkspace/contents.xcworkspacedata +0 -10
- data/Example/PodBuilderExample/AppDelegate.swift +0 -47
- data/Example/PodBuilderExample/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -98
- data/Example/PodBuilderExample/Assets.xcassets/Contents.json +0 -6
- data/Example/PodBuilderExample/Base.lproj/LaunchScreen.storyboard +0 -25
- data/Example/PodBuilderExample/Base.lproj/Main.storyboard +0 -24
- data/Example/PodBuilderExample/Info.plist +0 -45
- data/Example/PodBuilderExample/ViewController.swift +0 -25
- data/Example/Podfile +0 -8
- data/Example/Podfile.lock +0 -16
- data/Example/Pods/Alamofire/LICENSE +0 -19
- data/Example/Pods/Alamofire/README.md +0 -242
- data/Example/Pods/Alamofire/Source/AFError.swift +0 -460
- data/Example/Pods/Alamofire/Source/Alamofire.swift +0 -465
- data/Example/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift +0 -37
- data/Example/Pods/Alamofire/Source/MultipartFormData.swift +0 -580
- data/Example/Pods/Alamofire/Source/NetworkReachabilityManager.swift +0 -233
- data/Example/Pods/Alamofire/Source/Notifications.swift +0 -55
- data/Example/Pods/Alamofire/Source/ParameterEncoding.swift +0 -483
- data/Example/Pods/Alamofire/Source/Request.swift +0 -654
- data/Example/Pods/Alamofire/Source/Response.swift +0 -567
- data/Example/Pods/Alamofire/Source/ResponseSerialization.swift +0 -715
- data/Example/Pods/Alamofire/Source/Result.swift +0 -300
- data/Example/Pods/Alamofire/Source/ServerTrustPolicy.swift +0 -307
- data/Example/Pods/Alamofire/Source/SessionDelegate.swift +0 -725
- data/Example/Pods/Alamofire/Source/SessionManager.swift +0 -896
- data/Example/Pods/Alamofire/Source/TaskDelegate.swift +0 -466
- data/Example/Pods/Alamofire/Source/Timeline.swift +0 -136
- data/Example/Pods/Alamofire/Source/Validation.swift +0 -315
- data/Example/Pods/Manifest.lock +0 -16
- data/Example/Pods/Pods.xcodeproj/project.pbxproj +0 -673
- data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/Alamofire.xcscheme +0 -60
- data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/Pods-PodBuilderExample.xcscheme +0 -60
- data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/xcschememanagement.plist +0 -21
- data/Example/Pods/Target Support Files/Alamofire/Alamofire-dummy.m +0 -5
- data/Example/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch +0 -12
- data/Example/Pods/Target Support Files/Alamofire/Alamofire-umbrella.h +0 -16
- data/Example/Pods/Target Support Files/Alamofire/Alamofire.modulemap +0 -6
- data/Example/Pods/Target Support Files/Alamofire/Alamofire.xcconfig +0 -9
- data/Example/Pods/Target Support Files/Alamofire/Info.plist +0 -26
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Info.plist +0 -26
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-acknowledgements.markdown +0 -26
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-acknowledgements.plist +0 -58
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-dummy.m +0 -5
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks.sh +0 -153
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-resources.sh +0 -118
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-umbrella.h +0 -16
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.debug.xcconfig +0 -11
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.modulemap +0 -6
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.release.xcconfig +0 -11
- data/lib/pod_builder/cocoapods/specification.rb +0 -27
data/Example/Pods/Manifest.lock
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
PODS:
|
2
|
-
- Alamofire (4.7.3)
|
3
|
-
|
4
|
-
DEPENDENCIES:
|
5
|
-
- Alamofire
|
6
|
-
|
7
|
-
SPEC REPOS:
|
8
|
-
https://github.com/cocoapods/specs.git:
|
9
|
-
- Alamofire
|
10
|
-
|
11
|
-
SPEC CHECKSUMS:
|
12
|
-
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
|
13
|
-
|
14
|
-
PODFILE CHECKSUM: 2cbdf553ccaeb62b036a9d32d2b03c3437ec4c82
|
15
|
-
|
16
|
-
COCOAPODS: 1.5.3
|
@@ -1,673 +0,0 @@
|
|
1
|
-
// !$*UTF8*$!
|
2
|
-
{
|
3
|
-
archiveVersion = 1;
|
4
|
-
classes = {
|
5
|
-
};
|
6
|
-
objectVersion = 50;
|
7
|
-
objects = {
|
8
|
-
|
9
|
-
/* Begin PBXBuildFile section */
|
10
|
-
091F8F5C6F1FCCCD4A9C1F7577F1F564 /* Pods-PodBuilderExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A351156434909D49B633AF3D95C93BB1 /* Pods-PodBuilderExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
11
|
-
1FC3FD39157C2FFFF3869A1300730086 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 195D73DD9EF275A3C56569E2B1CA8026 /* SessionDelegate.swift */; };
|
12
|
-
36FF8853CB34A9297AFAA8F5F7456324 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A01C037B4034EDA3D7955BC5E4E9D9D6 /* TaskDelegate.swift */; };
|
13
|
-
4E1A913EFB404FB11524718FF0298EFE /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFCB8C44DE758E906C0BCDA455937B85 /* Alamofire.swift */; };
|
14
|
-
500C8EDA60C07B0F127C7FC385E17D38 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A46F517F0AF7E85A16D723F6406896 /* Notifications.swift */; };
|
15
|
-
52237C35642089F77DD4D723CEB25737 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F47F5C9CDB035C5AFADEBA5BF44F1C /* Response.swift */; };
|
16
|
-
58A9719584AFA2D108D9E5C585A79329 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B029DBC43E49A740F12B5E4D2E6DD452 /* Validation.swift */; };
|
17
|
-
5EE5FED83B90A606A763CF1114D1D6FB /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2F9510473F6FFD7AA66524DB16C2263 /* ResponseSerialization.swift */; };
|
18
|
-
6BEA14EC335E07C7063CD1383C0C443C /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32B030D27CAC730C5EB0F22390645310 /* ServerTrustPolicy.swift */; };
|
19
|
-
7068E8A7DDC1424EE8F24BC77E8746F4 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46CDAC6C1187C5467E576980E1062C8B /* SessionManager.swift */; };
|
20
|
-
796177DE2762F24DAC16A709FD954838 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6639346628280A0D0FAD35196BF56108 /* ParameterEncoding.swift */; };
|
21
|
-
965DACF3DC02857ECBE66C5CBA3DA5D4 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E230A0448B394DE26E688DAC8E6201E /* Request.swift */; };
|
22
|
-
A097A40D11280F0938A971FF5DE02D22 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */; };
|
23
|
-
B2153AF5218D2F229BE103BE0E84BEAD /* Pods-PodBuilderExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5063D0C1A05D111906640338F1A03EB2 /* Pods-PodBuilderExample-dummy.m */; };
|
24
|
-
B424F524BBBE34E685129945993809A8 /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87882A1F5A92C8138D54545E51D51E6F /* Timeline.swift */; };
|
25
|
-
B77705737566AE83ED7E448923D7FA60 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5A8AA5F9EDED0A0BDDE7E830BF4AEE0 /* NetworkReachabilityManager.swift */; };
|
26
|
-
BE4BA1EDE444A770F834605F4B65348E /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AF006B0AD5765D1BFA8253C2DCBB126 /* AFError.swift */; };
|
27
|
-
D4C3899574E9D5DF5E5DA52310560BCC /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F50F37DFB6DC0B7B9D8C373E5A3EAE /* Alamofire-dummy.m */; };
|
28
|
-
D8EC5B74B9B5DC842F4179D19E6DE6D4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */; };
|
29
|
-
DBE6E2E4D205545E7988CFA5057C31D6 /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FCBF1EED873F61C6D46CE37FA5C39D3 /* DispatchQueue+Alamofire.swift */; };
|
30
|
-
EF1461221681BCA12A4147900A704727 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 03DECE84DC850B04690604AB7C521277 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
31
|
-
F9EA61D484CC15FDDAB0D8C0D26D7949 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D60BC9955B4F7FFA62D7440CB385C11 /* Result.swift */; };
|
32
|
-
FF9C7BC64DB23D2CED48197DE67F0335 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 155538D91ACEEEDF82069ACF6C1A02E7 /* MultipartFormData.swift */; };
|
33
|
-
/* End PBXBuildFile section */
|
34
|
-
|
35
|
-
/* Begin PBXContainerItemProxy section */
|
36
|
-
C3A6E0C0553330B8E11E5C8F446CE50D /* PBXContainerItemProxy */ = {
|
37
|
-
isa = PBXContainerItemProxy;
|
38
|
-
containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
|
39
|
-
proxyType = 1;
|
40
|
-
remoteGlobalIDString = E76458C58C9140B6A16D60547E68E80C;
|
41
|
-
remoteInfo = Alamofire;
|
42
|
-
};
|
43
|
-
/* End PBXContainerItemProxy section */
|
44
|
-
|
45
|
-
/* Begin PBXFileReference section */
|
46
|
-
03DECE84DC850B04690604AB7C521277 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = "<group>"; };
|
47
|
-
04F47F5C9CDB035C5AFADEBA5BF44F1C /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = "<group>"; };
|
48
|
-
0FCBF1EED873F61C6D46CE37FA5C39D3 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = "<group>"; };
|
49
|
-
117EFB31D9AD9673BAF51B48596F19E2 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
50
|
-
155538D91ACEEEDF82069ACF6C1A02E7 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = "<group>"; };
|
51
|
-
195D73DD9EF275A3C56569E2B1CA8026 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = "<group>"; };
|
52
|
-
1B446B0DA4B8720E6B52D4C7E7F51891 /* Pods_PodBuilderExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_PodBuilderExample.framework; path = "Pods-PodBuilderExample.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
53
|
-
1E230A0448B394DE26E688DAC8E6201E /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = "<group>"; };
|
54
|
-
210971763CB2FC0DC4E378271A37BE32 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = "<group>"; };
|
55
|
-
32B030D27CAC730C5EB0F22390645310 /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = "<group>"; };
|
56
|
-
33A04B5D27E86AF4B84D95E21CF3F452 /* Alamofire.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.xcconfig; sourceTree = "<group>"; };
|
57
|
-
3D60BC9955B4F7FFA62D7440CB385C11 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = "<group>"; };
|
58
|
-
46CDAC6C1187C5467E576980E1062C8B /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = "<group>"; };
|
59
|
-
4AF006B0AD5765D1BFA8253C2DCBB126 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = "<group>"; };
|
60
|
-
5063D0C1A05D111906640338F1A03EB2 /* Pods-PodBuilderExample-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PodBuilderExample-dummy.m"; sourceTree = "<group>"; };
|
61
|
-
5577C37285AEBBE2B9A3F6BD91C59A53 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
62
|
-
5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
|
63
|
-
61544363213F31D83143C71399555A3B /* Pods-PodBuilderExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PodBuilderExample.debug.xcconfig"; sourceTree = "<group>"; };
|
64
|
-
61D920D6E48023BCBF18CD83450D05F5 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = "<group>"; };
|
65
|
-
62588CC126E9CF092EABED9155706D93 /* Pods-PodBuilderExample-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PodBuilderExample-frameworks.sh"; sourceTree = "<group>"; };
|
66
|
-
6639346628280A0D0FAD35196BF56108 /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = "<group>"; };
|
67
|
-
66A46F517F0AF7E85A16D723F6406896 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = "<group>"; };
|
68
|
-
66F36038C09FF51D0A5FAF63E7259A1B /* Pods-PodBuilderExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PodBuilderExample-acknowledgements.plist"; sourceTree = "<group>"; };
|
69
|
-
786EC3012D52262B0DF9710A2C0DA341 /* Pods-PodBuilderExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PodBuilderExample-acknowledgements.markdown"; sourceTree = "<group>"; };
|
70
|
-
7DF0BB9E1CA86FDF9EAD3FACD4AA7335 /* Pods-PodBuilderExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PodBuilderExample.release.xcconfig"; sourceTree = "<group>"; };
|
71
|
-
87882A1F5A92C8138D54545E51D51E6F /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = "<group>"; };
|
72
|
-
8B4431EE0EEB0369E30880ED4C203347 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
73
|
-
93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
74
|
-
A01C037B4034EDA3D7955BC5E4E9D9D6 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = "<group>"; };
|
75
|
-
A351156434909D49B633AF3D95C93BB1 /* Pods-PodBuilderExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PodBuilderExample-umbrella.h"; sourceTree = "<group>"; };
|
76
|
-
B029DBC43E49A740F12B5E4D2E6DD452 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = "<group>"; };
|
77
|
-
C28830412E10144E579830F74546060A /* Pods-PodBuilderExample-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PodBuilderExample-resources.sh"; sourceTree = "<group>"; };
|
78
|
-
D1F50F37DFB6DC0B7B9D8C373E5A3EAE /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = "<group>"; };
|
79
|
-
DFCB8C44DE758E906C0BCDA455937B85 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = "<group>"; };
|
80
|
-
E2F9510473F6FFD7AA66524DB16C2263 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = "<group>"; };
|
81
|
-
E3D1057B73E36B77387E4EFBE203DF7E /* Pods-PodBuilderExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-PodBuilderExample.modulemap"; sourceTree = "<group>"; };
|
82
|
-
E5A8AA5F9EDED0A0BDDE7E830BF4AEE0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = "<group>"; };
|
83
|
-
/* End PBXFileReference section */
|
84
|
-
|
85
|
-
/* Begin PBXFrameworksBuildPhase section */
|
86
|
-
6E8AF668A2161F7D6F680F721DB65D2D /* Frameworks */ = {
|
87
|
-
isa = PBXFrameworksBuildPhase;
|
88
|
-
buildActionMask = 2147483647;
|
89
|
-
files = (
|
90
|
-
D8EC5B74B9B5DC842F4179D19E6DE6D4 /* Foundation.framework in Frameworks */,
|
91
|
-
);
|
92
|
-
runOnlyForDeploymentPostprocessing = 0;
|
93
|
-
};
|
94
|
-
AC9B5697396C8523EFE7A3B622C305FB /* Frameworks */ = {
|
95
|
-
isa = PBXFrameworksBuildPhase;
|
96
|
-
buildActionMask = 2147483647;
|
97
|
-
files = (
|
98
|
-
A097A40D11280F0938A971FF5DE02D22 /* Foundation.framework in Frameworks */,
|
99
|
-
);
|
100
|
-
runOnlyForDeploymentPostprocessing = 0;
|
101
|
-
};
|
102
|
-
/* End PBXFrameworksBuildPhase section */
|
103
|
-
|
104
|
-
/* Begin PBXGroup section */
|
105
|
-
11461EB706FB5474651DCA51457A87C9 /* Products */ = {
|
106
|
-
isa = PBXGroup;
|
107
|
-
children = (
|
108
|
-
8B4431EE0EEB0369E30880ED4C203347 /* Alamofire.framework */,
|
109
|
-
1B446B0DA4B8720E6B52D4C7E7F51891 /* Pods_PodBuilderExample.framework */,
|
110
|
-
);
|
111
|
-
name = Products;
|
112
|
-
sourceTree = "<group>";
|
113
|
-
};
|
114
|
-
200D10EB20F0397D47F022B50CF0433F /* Alamofire */ = {
|
115
|
-
isa = PBXGroup;
|
116
|
-
children = (
|
117
|
-
4AF006B0AD5765D1BFA8253C2DCBB126 /* AFError.swift */,
|
118
|
-
DFCB8C44DE758E906C0BCDA455937B85 /* Alamofire.swift */,
|
119
|
-
0FCBF1EED873F61C6D46CE37FA5C39D3 /* DispatchQueue+Alamofire.swift */,
|
120
|
-
155538D91ACEEEDF82069ACF6C1A02E7 /* MultipartFormData.swift */,
|
121
|
-
E5A8AA5F9EDED0A0BDDE7E830BF4AEE0 /* NetworkReachabilityManager.swift */,
|
122
|
-
66A46F517F0AF7E85A16D723F6406896 /* Notifications.swift */,
|
123
|
-
6639346628280A0D0FAD35196BF56108 /* ParameterEncoding.swift */,
|
124
|
-
1E230A0448B394DE26E688DAC8E6201E /* Request.swift */,
|
125
|
-
04F47F5C9CDB035C5AFADEBA5BF44F1C /* Response.swift */,
|
126
|
-
E2F9510473F6FFD7AA66524DB16C2263 /* ResponseSerialization.swift */,
|
127
|
-
3D60BC9955B4F7FFA62D7440CB385C11 /* Result.swift */,
|
128
|
-
32B030D27CAC730C5EB0F22390645310 /* ServerTrustPolicy.swift */,
|
129
|
-
195D73DD9EF275A3C56569E2B1CA8026 /* SessionDelegate.swift */,
|
130
|
-
46CDAC6C1187C5467E576980E1062C8B /* SessionManager.swift */,
|
131
|
-
A01C037B4034EDA3D7955BC5E4E9D9D6 /* TaskDelegate.swift */,
|
132
|
-
87882A1F5A92C8138D54545E51D51E6F /* Timeline.swift */,
|
133
|
-
B029DBC43E49A740F12B5E4D2E6DD452 /* Validation.swift */,
|
134
|
-
2E5925946A4DE3B8F7E4137BACAD9618 /* Support Files */,
|
135
|
-
);
|
136
|
-
name = Alamofire;
|
137
|
-
path = Alamofire;
|
138
|
-
sourceTree = "<group>";
|
139
|
-
};
|
140
|
-
2E5925946A4DE3B8F7E4137BACAD9618 /* Support Files */ = {
|
141
|
-
isa = PBXGroup;
|
142
|
-
children = (
|
143
|
-
210971763CB2FC0DC4E378271A37BE32 /* Alamofire.modulemap */,
|
144
|
-
33A04B5D27E86AF4B84D95E21CF3F452 /* Alamofire.xcconfig */,
|
145
|
-
D1F50F37DFB6DC0B7B9D8C373E5A3EAE /* Alamofire-dummy.m */,
|
146
|
-
61D920D6E48023BCBF18CD83450D05F5 /* Alamofire-prefix.pch */,
|
147
|
-
03DECE84DC850B04690604AB7C521277 /* Alamofire-umbrella.h */,
|
148
|
-
117EFB31D9AD9673BAF51B48596F19E2 /* Info.plist */,
|
149
|
-
);
|
150
|
-
name = "Support Files";
|
151
|
-
path = "../Target Support Files/Alamofire";
|
152
|
-
sourceTree = "<group>";
|
153
|
-
};
|
154
|
-
35F128EB69B6F7FB7DA93BBF6C130FAE /* Pods */ = {
|
155
|
-
isa = PBXGroup;
|
156
|
-
children = (
|
157
|
-
200D10EB20F0397D47F022B50CF0433F /* Alamofire */,
|
158
|
-
);
|
159
|
-
name = Pods;
|
160
|
-
sourceTree = "<group>";
|
161
|
-
};
|
162
|
-
5E0D919E635D23B70123790B8308F8EF /* iOS */ = {
|
163
|
-
isa = PBXGroup;
|
164
|
-
children = (
|
165
|
-
5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */,
|
166
|
-
);
|
167
|
-
name = iOS;
|
168
|
-
sourceTree = "<group>";
|
169
|
-
};
|
170
|
-
7DB346D0F39D3F0E887471402A8071AB = {
|
171
|
-
isa = PBXGroup;
|
172
|
-
children = (
|
173
|
-
93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */,
|
174
|
-
BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */,
|
175
|
-
35F128EB69B6F7FB7DA93BBF6C130FAE /* Pods */,
|
176
|
-
11461EB706FB5474651DCA51457A87C9 /* Products */,
|
177
|
-
DFEEE069182D31C835ADF6A71C64EC8D /* Targets Support Files */,
|
178
|
-
);
|
179
|
-
sourceTree = "<group>";
|
180
|
-
};
|
181
|
-
A2496726E3648C3EA17E9E5885FB79C6 /* Pods-PodBuilderExample */ = {
|
182
|
-
isa = PBXGroup;
|
183
|
-
children = (
|
184
|
-
5577C37285AEBBE2B9A3F6BD91C59A53 /* Info.plist */,
|
185
|
-
E3D1057B73E36B77387E4EFBE203DF7E /* Pods-PodBuilderExample.modulemap */,
|
186
|
-
786EC3012D52262B0DF9710A2C0DA341 /* Pods-PodBuilderExample-acknowledgements.markdown */,
|
187
|
-
66F36038C09FF51D0A5FAF63E7259A1B /* Pods-PodBuilderExample-acknowledgements.plist */,
|
188
|
-
5063D0C1A05D111906640338F1A03EB2 /* Pods-PodBuilderExample-dummy.m */,
|
189
|
-
62588CC126E9CF092EABED9155706D93 /* Pods-PodBuilderExample-frameworks.sh */,
|
190
|
-
C28830412E10144E579830F74546060A /* Pods-PodBuilderExample-resources.sh */,
|
191
|
-
A351156434909D49B633AF3D95C93BB1 /* Pods-PodBuilderExample-umbrella.h */,
|
192
|
-
61544363213F31D83143C71399555A3B /* Pods-PodBuilderExample.debug.xcconfig */,
|
193
|
-
7DF0BB9E1CA86FDF9EAD3FACD4AA7335 /* Pods-PodBuilderExample.release.xcconfig */,
|
194
|
-
);
|
195
|
-
name = "Pods-PodBuilderExample";
|
196
|
-
path = "Target Support Files/Pods-PodBuilderExample";
|
197
|
-
sourceTree = "<group>";
|
198
|
-
};
|
199
|
-
BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = {
|
200
|
-
isa = PBXGroup;
|
201
|
-
children = (
|
202
|
-
5E0D919E635D23B70123790B8308F8EF /* iOS */,
|
203
|
-
);
|
204
|
-
name = Frameworks;
|
205
|
-
sourceTree = "<group>";
|
206
|
-
};
|
207
|
-
DFEEE069182D31C835ADF6A71C64EC8D /* Targets Support Files */ = {
|
208
|
-
isa = PBXGroup;
|
209
|
-
children = (
|
210
|
-
A2496726E3648C3EA17E9E5885FB79C6 /* Pods-PodBuilderExample */,
|
211
|
-
);
|
212
|
-
name = "Targets Support Files";
|
213
|
-
sourceTree = "<group>";
|
214
|
-
};
|
215
|
-
/* End PBXGroup section */
|
216
|
-
|
217
|
-
/* Begin PBXHeadersBuildPhase section */
|
218
|
-
6FCF9B0C75D3202D9EFB19F2EEFD68F8 /* Headers */ = {
|
219
|
-
isa = PBXHeadersBuildPhase;
|
220
|
-
buildActionMask = 2147483647;
|
221
|
-
files = (
|
222
|
-
091F8F5C6F1FCCCD4A9C1F7577F1F564 /* Pods-PodBuilderExample-umbrella.h in Headers */,
|
223
|
-
);
|
224
|
-
runOnlyForDeploymentPostprocessing = 0;
|
225
|
-
};
|
226
|
-
A6A607506FEAAC7C41268D3E5CF4E5FE /* Headers */ = {
|
227
|
-
isa = PBXHeadersBuildPhase;
|
228
|
-
buildActionMask = 2147483647;
|
229
|
-
files = (
|
230
|
-
EF1461221681BCA12A4147900A704727 /* Alamofire-umbrella.h in Headers */,
|
231
|
-
);
|
232
|
-
runOnlyForDeploymentPostprocessing = 0;
|
233
|
-
};
|
234
|
-
/* End PBXHeadersBuildPhase section */
|
235
|
-
|
236
|
-
/* Begin PBXNativeTarget section */
|
237
|
-
CC218A2E6B4301C73CD659FB87AFF330 /* Pods-PodBuilderExample */ = {
|
238
|
-
isa = PBXNativeTarget;
|
239
|
-
buildConfigurationList = DC4DA7D2718BB5E5676E168E8178BE40 /* Build configuration list for PBXNativeTarget "Pods-PodBuilderExample" */;
|
240
|
-
buildPhases = (
|
241
|
-
6FCF9B0C75D3202D9EFB19F2EEFD68F8 /* Headers */,
|
242
|
-
82260EE2FB1F3569F1800AEEB72C00C2 /* Sources */,
|
243
|
-
AC9B5697396C8523EFE7A3B622C305FB /* Frameworks */,
|
244
|
-
479083115ED83DAA894F17B051EC42D1 /* Resources */,
|
245
|
-
);
|
246
|
-
buildRules = (
|
247
|
-
);
|
248
|
-
dependencies = (
|
249
|
-
4579AA72ECD92578D9021688CBC8158B /* PBXTargetDependency */,
|
250
|
-
);
|
251
|
-
name = "Pods-PodBuilderExample";
|
252
|
-
productName = "Pods-PodBuilderExample";
|
253
|
-
productReference = 1B446B0DA4B8720E6B52D4C7E7F51891 /* Pods_PodBuilderExample.framework */;
|
254
|
-
productType = "com.apple.product-type.framework";
|
255
|
-
};
|
256
|
-
E76458C58C9140B6A16D60547E68E80C /* Alamofire */ = {
|
257
|
-
isa = PBXNativeTarget;
|
258
|
-
buildConfigurationList = 427F0F003A1AD80AE00155AFCDEFAC20 /* Build configuration list for PBXNativeTarget "Alamofire" */;
|
259
|
-
buildPhases = (
|
260
|
-
A6A607506FEAAC7C41268D3E5CF4E5FE /* Headers */,
|
261
|
-
CC399CEC576B42C962CEB290481CAF95 /* Sources */,
|
262
|
-
6E8AF668A2161F7D6F680F721DB65D2D /* Frameworks */,
|
263
|
-
3DDB7E21141D7764AE4658D5B6AFF8C6 /* Resources */,
|
264
|
-
);
|
265
|
-
buildRules = (
|
266
|
-
);
|
267
|
-
dependencies = (
|
268
|
-
);
|
269
|
-
name = Alamofire;
|
270
|
-
productName = Alamofire;
|
271
|
-
productReference = 8B4431EE0EEB0369E30880ED4C203347 /* Alamofire.framework */;
|
272
|
-
productType = "com.apple.product-type.framework";
|
273
|
-
};
|
274
|
-
/* End PBXNativeTarget section */
|
275
|
-
|
276
|
-
/* Begin PBXProject section */
|
277
|
-
D41D8CD98F00B204E9800998ECF8427E /* Project object */ = {
|
278
|
-
isa = PBXProject;
|
279
|
-
attributes = {
|
280
|
-
LastSwiftUpdateCheck = 0930;
|
281
|
-
LastUpgradeCheck = 0930;
|
282
|
-
};
|
283
|
-
buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */;
|
284
|
-
compatibilityVersion = "Xcode 3.2";
|
285
|
-
developmentRegion = English;
|
286
|
-
hasScannedForEncodings = 0;
|
287
|
-
knownRegions = (
|
288
|
-
en,
|
289
|
-
);
|
290
|
-
mainGroup = 7DB346D0F39D3F0E887471402A8071AB;
|
291
|
-
productRefGroup = 11461EB706FB5474651DCA51457A87C9 /* Products */;
|
292
|
-
projectDirPath = "";
|
293
|
-
projectRoot = "";
|
294
|
-
targets = (
|
295
|
-
E76458C58C9140B6A16D60547E68E80C /* Alamofire */,
|
296
|
-
CC218A2E6B4301C73CD659FB87AFF330 /* Pods-PodBuilderExample */,
|
297
|
-
);
|
298
|
-
};
|
299
|
-
/* End PBXProject section */
|
300
|
-
|
301
|
-
/* Begin PBXResourcesBuildPhase section */
|
302
|
-
3DDB7E21141D7764AE4658D5B6AFF8C6 /* Resources */ = {
|
303
|
-
isa = PBXResourcesBuildPhase;
|
304
|
-
buildActionMask = 2147483647;
|
305
|
-
files = (
|
306
|
-
);
|
307
|
-
runOnlyForDeploymentPostprocessing = 0;
|
308
|
-
};
|
309
|
-
479083115ED83DAA894F17B051EC42D1 /* Resources */ = {
|
310
|
-
isa = PBXResourcesBuildPhase;
|
311
|
-
buildActionMask = 2147483647;
|
312
|
-
files = (
|
313
|
-
);
|
314
|
-
runOnlyForDeploymentPostprocessing = 0;
|
315
|
-
};
|
316
|
-
/* End PBXResourcesBuildPhase section */
|
317
|
-
|
318
|
-
/* Begin PBXSourcesBuildPhase section */
|
319
|
-
82260EE2FB1F3569F1800AEEB72C00C2 /* Sources */ = {
|
320
|
-
isa = PBXSourcesBuildPhase;
|
321
|
-
buildActionMask = 2147483647;
|
322
|
-
files = (
|
323
|
-
B2153AF5218D2F229BE103BE0E84BEAD /* Pods-PodBuilderExample-dummy.m in Sources */,
|
324
|
-
);
|
325
|
-
runOnlyForDeploymentPostprocessing = 0;
|
326
|
-
};
|
327
|
-
CC399CEC576B42C962CEB290481CAF95 /* Sources */ = {
|
328
|
-
isa = PBXSourcesBuildPhase;
|
329
|
-
buildActionMask = 2147483647;
|
330
|
-
files = (
|
331
|
-
BE4BA1EDE444A770F834605F4B65348E /* AFError.swift in Sources */,
|
332
|
-
D4C3899574E9D5DF5E5DA52310560BCC /* Alamofire-dummy.m in Sources */,
|
333
|
-
4E1A913EFB404FB11524718FF0298EFE /* Alamofire.swift in Sources */,
|
334
|
-
DBE6E2E4D205545E7988CFA5057C31D6 /* DispatchQueue+Alamofire.swift in Sources */,
|
335
|
-
FF9C7BC64DB23D2CED48197DE67F0335 /* MultipartFormData.swift in Sources */,
|
336
|
-
B77705737566AE83ED7E448923D7FA60 /* NetworkReachabilityManager.swift in Sources */,
|
337
|
-
500C8EDA60C07B0F127C7FC385E17D38 /* Notifications.swift in Sources */,
|
338
|
-
796177DE2762F24DAC16A709FD954838 /* ParameterEncoding.swift in Sources */,
|
339
|
-
965DACF3DC02857ECBE66C5CBA3DA5D4 /* Request.swift in Sources */,
|
340
|
-
52237C35642089F77DD4D723CEB25737 /* Response.swift in Sources */,
|
341
|
-
5EE5FED83B90A606A763CF1114D1D6FB /* ResponseSerialization.swift in Sources */,
|
342
|
-
F9EA61D484CC15FDDAB0D8C0D26D7949 /* Result.swift in Sources */,
|
343
|
-
6BEA14EC335E07C7063CD1383C0C443C /* ServerTrustPolicy.swift in Sources */,
|
344
|
-
1FC3FD39157C2FFFF3869A1300730086 /* SessionDelegate.swift in Sources */,
|
345
|
-
7068E8A7DDC1424EE8F24BC77E8746F4 /* SessionManager.swift in Sources */,
|
346
|
-
36FF8853CB34A9297AFAA8F5F7456324 /* TaskDelegate.swift in Sources */,
|
347
|
-
B424F524BBBE34E685129945993809A8 /* Timeline.swift in Sources */,
|
348
|
-
58A9719584AFA2D108D9E5C585A79329 /* Validation.swift in Sources */,
|
349
|
-
);
|
350
|
-
runOnlyForDeploymentPostprocessing = 0;
|
351
|
-
};
|
352
|
-
/* End PBXSourcesBuildPhase section */
|
353
|
-
|
354
|
-
/* Begin PBXTargetDependency section */
|
355
|
-
4579AA72ECD92578D9021688CBC8158B /* PBXTargetDependency */ = {
|
356
|
-
isa = PBXTargetDependency;
|
357
|
-
name = Alamofire;
|
358
|
-
target = E76458C58C9140B6A16D60547E68E80C /* Alamofire */;
|
359
|
-
targetProxy = C3A6E0C0553330B8E11E5C8F446CE50D /* PBXContainerItemProxy */;
|
360
|
-
};
|
361
|
-
/* End PBXTargetDependency section */
|
362
|
-
|
363
|
-
/* Begin XCBuildConfiguration section */
|
364
|
-
047B19B6F1B347AAE45EB60E83BB2313 /* Release */ = {
|
365
|
-
isa = XCBuildConfiguration;
|
366
|
-
baseConfigurationReference = 7DF0BB9E1CA86FDF9EAD3FACD4AA7335 /* Pods-PodBuilderExample.release.xcconfig */;
|
367
|
-
buildSettings = {
|
368
|
-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
369
|
-
CODE_SIGN_IDENTITY = "";
|
370
|
-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
371
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
372
|
-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
373
|
-
CURRENT_PROJECT_VERSION = 1;
|
374
|
-
DEFINES_MODULE = YES;
|
375
|
-
DYLIB_COMPATIBILITY_VERSION = 1;
|
376
|
-
DYLIB_CURRENT_VERSION = 1;
|
377
|
-
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
378
|
-
INFOPLIST_FILE = "Target Support Files/Pods-PodBuilderExample/Info.plist";
|
379
|
-
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
380
|
-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
381
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
382
|
-
"$(inherited)",
|
383
|
-
"@executable_path/Frameworks",
|
384
|
-
"@loader_path/Frameworks",
|
385
|
-
);
|
386
|
-
MACH_O_TYPE = staticlib;
|
387
|
-
MODULEMAP_FILE = "Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.modulemap";
|
388
|
-
OTHER_LDFLAGS = "";
|
389
|
-
OTHER_LIBTOOLFLAGS = "";
|
390
|
-
PODS_ROOT = "$(SRCROOT)";
|
391
|
-
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
|
392
|
-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
393
|
-
SDKROOT = iphoneos;
|
394
|
-
SKIP_INSTALL = YES;
|
395
|
-
SWIFT_COMPILATION_MODE = wholemodule;
|
396
|
-
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
397
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
398
|
-
VALIDATE_PRODUCT = YES;
|
399
|
-
VERSIONING_SYSTEM = "apple-generic";
|
400
|
-
VERSION_INFO_PREFIX = "";
|
401
|
-
};
|
402
|
-
name = Release;
|
403
|
-
};
|
404
|
-
11501F35A84F5D7DD09552223A70AEB4 /* Release */ = {
|
405
|
-
isa = XCBuildConfiguration;
|
406
|
-
baseConfigurationReference = 33A04B5D27E86AF4B84D95E21CF3F452 /* Alamofire.xcconfig */;
|
407
|
-
buildSettings = {
|
408
|
-
CODE_SIGN_IDENTITY = "";
|
409
|
-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
410
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
411
|
-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
412
|
-
CURRENT_PROJECT_VERSION = 1;
|
413
|
-
DEFINES_MODULE = YES;
|
414
|
-
DYLIB_COMPATIBILITY_VERSION = 1;
|
415
|
-
DYLIB_CURRENT_VERSION = 1;
|
416
|
-
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
417
|
-
GCC_PREFIX_HEADER = "Target Support Files/Alamofire/Alamofire-prefix.pch";
|
418
|
-
INFOPLIST_FILE = "Target Support Files/Alamofire/Info.plist";
|
419
|
-
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
420
|
-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
421
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
422
|
-
"$(inherited)",
|
423
|
-
"@executable_path/Frameworks",
|
424
|
-
"@loader_path/Frameworks",
|
425
|
-
);
|
426
|
-
MODULEMAP_FILE = "Target Support Files/Alamofire/Alamofire.modulemap";
|
427
|
-
PRODUCT_MODULE_NAME = Alamofire;
|
428
|
-
PRODUCT_NAME = Alamofire;
|
429
|
-
SDKROOT = iphoneos;
|
430
|
-
SKIP_INSTALL = YES;
|
431
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
432
|
-
SWIFT_COMPILATION_MODE = wholemodule;
|
433
|
-
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
434
|
-
SWIFT_VERSION = 4.0;
|
435
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
436
|
-
VALIDATE_PRODUCT = YES;
|
437
|
-
VERSIONING_SYSTEM = "apple-generic";
|
438
|
-
VERSION_INFO_PREFIX = "";
|
439
|
-
};
|
440
|
-
name = Release;
|
441
|
-
};
|
442
|
-
3B2EAE81580E21C809A54688BEDCDB22 /* Debug */ = {
|
443
|
-
isa = XCBuildConfiguration;
|
444
|
-
baseConfigurationReference = 61544363213F31D83143C71399555A3B /* Pods-PodBuilderExample.debug.xcconfig */;
|
445
|
-
buildSettings = {
|
446
|
-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
447
|
-
CODE_SIGN_IDENTITY = "";
|
448
|
-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
449
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
450
|
-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
451
|
-
CURRENT_PROJECT_VERSION = 1;
|
452
|
-
DEFINES_MODULE = YES;
|
453
|
-
DYLIB_COMPATIBILITY_VERSION = 1;
|
454
|
-
DYLIB_CURRENT_VERSION = 1;
|
455
|
-
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
456
|
-
INFOPLIST_FILE = "Target Support Files/Pods-PodBuilderExample/Info.plist";
|
457
|
-
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
458
|
-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
459
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
460
|
-
"$(inherited)",
|
461
|
-
"@executable_path/Frameworks",
|
462
|
-
"@loader_path/Frameworks",
|
463
|
-
);
|
464
|
-
MACH_O_TYPE = staticlib;
|
465
|
-
MODULEMAP_FILE = "Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.modulemap";
|
466
|
-
OTHER_LDFLAGS = "";
|
467
|
-
OTHER_LIBTOOLFLAGS = "";
|
468
|
-
PODS_ROOT = "$(SRCROOT)";
|
469
|
-
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
|
470
|
-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
471
|
-
SDKROOT = iphoneos;
|
472
|
-
SKIP_INSTALL = YES;
|
473
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
474
|
-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
475
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
476
|
-
VERSIONING_SYSTEM = "apple-generic";
|
477
|
-
VERSION_INFO_PREFIX = "";
|
478
|
-
};
|
479
|
-
name = Debug;
|
480
|
-
};
|
481
|
-
60DAF49CA7A9F362148D49C3C3123B2A /* Debug */ = {
|
482
|
-
isa = XCBuildConfiguration;
|
483
|
-
buildSettings = {
|
484
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
485
|
-
CLANG_ANALYZER_NONNULL = YES;
|
486
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
487
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
488
|
-
CLANG_CXX_LIBRARY = "libc++";
|
489
|
-
CLANG_ENABLE_MODULES = YES;
|
490
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
491
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
492
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
493
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
494
|
-
CLANG_WARN_COMMA = YES;
|
495
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
496
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
497
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
498
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
499
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
500
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
501
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
502
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
503
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
504
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
505
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
506
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
507
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
508
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
509
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
510
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
511
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
512
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
513
|
-
CODE_SIGNING_ALLOWED = NO;
|
514
|
-
CODE_SIGNING_REQUIRED = NO;
|
515
|
-
COPY_PHASE_STRIP = NO;
|
516
|
-
DEBUG_INFORMATION_FORMAT = dwarf;
|
517
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
518
|
-
ENABLE_TESTABILITY = YES;
|
519
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
520
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
521
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
522
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
523
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
524
|
-
"POD_CONFIGURATION_DEBUG=1",
|
525
|
-
"DEBUG=1",
|
526
|
-
"$(inherited)",
|
527
|
-
);
|
528
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
529
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
530
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
531
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
532
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
533
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
534
|
-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
535
|
-
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
536
|
-
MTL_FAST_MATH = YES;
|
537
|
-
ONLY_ACTIVE_ARCH = YES;
|
538
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
539
|
-
STRIP_INSTALLED_PRODUCT = NO;
|
540
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
541
|
-
SYMROOT = "${SRCROOT}/../build";
|
542
|
-
};
|
543
|
-
name = Debug;
|
544
|
-
};
|
545
|
-
BC26ACE7A8E469B7CB4DF93AB98ED9BA /* Debug */ = {
|
546
|
-
isa = XCBuildConfiguration;
|
547
|
-
baseConfigurationReference = 33A04B5D27E86AF4B84D95E21CF3F452 /* Alamofire.xcconfig */;
|
548
|
-
buildSettings = {
|
549
|
-
CODE_SIGN_IDENTITY = "";
|
550
|
-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
551
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
552
|
-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
553
|
-
CURRENT_PROJECT_VERSION = 1;
|
554
|
-
DEFINES_MODULE = YES;
|
555
|
-
DYLIB_COMPATIBILITY_VERSION = 1;
|
556
|
-
DYLIB_CURRENT_VERSION = 1;
|
557
|
-
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
558
|
-
GCC_PREFIX_HEADER = "Target Support Files/Alamofire/Alamofire-prefix.pch";
|
559
|
-
INFOPLIST_FILE = "Target Support Files/Alamofire/Info.plist";
|
560
|
-
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
561
|
-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
562
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
563
|
-
"$(inherited)",
|
564
|
-
"@executable_path/Frameworks",
|
565
|
-
"@loader_path/Frameworks",
|
566
|
-
);
|
567
|
-
MODULEMAP_FILE = "Target Support Files/Alamofire/Alamofire.modulemap";
|
568
|
-
PRODUCT_MODULE_NAME = Alamofire;
|
569
|
-
PRODUCT_NAME = Alamofire;
|
570
|
-
SDKROOT = iphoneos;
|
571
|
-
SKIP_INSTALL = YES;
|
572
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
573
|
-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
574
|
-
SWIFT_VERSION = 4.0;
|
575
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
576
|
-
VERSIONING_SYSTEM = "apple-generic";
|
577
|
-
VERSION_INFO_PREFIX = "";
|
578
|
-
};
|
579
|
-
name = Debug;
|
580
|
-
};
|
581
|
-
C4EAA84F44D044E108500A81C635F21E /* Release */ = {
|
582
|
-
isa = XCBuildConfiguration;
|
583
|
-
buildSettings = {
|
584
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
585
|
-
CLANG_ANALYZER_NONNULL = YES;
|
586
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
587
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
588
|
-
CLANG_CXX_LIBRARY = "libc++";
|
589
|
-
CLANG_ENABLE_MODULES = YES;
|
590
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
591
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
592
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
593
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
594
|
-
CLANG_WARN_COMMA = YES;
|
595
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
596
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
597
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
598
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
599
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
600
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
601
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
602
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
603
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
604
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
605
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
606
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
607
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
608
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
609
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
610
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
611
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
612
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
613
|
-
CODE_SIGNING_ALLOWED = NO;
|
614
|
-
CODE_SIGNING_REQUIRED = NO;
|
615
|
-
COPY_PHASE_STRIP = NO;
|
616
|
-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
617
|
-
ENABLE_NS_ASSERTIONS = NO;
|
618
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
619
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
620
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
621
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
622
|
-
"POD_CONFIGURATION_RELEASE=1",
|
623
|
-
"$(inherited)",
|
624
|
-
);
|
625
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
626
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
627
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
628
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
629
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
630
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
631
|
-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
632
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
633
|
-
MTL_FAST_MATH = YES;
|
634
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
635
|
-
STRIP_INSTALLED_PRODUCT = NO;
|
636
|
-
SYMROOT = "${SRCROOT}/../build";
|
637
|
-
};
|
638
|
-
name = Release;
|
639
|
-
};
|
640
|
-
/* End XCBuildConfiguration section */
|
641
|
-
|
642
|
-
/* Begin XCConfigurationList section */
|
643
|
-
2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = {
|
644
|
-
isa = XCConfigurationList;
|
645
|
-
buildConfigurations = (
|
646
|
-
60DAF49CA7A9F362148D49C3C3123B2A /* Debug */,
|
647
|
-
C4EAA84F44D044E108500A81C635F21E /* Release */,
|
648
|
-
);
|
649
|
-
defaultConfigurationIsVisible = 0;
|
650
|
-
defaultConfigurationName = Release;
|
651
|
-
};
|
652
|
-
427F0F003A1AD80AE00155AFCDEFAC20 /* Build configuration list for PBXNativeTarget "Alamofire" */ = {
|
653
|
-
isa = XCConfigurationList;
|
654
|
-
buildConfigurations = (
|
655
|
-
BC26ACE7A8E469B7CB4DF93AB98ED9BA /* Debug */,
|
656
|
-
11501F35A84F5D7DD09552223A70AEB4 /* Release */,
|
657
|
-
);
|
658
|
-
defaultConfigurationIsVisible = 0;
|
659
|
-
defaultConfigurationName = Release;
|
660
|
-
};
|
661
|
-
DC4DA7D2718BB5E5676E168E8178BE40 /* Build configuration list for PBXNativeTarget "Pods-PodBuilderExample" */ = {
|
662
|
-
isa = XCConfigurationList;
|
663
|
-
buildConfigurations = (
|
664
|
-
3B2EAE81580E21C809A54688BEDCDB22 /* Debug */,
|
665
|
-
047B19B6F1B347AAE45EB60E83BB2313 /* Release */,
|
666
|
-
);
|
667
|
-
defaultConfigurationIsVisible = 0;
|
668
|
-
defaultConfigurationName = Release;
|
669
|
-
};
|
670
|
-
/* End XCConfigurationList section */
|
671
|
-
};
|
672
|
-
rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
|
673
|
-
}
|