cocoapods-tdfire-binary 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/Gemfile +1 -1
  4. data/Gemfile.lock +16 -16
  5. data/README.md +15 -13
  6. data/Rakefile +4 -0
  7. data/cocoapods-tdfire-binary.gemspec +1 -1
  8. data/example/test/.gitignore +42 -0
  9. data/example/test/.gitlab-ci.yml +101 -0
  10. data/example/test/.travis.yml +14 -0
  11. data/example/test/Example/Podfile +22 -0
  12. data/example/test/Example/Podfile.lock +337 -0
  13. data/example/test/Example/Tests/Tests-Info.plist +22 -0
  14. data/example/test/Example/Tests/Tests-Prefix.pch +7 -0
  15. data/example/test/Example/Tests/Tests.m +35 -0
  16. data/example/test/Example/Tests/en.lproj/InfoPlist.strings +2 -0
  17. data/example/test/Example/test.xcodeproj/project.pbxproj +635 -0
  18. data/example/test/Example/test.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  19. data/example/test/Example/test.xcodeproj/xcshareddata/xcschemes/test-Example.xcscheme +101 -0
  20. data/example/test/Example/test.xcworkspace/contents.xcworkspacedata +10 -0
  21. data/example/test/Example/test.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  22. data/example/test/Example/test/Base.lproj/LaunchScreen.storyboard +31 -0
  23. data/example/test/Example/test/Base.lproj/Main.storyboard +50 -0
  24. data/example/test/Example/test/Images.xcassets/AppIcon.appiconset/Contents.json +98 -0
  25. data/example/test/Example/test/TDFAppDelegate.h +15 -0
  26. data/example/test/Example/test/TDFAppDelegate.m +46 -0
  27. data/example/test/Example/test/TDFViewController.h +13 -0
  28. data/example/test/Example/test/TDFViewController.m +29 -0
  29. data/example/test/Example/test/en.lproj/InfoPlist.strings +2 -0
  30. data/example/test/Example/test/main.m +17 -0
  31. data/example/test/Example/test/test-Info.plist +49 -0
  32. data/example/test/Example/test/test-Prefix.pch +16 -0
  33. data/example/test/LICENSE +19 -0
  34. data/example/test/README.md +29 -0
  35. data/example/test/test.podspec +56 -0
  36. data/example/test/test/Assets/.gitkeep +0 -0
  37. data/example/test/test/Classes/.gitkeep +0 -0
  38. data/example/test/test/Classes/ReplaceMe.m +1 -0
  39. data/lib/cocoapods-tdfire-binary.rb +0 -1
  40. data/lib/cocoapods-tdfire-binary/binary_cache_cleaner.rb +106 -0
  41. data/lib/cocoapods-tdfire-binary/binary_specification_refactor.rb +1 -0
  42. data/lib/cocoapods-tdfire-binary/command/binary.rb +1 -1
  43. data/lib/cocoapods-tdfire-binary/command/publish.rb +2 -0
  44. data/lib/cocoapods-tdfire-binary/gem_version.rb +1 -1
  45. data/lib/cocoapods-tdfire-binary/podfile_hook.rb +0 -1
  46. data/lib/cocoapods-tdfire-binary/specification_dsl.rb +6 -6
  47. data/lib/cocoapods_plugin.rb +1 -0
  48. metadata +36 -4
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>en</string>
7
+ <key>CFBundleExecutable</key>
8
+ <string>${EXECUTABLE_NAME}</string>
9
+ <key>CFBundleIdentifier</key>
10
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11
+ <key>CFBundleInfoDictionaryVersion</key>
12
+ <string>6.0</string>
13
+ <key>CFBundlePackageType</key>
14
+ <string>BNDL</string>
15
+ <key>CFBundleShortVersionString</key>
16
+ <string>1.0</string>
17
+ <key>CFBundleSignature</key>
18
+ <string>????</string>
19
+ <key>CFBundleVersion</key>
20
+ <string>1</string>
21
+ </dict>
22
+ </plist>
@@ -0,0 +1,7 @@
1
+ // The contents of this file are implicitly included at the beginning of every test case source file.
2
+
3
+ #ifdef __OBJC__
4
+
5
+
6
+
7
+ #endif
@@ -0,0 +1,35 @@
1
+ //
2
+ // testTests.m
3
+ // testTests
4
+ //
5
+ // Created by tripleCC on 05/10/2018.
6
+ // Copyright (c) 2018 tripleCC. All rights reserved.
7
+ //
8
+
9
+ @import XCTest;
10
+
11
+ @interface Tests : XCTestCase
12
+
13
+ @end
14
+
15
+ @implementation Tests
16
+
17
+ - (void)setUp
18
+ {
19
+ [super setUp];
20
+ // Put setup code here. This method is called before the invocation of each test method in the class.
21
+ }
22
+
23
+ - (void)tearDown
24
+ {
25
+ // Put teardown code here. This method is called after the invocation of each test method in the class.
26
+ [super tearDown];
27
+ }
28
+
29
+ - (void)testExample
30
+ {
31
+ XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
32
+ }
33
+
34
+ @end
35
+
@@ -0,0 +1,2 @@
1
+ /* Localized versions of Info.plist keys */
2
+
@@ -0,0 +1,635 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 51B5145758CD1849D44815B8 /* libPods-test_Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8CE4E12168943DC22EA5CFBC /* libPods-test_Tests.a */; };
11
+ 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
12
+ 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
13
+ 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
14
+ 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; };
15
+ 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; };
16
+ 6003F59E195388D20070C39A /* TDFAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* TDFAppDelegate.m */; };
17
+ 6003F5A7195388D20070C39A /* TDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* TDFViewController.m */; };
18
+ 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; };
19
+ 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; };
20
+ 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
21
+ 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
22
+ 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
23
+ 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };
24
+ 66656A5EB2BCF97D3A7D3ED4 /* libPods-test_Example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6FCA3D7F35C75A7D64762DF1 /* libPods-test_Example.a */; };
25
+ 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
26
+ 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
27
+ /* End PBXBuildFile section */
28
+
29
+ /* Begin PBXContainerItemProxy section */
30
+ 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = {
31
+ isa = PBXContainerItemProxy;
32
+ containerPortal = 6003F582195388D10070C39A /* Project object */;
33
+ proxyType = 1;
34
+ remoteGlobalIDString = 6003F589195388D20070C39A;
35
+ remoteInfo = test;
36
+ };
37
+ /* End PBXContainerItemProxy section */
38
+
39
+ /* Begin PBXFileReference section */
40
+ 029B1DF40D03095F3FC3549A /* Pods-test_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-test_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-test_Example/Pods-test_Example.debug.xcconfig"; sourceTree = "<group>"; };
41
+ 1C2BE0AFC8CCDAEA2ED1F971 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
42
+ 2C20653C3A99356D799D402E /* Pods-test_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-test_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-test_Tests/Pods-test_Tests.release.xcconfig"; sourceTree = "<group>"; };
43
+ 2E81B1B420D7B77F783A167F /* Pods-test_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-test_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-test_Example/Pods-test_Example.release.xcconfig"; sourceTree = "<group>"; };
44
+ 3CA32640A163C71CCF4D5805 /* Pods-test_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-test_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-test_Tests/Pods-test_Tests.debug.xcconfig"; sourceTree = "<group>"; };
45
+ 6003F58A195388D20070C39A /* test_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = test_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
46
+ 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
47
+ 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
48
+ 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
49
+ 6003F595195388D20070C39A /* test-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "test-Info.plist"; sourceTree = "<group>"; };
50
+ 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
51
+ 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
52
+ 6003F59B195388D20070C39A /* test-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "test-Prefix.pch"; sourceTree = "<group>"; };
53
+ 6003F59C195388D20070C39A /* TDFAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TDFAppDelegate.h; sourceTree = "<group>"; };
54
+ 6003F59D195388D20070C39A /* TDFAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TDFAppDelegate.m; sourceTree = "<group>"; };
55
+ 6003F5A5195388D20070C39A /* TDFViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TDFViewController.h; sourceTree = "<group>"; };
56
+ 6003F5A6195388D20070C39A /* TDFViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TDFViewController.m; sourceTree = "<group>"; };
57
+ 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
58
+ 6003F5AE195388D20070C39A /* test_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = test_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
59
+ 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
60
+ 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
61
+ 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
62
+ 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
63
+ 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
64
+ 6A7FB990283C3563A74905B5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
65
+ 6FCA3D7F35C75A7D64762DF1 /* libPods-test_Example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-test_Example.a"; sourceTree = BUILT_PRODUCTS_DIR; };
66
+ 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
67
+ 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
68
+ 8CE4E12168943DC22EA5CFBC /* libPods-test_Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-test_Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
69
+ C43DCF54AF7081719CB3F97C /* test.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = test.podspec; path = ../test.podspec; sourceTree = "<group>"; };
70
+ /* End PBXFileReference section */
71
+
72
+ /* Begin PBXFrameworksBuildPhase section */
73
+ 6003F587195388D20070C39A /* Frameworks */ = {
74
+ isa = PBXFrameworksBuildPhase;
75
+ buildActionMask = 2147483647;
76
+ files = (
77
+ 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
78
+ 6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
79
+ 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
80
+ 66656A5EB2BCF97D3A7D3ED4 /* libPods-test_Example.a in Frameworks */,
81
+ );
82
+ runOnlyForDeploymentPostprocessing = 0;
83
+ };
84
+ 6003F5AB195388D20070C39A /* Frameworks */ = {
85
+ isa = PBXFrameworksBuildPhase;
86
+ buildActionMask = 2147483647;
87
+ files = (
88
+ 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
89
+ 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
90
+ 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
91
+ 51B5145758CD1849D44815B8 /* libPods-test_Tests.a in Frameworks */,
92
+ );
93
+ runOnlyForDeploymentPostprocessing = 0;
94
+ };
95
+ /* End PBXFrameworksBuildPhase section */
96
+
97
+ /* Begin PBXGroup section */
98
+ 463B0E05DFE543E21F7A68AE /* Pods */ = {
99
+ isa = PBXGroup;
100
+ children = (
101
+ 029B1DF40D03095F3FC3549A /* Pods-test_Example.debug.xcconfig */,
102
+ 2E81B1B420D7B77F783A167F /* Pods-test_Example.release.xcconfig */,
103
+ 3CA32640A163C71CCF4D5805 /* Pods-test_Tests.debug.xcconfig */,
104
+ 2C20653C3A99356D799D402E /* Pods-test_Tests.release.xcconfig */,
105
+ );
106
+ name = Pods;
107
+ sourceTree = "<group>";
108
+ };
109
+ 6003F581195388D10070C39A = {
110
+ isa = PBXGroup;
111
+ children = (
112
+ 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
113
+ 6003F593195388D20070C39A /* Example for test */,
114
+ 6003F5B5195388D20070C39A /* Tests */,
115
+ 6003F58C195388D20070C39A /* Frameworks */,
116
+ 6003F58B195388D20070C39A /* Products */,
117
+ 463B0E05DFE543E21F7A68AE /* Pods */,
118
+ );
119
+ sourceTree = "<group>";
120
+ };
121
+ 6003F58B195388D20070C39A /* Products */ = {
122
+ isa = PBXGroup;
123
+ children = (
124
+ 6003F58A195388D20070C39A /* test_Example.app */,
125
+ 6003F5AE195388D20070C39A /* test_Tests.xctest */,
126
+ );
127
+ name = Products;
128
+ sourceTree = "<group>";
129
+ };
130
+ 6003F58C195388D20070C39A /* Frameworks */ = {
131
+ isa = PBXGroup;
132
+ children = (
133
+ 6003F58D195388D20070C39A /* Foundation.framework */,
134
+ 6003F58F195388D20070C39A /* CoreGraphics.framework */,
135
+ 6003F591195388D20070C39A /* UIKit.framework */,
136
+ 6003F5AF195388D20070C39A /* XCTest.framework */,
137
+ 6FCA3D7F35C75A7D64762DF1 /* libPods-test_Example.a */,
138
+ 8CE4E12168943DC22EA5CFBC /* libPods-test_Tests.a */,
139
+ );
140
+ name = Frameworks;
141
+ sourceTree = "<group>";
142
+ };
143
+ 6003F593195388D20070C39A /* Example for test */ = {
144
+ isa = PBXGroup;
145
+ children = (
146
+ 6003F59C195388D20070C39A /* TDFAppDelegate.h */,
147
+ 6003F59D195388D20070C39A /* TDFAppDelegate.m */,
148
+ 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */,
149
+ 6003F5A5195388D20070C39A /* TDFViewController.h */,
150
+ 6003F5A6195388D20070C39A /* TDFViewController.m */,
151
+ 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */,
152
+ 6003F5A8195388D20070C39A /* Images.xcassets */,
153
+ 6003F594195388D20070C39A /* Supporting Files */,
154
+ );
155
+ name = "Example for test";
156
+ path = test;
157
+ sourceTree = "<group>";
158
+ };
159
+ 6003F594195388D20070C39A /* Supporting Files */ = {
160
+ isa = PBXGroup;
161
+ children = (
162
+ 6003F595195388D20070C39A /* test-Info.plist */,
163
+ 6003F596195388D20070C39A /* InfoPlist.strings */,
164
+ 6003F599195388D20070C39A /* main.m */,
165
+ 6003F59B195388D20070C39A /* test-Prefix.pch */,
166
+ );
167
+ name = "Supporting Files";
168
+ sourceTree = "<group>";
169
+ };
170
+ 6003F5B5195388D20070C39A /* Tests */ = {
171
+ isa = PBXGroup;
172
+ children = (
173
+ 6003F5BB195388D20070C39A /* Tests.m */,
174
+ 6003F5B6195388D20070C39A /* Supporting Files */,
175
+ );
176
+ path = Tests;
177
+ sourceTree = "<group>";
178
+ };
179
+ 6003F5B6195388D20070C39A /* Supporting Files */ = {
180
+ isa = PBXGroup;
181
+ children = (
182
+ 6003F5B7195388D20070C39A /* Tests-Info.plist */,
183
+ 6003F5B8195388D20070C39A /* InfoPlist.strings */,
184
+ 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */,
185
+ );
186
+ name = "Supporting Files";
187
+ sourceTree = "<group>";
188
+ };
189
+ 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = {
190
+ isa = PBXGroup;
191
+ children = (
192
+ C43DCF54AF7081719CB3F97C /* test.podspec */,
193
+ 6A7FB990283C3563A74905B5 /* README.md */,
194
+ 1C2BE0AFC8CCDAEA2ED1F971 /* LICENSE */,
195
+ );
196
+ name = "Podspec Metadata";
197
+ sourceTree = "<group>";
198
+ };
199
+ /* End PBXGroup section */
200
+
201
+ /* Begin PBXNativeTarget section */
202
+ 6003F589195388D20070C39A /* test_Example */ = {
203
+ isa = PBXNativeTarget;
204
+ buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "test_Example" */;
205
+ buildPhases = (
206
+ 0E5D921187D6022595B6B8B6 /* [CP] Check Pods Manifest.lock */,
207
+ 6003F586195388D20070C39A /* Sources */,
208
+ 6003F587195388D20070C39A /* Frameworks */,
209
+ 6003F588195388D20070C39A /* Resources */,
210
+ A5C2877740F30062F4843EBD /* [CP] Embed Pods Frameworks */,
211
+ 3BA3B2AF01D4257F31B48A8E /* [CP] Copy Pods Resources */,
212
+ );
213
+ buildRules = (
214
+ );
215
+ dependencies = (
216
+ );
217
+ name = test_Example;
218
+ productName = test;
219
+ productReference = 6003F58A195388D20070C39A /* test_Example.app */;
220
+ productType = "com.apple.product-type.application";
221
+ };
222
+ 6003F5AD195388D20070C39A /* test_Tests */ = {
223
+ isa = PBXNativeTarget;
224
+ buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "test_Tests" */;
225
+ buildPhases = (
226
+ EC33ABB70CDD57829ECFF190 /* [CP] Check Pods Manifest.lock */,
227
+ 6003F5AA195388D20070C39A /* Sources */,
228
+ 6003F5AB195388D20070C39A /* Frameworks */,
229
+ 6003F5AC195388D20070C39A /* Resources */,
230
+ F05AE643F383009A1098800D /* [CP] Embed Pods Frameworks */,
231
+ 331D1B278BDEE15A7E857529 /* [CP] Copy Pods Resources */,
232
+ );
233
+ buildRules = (
234
+ );
235
+ dependencies = (
236
+ 6003F5B4195388D20070C39A /* PBXTargetDependency */,
237
+ );
238
+ name = test_Tests;
239
+ productName = testTests;
240
+ productReference = 6003F5AE195388D20070C39A /* test_Tests.xctest */;
241
+ productType = "com.apple.product-type.bundle.unit-test";
242
+ };
243
+ /* End PBXNativeTarget section */
244
+
245
+ /* Begin PBXProject section */
246
+ 6003F582195388D10070C39A /* Project object */ = {
247
+ isa = PBXProject;
248
+ attributes = {
249
+ CLASSPREFIX = TDF;
250
+ LastUpgradeCheck = 0720;
251
+ ORGANIZATIONNAME = tripleCC;
252
+ TargetAttributes = {
253
+ 6003F5AD195388D20070C39A = {
254
+ TestTargetID = 6003F589195388D20070C39A;
255
+ };
256
+ };
257
+ };
258
+ buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "test" */;
259
+ compatibilityVersion = "Xcode 3.2";
260
+ developmentRegion = English;
261
+ hasScannedForEncodings = 0;
262
+ knownRegions = (
263
+ en,
264
+ Base,
265
+ );
266
+ mainGroup = 6003F581195388D10070C39A;
267
+ productRefGroup = 6003F58B195388D20070C39A /* Products */;
268
+ projectDirPath = "";
269
+ projectRoot = "";
270
+ targets = (
271
+ 6003F589195388D20070C39A /* test_Example */,
272
+ 6003F5AD195388D20070C39A /* test_Tests */,
273
+ );
274
+ };
275
+ /* End PBXProject section */
276
+
277
+ /* Begin PBXResourcesBuildPhase section */
278
+ 6003F588195388D20070C39A /* Resources */ = {
279
+ isa = PBXResourcesBuildPhase;
280
+ buildActionMask = 2147483647;
281
+ files = (
282
+ 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */,
283
+ 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */,
284
+ 6003F5A9195388D20070C39A /* Images.xcassets in Resources */,
285
+ 6003F598195388D20070C39A /* InfoPlist.strings in Resources */,
286
+ );
287
+ runOnlyForDeploymentPostprocessing = 0;
288
+ };
289
+ 6003F5AC195388D20070C39A /* Resources */ = {
290
+ isa = PBXResourcesBuildPhase;
291
+ buildActionMask = 2147483647;
292
+ files = (
293
+ 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */,
294
+ );
295
+ runOnlyForDeploymentPostprocessing = 0;
296
+ };
297
+ /* End PBXResourcesBuildPhase section */
298
+
299
+ /* Begin PBXShellScriptBuildPhase section */
300
+ 0E5D921187D6022595B6B8B6 /* [CP] Check Pods Manifest.lock */ = {
301
+ isa = PBXShellScriptBuildPhase;
302
+ buildActionMask = 2147483647;
303
+ files = (
304
+ );
305
+ inputPaths = (
306
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
307
+ "${PODS_ROOT}/Manifest.lock",
308
+ );
309
+ name = "[CP] Check Pods Manifest.lock";
310
+ outputPaths = (
311
+ "$(DERIVED_FILE_DIR)/Pods-test_Example-checkManifestLockResult.txt",
312
+ );
313
+ runOnlyForDeploymentPostprocessing = 0;
314
+ shellPath = /bin/sh;
315
+ 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";
316
+ showEnvVarsInLog = 0;
317
+ };
318
+ 331D1B278BDEE15A7E857529 /* [CP] Copy Pods Resources */ = {
319
+ isa = PBXShellScriptBuildPhase;
320
+ buildActionMask = 2147483647;
321
+ files = (
322
+ );
323
+ inputPaths = (
324
+ );
325
+ name = "[CP] Copy Pods Resources";
326
+ outputPaths = (
327
+ );
328
+ runOnlyForDeploymentPostprocessing = 0;
329
+ shellPath = /bin/sh;
330
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-test_Tests/Pods-test_Tests-resources.sh\"\n";
331
+ showEnvVarsInLog = 0;
332
+ };
333
+ 3BA3B2AF01D4257F31B48A8E /* [CP] Copy Pods Resources */ = {
334
+ isa = PBXShellScriptBuildPhase;
335
+ buildActionMask = 2147483647;
336
+ files = (
337
+ );
338
+ inputPaths = (
339
+ );
340
+ name = "[CP] Copy Pods Resources";
341
+ outputPaths = (
342
+ );
343
+ runOnlyForDeploymentPostprocessing = 0;
344
+ shellPath = /bin/sh;
345
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-test_Example/Pods-test_Example-resources.sh\"\n";
346
+ showEnvVarsInLog = 0;
347
+ };
348
+ A5C2877740F30062F4843EBD /* [CP] Embed Pods Frameworks */ = {
349
+ isa = PBXShellScriptBuildPhase;
350
+ buildActionMask = 2147483647;
351
+ files = (
352
+ );
353
+ inputPaths = (
354
+ );
355
+ name = "[CP] Embed Pods Frameworks";
356
+ outputPaths = (
357
+ );
358
+ runOnlyForDeploymentPostprocessing = 0;
359
+ shellPath = /bin/sh;
360
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-test_Example/Pods-test_Example-frameworks.sh\"\n";
361
+ showEnvVarsInLog = 0;
362
+ };
363
+ EC33ABB70CDD57829ECFF190 /* [CP] Check Pods Manifest.lock */ = {
364
+ isa = PBXShellScriptBuildPhase;
365
+ buildActionMask = 2147483647;
366
+ files = (
367
+ );
368
+ inputPaths = (
369
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
370
+ "${PODS_ROOT}/Manifest.lock",
371
+ );
372
+ name = "[CP] Check Pods Manifest.lock";
373
+ outputPaths = (
374
+ "$(DERIVED_FILE_DIR)/Pods-test_Tests-checkManifestLockResult.txt",
375
+ );
376
+ runOnlyForDeploymentPostprocessing = 0;
377
+ shellPath = /bin/sh;
378
+ 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";
379
+ showEnvVarsInLog = 0;
380
+ };
381
+ F05AE643F383009A1098800D /* [CP] Embed Pods Frameworks */ = {
382
+ isa = PBXShellScriptBuildPhase;
383
+ buildActionMask = 2147483647;
384
+ files = (
385
+ );
386
+ inputPaths = (
387
+ );
388
+ name = "[CP] Embed Pods Frameworks";
389
+ outputPaths = (
390
+ );
391
+ runOnlyForDeploymentPostprocessing = 0;
392
+ shellPath = /bin/sh;
393
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-test_Tests/Pods-test_Tests-frameworks.sh\"\n";
394
+ showEnvVarsInLog = 0;
395
+ };
396
+ /* End PBXShellScriptBuildPhase section */
397
+
398
+ /* Begin PBXSourcesBuildPhase section */
399
+ 6003F586195388D20070C39A /* Sources */ = {
400
+ isa = PBXSourcesBuildPhase;
401
+ buildActionMask = 2147483647;
402
+ files = (
403
+ 6003F59E195388D20070C39A /* TDFAppDelegate.m in Sources */,
404
+ 6003F5A7195388D20070C39A /* TDFViewController.m in Sources */,
405
+ 6003F59A195388D20070C39A /* main.m in Sources */,
406
+ );
407
+ runOnlyForDeploymentPostprocessing = 0;
408
+ };
409
+ 6003F5AA195388D20070C39A /* Sources */ = {
410
+ isa = PBXSourcesBuildPhase;
411
+ buildActionMask = 2147483647;
412
+ files = (
413
+ 6003F5BC195388D20070C39A /* Tests.m in Sources */,
414
+ );
415
+ runOnlyForDeploymentPostprocessing = 0;
416
+ };
417
+ /* End PBXSourcesBuildPhase section */
418
+
419
+ /* Begin PBXTargetDependency section */
420
+ 6003F5B4195388D20070C39A /* PBXTargetDependency */ = {
421
+ isa = PBXTargetDependency;
422
+ target = 6003F589195388D20070C39A /* test_Example */;
423
+ targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */;
424
+ };
425
+ /* End PBXTargetDependency section */
426
+
427
+ /* Begin PBXVariantGroup section */
428
+ 6003F596195388D20070C39A /* InfoPlist.strings */ = {
429
+ isa = PBXVariantGroup;
430
+ children = (
431
+ 6003F597195388D20070C39A /* en */,
432
+ );
433
+ name = InfoPlist.strings;
434
+ sourceTree = "<group>";
435
+ };
436
+ 6003F5B8195388D20070C39A /* InfoPlist.strings */ = {
437
+ isa = PBXVariantGroup;
438
+ children = (
439
+ 6003F5B9195388D20070C39A /* en */,
440
+ );
441
+ name = InfoPlist.strings;
442
+ sourceTree = "<group>";
443
+ };
444
+ 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = {
445
+ isa = PBXVariantGroup;
446
+ children = (
447
+ 71719F9E1E33DC2100824A3D /* Base */,
448
+ );
449
+ name = LaunchScreen.storyboard;
450
+ sourceTree = "<group>";
451
+ };
452
+ /* End PBXVariantGroup section */
453
+
454
+ /* Begin XCBuildConfiguration section */
455
+ 6003F5BD195388D20070C39A /* Debug */ = {
456
+ isa = XCBuildConfiguration;
457
+ buildSettings = {
458
+ ALWAYS_SEARCH_USER_PATHS = NO;
459
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
460
+ CLANG_CXX_LIBRARY = "libc++";
461
+ CLANG_ENABLE_MODULES = YES;
462
+ CLANG_ENABLE_OBJC_ARC = YES;
463
+ CLANG_WARN_BOOL_CONVERSION = YES;
464
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
465
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
466
+ CLANG_WARN_EMPTY_BODY = YES;
467
+ CLANG_WARN_ENUM_CONVERSION = YES;
468
+ CLANG_WARN_INT_CONVERSION = YES;
469
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
470
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
471
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
472
+ COPY_PHASE_STRIP = NO;
473
+ ENABLE_TESTABILITY = YES;
474
+ GCC_C_LANGUAGE_STANDARD = gnu99;
475
+ GCC_DYNAMIC_NO_PIC = NO;
476
+ GCC_OPTIMIZATION_LEVEL = 0;
477
+ GCC_PREPROCESSOR_DEFINITIONS = (
478
+ "DEBUG=1",
479
+ "$(inherited)",
480
+ );
481
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
482
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
483
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
484
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
485
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
486
+ GCC_WARN_UNUSED_FUNCTION = YES;
487
+ GCC_WARN_UNUSED_VARIABLE = YES;
488
+ IPHONEOS_DEPLOYMENT_TARGET = 9.3;
489
+ ONLY_ACTIVE_ARCH = YES;
490
+ SDKROOT = iphoneos;
491
+ TARGETED_DEVICE_FAMILY = "1,2";
492
+ };
493
+ name = Debug;
494
+ };
495
+ 6003F5BE195388D20070C39A /* Release */ = {
496
+ isa = XCBuildConfiguration;
497
+ buildSettings = {
498
+ ALWAYS_SEARCH_USER_PATHS = NO;
499
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
500
+ CLANG_CXX_LIBRARY = "libc++";
501
+ CLANG_ENABLE_MODULES = YES;
502
+ CLANG_ENABLE_OBJC_ARC = YES;
503
+ CLANG_WARN_BOOL_CONVERSION = YES;
504
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
505
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
506
+ CLANG_WARN_EMPTY_BODY = YES;
507
+ CLANG_WARN_ENUM_CONVERSION = YES;
508
+ CLANG_WARN_INT_CONVERSION = YES;
509
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
510
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
511
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
512
+ COPY_PHASE_STRIP = YES;
513
+ ENABLE_NS_ASSERTIONS = NO;
514
+ GCC_C_LANGUAGE_STANDARD = gnu99;
515
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
516
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
517
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
518
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
519
+ GCC_WARN_UNUSED_FUNCTION = YES;
520
+ GCC_WARN_UNUSED_VARIABLE = YES;
521
+ IPHONEOS_DEPLOYMENT_TARGET = 9.3;
522
+ SDKROOT = iphoneos;
523
+ TARGETED_DEVICE_FAMILY = "1,2";
524
+ VALIDATE_PRODUCT = YES;
525
+ };
526
+ name = Release;
527
+ };
528
+ 6003F5C0195388D20070C39A /* Debug */ = {
529
+ isa = XCBuildConfiguration;
530
+ baseConfigurationReference = 029B1DF40D03095F3FC3549A /* Pods-test_Example.debug.xcconfig */;
531
+ buildSettings = {
532
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
533
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
534
+ GCC_PREFIX_HEADER = "test/test-Prefix.pch";
535
+ INFOPLIST_FILE = "test/test-Info.plist";
536
+ MODULE_NAME = ExampleApp;
537
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
538
+ PRODUCT_NAME = "$(TARGET_NAME)";
539
+ WRAPPER_EXTENSION = app;
540
+ };
541
+ name = Debug;
542
+ };
543
+ 6003F5C1195388D20070C39A /* Release */ = {
544
+ isa = XCBuildConfiguration;
545
+ baseConfigurationReference = 2E81B1B420D7B77F783A167F /* Pods-test_Example.release.xcconfig */;
546
+ buildSettings = {
547
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
548
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
549
+ GCC_PREFIX_HEADER = "test/test-Prefix.pch";
550
+ INFOPLIST_FILE = "test/test-Info.plist";
551
+ MODULE_NAME = ExampleApp;
552
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
553
+ PRODUCT_NAME = "$(TARGET_NAME)";
554
+ WRAPPER_EXTENSION = app;
555
+ };
556
+ name = Release;
557
+ };
558
+ 6003F5C3195388D20070C39A /* Debug */ = {
559
+ isa = XCBuildConfiguration;
560
+ baseConfigurationReference = 3CA32640A163C71CCF4D5805 /* Pods-test_Tests.debug.xcconfig */;
561
+ buildSettings = {
562
+ BUNDLE_LOADER = "$(TEST_HOST)";
563
+ FRAMEWORK_SEARCH_PATHS = (
564
+ "$(SDKROOT)/Developer/Library/Frameworks",
565
+ "$(inherited)",
566
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
567
+ );
568
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
569
+ GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
570
+ GCC_PREPROCESSOR_DEFINITIONS = (
571
+ "DEBUG=1",
572
+ "$(inherited)",
573
+ );
574
+ INFOPLIST_FILE = "Tests/Tests-Info.plist";
575
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
576
+ PRODUCT_NAME = "$(TARGET_NAME)";
577
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/test_Example.app/test_Example";
578
+ WRAPPER_EXTENSION = xctest;
579
+ };
580
+ name = Debug;
581
+ };
582
+ 6003F5C4195388D20070C39A /* Release */ = {
583
+ isa = XCBuildConfiguration;
584
+ baseConfigurationReference = 2C20653C3A99356D799D402E /* Pods-test_Tests.release.xcconfig */;
585
+ buildSettings = {
586
+ BUNDLE_LOADER = "$(TEST_HOST)";
587
+ FRAMEWORK_SEARCH_PATHS = (
588
+ "$(SDKROOT)/Developer/Library/Frameworks",
589
+ "$(inherited)",
590
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
591
+ );
592
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
593
+ GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
594
+ INFOPLIST_FILE = "Tests/Tests-Info.plist";
595
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
596
+ PRODUCT_NAME = "$(TARGET_NAME)";
597
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/test_Example.app/test_Example";
598
+ WRAPPER_EXTENSION = xctest;
599
+ };
600
+ name = Release;
601
+ };
602
+ /* End XCBuildConfiguration section */
603
+
604
+ /* Begin XCConfigurationList section */
605
+ 6003F585195388D10070C39A /* Build configuration list for PBXProject "test" */ = {
606
+ isa = XCConfigurationList;
607
+ buildConfigurations = (
608
+ 6003F5BD195388D20070C39A /* Debug */,
609
+ 6003F5BE195388D20070C39A /* Release */,
610
+ );
611
+ defaultConfigurationIsVisible = 0;
612
+ defaultConfigurationName = Release;
613
+ };
614
+ 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "test_Example" */ = {
615
+ isa = XCConfigurationList;
616
+ buildConfigurations = (
617
+ 6003F5C0195388D20070C39A /* Debug */,
618
+ 6003F5C1195388D20070C39A /* Release */,
619
+ );
620
+ defaultConfigurationIsVisible = 0;
621
+ defaultConfigurationName = Release;
622
+ };
623
+ 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "test_Tests" */ = {
624
+ isa = XCConfigurationList;
625
+ buildConfigurations = (
626
+ 6003F5C3195388D20070C39A /* Debug */,
627
+ 6003F5C4195388D20070C39A /* Release */,
628
+ );
629
+ defaultConfigurationIsVisible = 0;
630
+ defaultConfigurationName = Release;
631
+ };
632
+ /* End XCConfigurationList section */
633
+ };
634
+ rootObject = 6003F582195388D10070C39A /* Project object */;
635
+ }