flip_the_switch 0.3.0

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.
Files changed (68) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +146 -0
  3. data/.rspec +1 -0
  4. data/.travis.yml +13 -0
  5. data/CHANGELOG.md +14 -0
  6. data/Classes/FlipTheSwitch/FlipTheSwitch.h +9 -0
  7. data/Classes/FlipTheSwitch/FlipTheSwitch.m +88 -0
  8. data/Example/.gitignore +2 -0
  9. data/Example/Colors-iOS/AppDelegateiOS.h +3 -0
  10. data/Example/Colors-iOS/AppDelegateiOS.m +4 -0
  11. data/Example/Colors-iOS/Base.lproj/Main_iPhone.storyboard +76 -0
  12. data/Example/Colors-iOS/Colors-iOS-Info.plist +49 -0
  13. data/Example/Colors-iOS/Colors-iOS-Prefix.pch +16 -0
  14. data/Example/Colors-iOS/Images.xcassets/AppIcon.appiconset/Contents.json +53 -0
  15. data/Example/Colors-iOS/Images.xcassets/LaunchImage.launchimage/Contents.json +51 -0
  16. data/Example/Colors-iOS/ViewControlleriOS.h +2 -0
  17. data/Example/Colors-iOS/ViewControlleriOS.m +78 -0
  18. data/Example/Colors-iOS/main.m +8 -0
  19. data/Example/Colors.xcodeproj/project.pbxproj +358 -0
  20. data/Example/Colors.xcodeproj/xcshareddata/xcschemes/Colors-iOS.xcscheme +77 -0
  21. data/Example/Podfile +4 -0
  22. data/Example/Rakefile +23 -0
  23. data/Example/features.yml +2 -0
  24. data/FlipTheSwitch.podspec +16 -0
  25. data/Gemfile +17 -0
  26. data/Guardfile.example +15 -0
  27. data/LICENSE +21 -0
  28. data/README.md +104 -0
  29. data/Rakefile +35 -0
  30. data/Tests/FlipTheSwitchSpec-Mac/Features.plist +8 -0
  31. data/Tests/FlipTheSwitchSpec-Mac/FlipTheSwitchSpec-Mac-Info.plist +22 -0
  32. data/Tests/FlipTheSwitchSpec-Mac/FlipTheSwitchSpec-Mac-Prefix.pch +13 -0
  33. data/Tests/FlipTheSwitchSpec-iOS/Features.plist +8 -0
  34. data/Tests/FlipTheSwitchSpec-iOS/FlipTheSwitchSpec-iOS-Info.plist +22 -0
  35. data/Tests/FlipTheSwitchSpec-iOS/FlipTheSwitchSpec-iOS-Prefix.pch +14 -0
  36. data/Tests/FlipTheSwitchSpec.xcodeproj/project.pbxproj +605 -0
  37. data/Tests/FlipTheSwitchSpec.xcodeproj/xcshareddata/xcschemes/FlipTheSwitchSpec-Mac.xcscheme +75 -0
  38. data/Tests/FlipTheSwitchSpec.xcodeproj/xcshareddata/xcschemes/FlipTheSwitchSpec-iOS.xcscheme +75 -0
  39. data/Tests/Podfile +15 -0
  40. data/Tests/Rakefile +22 -0
  41. data/Tests/Spec/Classes/FlipTheSwitch/FlipTheSwitchSpec.m +88 -0
  42. data/Tests/Spec/Helpers/GcovTestObserver.h +4 -0
  43. data/Tests/Spec/Helpers/GcovTestObserver.m +12 -0
  44. data/bin/flip-the-switch +4 -0
  45. data/flip_the_switch.gemspec +17 -0
  46. data/lib/flip_the_switch/cli.rb +61 -0
  47. data/lib/flip_the_switch/errors.rb +12 -0
  48. data/lib/flip_the_switch/generator/base.rb +13 -0
  49. data/lib/flip_the_switch/generator/category.rb +71 -0
  50. data/lib/flip_the_switch/generator/header.h.erb +11 -0
  51. data/lib/flip_the_switch/generator/implementation.m.erb +26 -0
  52. data/lib/flip_the_switch/generator/plist.rb +17 -0
  53. data/lib/flip_the_switch/generator.rb +3 -0
  54. data/lib/flip_the_switch/reader/yaml.rb +39 -0
  55. data/lib/flip_the_switch/reader.rb +1 -0
  56. data/lib/flip_the_switch.rb +3 -0
  57. data/spec/flip_the_switch/cli_spec.rb +81 -0
  58. data/spec/flip_the_switch/generator/category_spec.rb +44 -0
  59. data/spec/flip_the_switch/generator/plist_spec.rb +19 -0
  60. data/spec/flip_the_switch/reader/yaml_spec.rb +43 -0
  61. data/spec/resources/ExpectedFeatures.plist +10 -0
  62. data/spec/resources/expected_header.h +16 -0
  63. data/spec/resources/expected_implementation.m +46 -0
  64. data/spec/resources/invalid_layout/features.yml +4 -0
  65. data/spec/resources/invalid_type/features.yml +7 -0
  66. data/spec/resources/real/features.yml +2 -0
  67. data/spec/spec_helper.rb +15 -0
  68. metadata +166 -0
@@ -0,0 +1,605 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 13A20D72CD1E4E3DACB19302 /* libPods-FlipTheSwitchSpec-Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8FC66316DAF9423DA99C4191 /* libPods-FlipTheSwitchSpec-Mac.a */; };
11
+ 5B686E221942303100A4D4EF /* Features.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = F8032D47C9B9398DABCBBFC1 /* Features.plist */; };
12
+ 5B686E241942303D00A4D4EF /* Features.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = F8032A02CCC0DA178199DB3A /* Features.plist */; };
13
+ 5B87AFEE193A80F20082F7A1 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B87AFED193A80F20082F7A1 /* XCTest.framework */; };
14
+ 5B87AFF0193A80F20082F7A1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B87AFEF193A80F20082F7A1 /* Foundation.framework */; };
15
+ 5B87AFF2193A80F20082F7A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B87AFF1193A80F20082F7A1 /* UIKit.framework */; };
16
+ 5B9DCEAC193A869B00C63F9F /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B87AFED193A80F20082F7A1 /* XCTest.framework */; };
17
+ EB1183C1939E44AB9E511CA6 /* libPods-FlipTheSwitchSpec-iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F51A578171940B290050356 /* libPods-FlipTheSwitchSpec-iOS.a */; };
18
+ F803222F52BB5CB3482ED84D /* FlipTheSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = F8032766B6B64076F108F6DC /* FlipTheSwitch.m */; };
19
+ F803238AA8E0E1976F0F95DC /* FlipTheSwitchSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = F80322BF56E8D76FB9736847 /* FlipTheSwitchSpec.m */; };
20
+ F80325D46C885BC440A30C43 /* FlipTheSwitchSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = F80322BF56E8D76FB9736847 /* FlipTheSwitchSpec.m */; };
21
+ F803272CB8A5B38D4757608E /* GcovTestObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = F8032394DDE5CCE6C76898E9 /* GcovTestObserver.m */; };
22
+ F80329B3B762341EF7AD3E7F /* FlipTheSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = F8032766B6B64076F108F6DC /* FlipTheSwitch.m */; };
23
+ F80329FE8A8EF57B776A9FDE /* GcovTestObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = F8032394DDE5CCE6C76898E9 /* GcovTestObserver.m */; };
24
+ /* End PBXBuildFile section */
25
+
26
+ /* Begin PBXCopyFilesBuildPhase section */
27
+ 5B686E2119422FF100A4D4EF /* CopyFiles */ = {
28
+ isa = PBXCopyFilesBuildPhase;
29
+ buildActionMask = 2147483647;
30
+ dstPath = "";
31
+ dstSubfolderSpec = 7;
32
+ files = (
33
+ 5B686E221942303100A4D4EF /* Features.plist in CopyFiles */,
34
+ );
35
+ runOnlyForDeploymentPostprocessing = 0;
36
+ };
37
+ 5B686E231942303600A4D4EF /* CopyFiles */ = {
38
+ isa = PBXCopyFilesBuildPhase;
39
+ buildActionMask = 2147483647;
40
+ dstPath = "";
41
+ dstSubfolderSpec = 7;
42
+ files = (
43
+ 5B686E241942303D00A4D4EF /* Features.plist in CopyFiles */,
44
+ );
45
+ runOnlyForDeploymentPostprocessing = 0;
46
+ };
47
+ /* End PBXCopyFilesBuildPhase section */
48
+
49
+ /* Begin PBXFileReference section */
50
+ 5B87AFEA193A80F20082F7A1 /* FlipTheSwitchSpec-iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "FlipTheSwitchSpec-iOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
51
+ 5B87AFED193A80F20082F7A1 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
52
+ 5B87AFEF193A80F20082F7A1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
53
+ 5B87AFF1193A80F20082F7A1 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
54
+ 5B9DCEAB193A869B00C63F9F /* FlipTheSwitchSpec-Mac.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "FlipTheSwitchSpec-Mac.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
55
+ 5F51A578171940B290050356 /* libPods-FlipTheSwitchSpec-iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FlipTheSwitchSpec-iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
56
+ 7B5491E544614A10BEAC9D47 /* Pods-FlipTheSwitchSpec-Mac.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FlipTheSwitchSpec-Mac.xcconfig"; path = "Pods/Pods-FlipTheSwitchSpec-Mac.xcconfig"; sourceTree = "<group>"; };
57
+ 8FC66316DAF9423DA99C4191 /* libPods-FlipTheSwitchSpec-Mac.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FlipTheSwitchSpec-Mac.a"; sourceTree = BUILT_PRODUCTS_DIR; };
58
+ CF8E94075C5A480F893ECEE0 /* Pods-FlipTheSwitchSpec-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FlipTheSwitchSpec-iOS.xcconfig"; path = "Pods/Pods-FlipTheSwitchSpec-iOS.xcconfig"; sourceTree = "<group>"; };
59
+ F8032139C1E76BF6C51205CD /* FlipTheSwitch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FlipTheSwitch.h; sourceTree = "<group>"; };
60
+ F80321987A56E7AF3BFF5FD9 /* FlipTheSwitchSpec-iOS-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "FlipTheSwitchSpec-iOS-Prefix.pch"; sourceTree = "<group>"; };
61
+ F80322339C8E3439D05DCB0E /* GcovTestObserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GcovTestObserver.h; sourceTree = "<group>"; };
62
+ F80322BF56E8D76FB9736847 /* FlipTheSwitchSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FlipTheSwitchSpec.m; sourceTree = "<group>"; };
63
+ F8032394DDE5CCE6C76898E9 /* GcovTestObserver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GcovTestObserver.m; sourceTree = "<group>"; };
64
+ F80325C7A88C24081CF78461 /* FlipTheSwitchSpec-iOS-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.info; path = "FlipTheSwitchSpec-iOS-Info.plist"; sourceTree = "<group>"; };
65
+ F80326FF993EEA2C7572BD21 /* FlipTheSwitchSpec-Mac-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "FlipTheSwitchSpec-Mac-Prefix.pch"; sourceTree = "<group>"; };
66
+ F8032766B6B64076F108F6DC /* FlipTheSwitch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FlipTheSwitch.m; sourceTree = "<group>"; };
67
+ F80329E46696FF0EDC73C684 /* FlipTheSwitchSpec-Mac-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.info; path = "FlipTheSwitchSpec-Mac-Info.plist"; sourceTree = "<group>"; };
68
+ F8032A02CCC0DA178199DB3A /* Features.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Features.plist; sourceTree = "<group>"; };
69
+ F8032D47C9B9398DABCBBFC1 /* Features.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Features.plist; sourceTree = "<group>"; };
70
+ /* End PBXFileReference section */
71
+
72
+ /* Begin PBXFrameworksBuildPhase section */
73
+ 5B87AFE7193A80F20082F7A1 /* Frameworks */ = {
74
+ isa = PBXFrameworksBuildPhase;
75
+ buildActionMask = 2147483647;
76
+ files = (
77
+ 5B87AFEE193A80F20082F7A1 /* XCTest.framework in Frameworks */,
78
+ 5B87AFF2193A80F20082F7A1 /* UIKit.framework in Frameworks */,
79
+ 5B87AFF0193A80F20082F7A1 /* Foundation.framework in Frameworks */,
80
+ EB1183C1939E44AB9E511CA6 /* libPods-FlipTheSwitchSpec-iOS.a in Frameworks */,
81
+ );
82
+ runOnlyForDeploymentPostprocessing = 0;
83
+ };
84
+ 5B9DCEA8193A869B00C63F9F /* Frameworks */ = {
85
+ isa = PBXFrameworksBuildPhase;
86
+ buildActionMask = 2147483647;
87
+ files = (
88
+ 5B9DCEAC193A869B00C63F9F /* XCTest.framework in Frameworks */,
89
+ 13A20D72CD1E4E3DACB19302 /* libPods-FlipTheSwitchSpec-Mac.a in Frameworks */,
90
+ );
91
+ runOnlyForDeploymentPostprocessing = 0;
92
+ };
93
+ /* End PBXFrameworksBuildPhase section */
94
+
95
+ /* Begin PBXGroup section */
96
+ 5B87AFDF193A80980082F7A1 = {
97
+ isa = PBXGroup;
98
+ children = (
99
+ 5B87AFF3193A80F20082F7A1 /* FlipTheSwitchSpec-iOS */,
100
+ 5B9DCEAD193A869B00C63F9F /* FlipTheSwitchSpec-Mac */,
101
+ 5B87AFEC193A80F20082F7A1 /* Frameworks */,
102
+ 5B87AFEB193A80F20082F7A1 /* Products */,
103
+ 7B5491E544614A10BEAC9D47 /* Pods-FlipTheSwitchSpec-Mac.xcconfig */,
104
+ CF8E94075C5A480F893ECEE0 /* Pods-FlipTheSwitchSpec-iOS.xcconfig */,
105
+ F80326AA2A755B0873B15852 /* Spec */,
106
+ F8032AB64AEEA3FCC6493A27 /* Classes */,
107
+ );
108
+ sourceTree = "<group>";
109
+ };
110
+ 5B87AFEB193A80F20082F7A1 /* Products */ = {
111
+ isa = PBXGroup;
112
+ children = (
113
+ 5B87AFEA193A80F20082F7A1 /* FlipTheSwitchSpec-iOS.xctest */,
114
+ 5B9DCEAB193A869B00C63F9F /* FlipTheSwitchSpec-Mac.xctest */,
115
+ );
116
+ name = Products;
117
+ sourceTree = "<group>";
118
+ };
119
+ 5B87AFEC193A80F20082F7A1 /* Frameworks */ = {
120
+ isa = PBXGroup;
121
+ children = (
122
+ 5B87AFED193A80F20082F7A1 /* XCTest.framework */,
123
+ 5B87AFEF193A80F20082F7A1 /* Foundation.framework */,
124
+ 5B87AFF1193A80F20082F7A1 /* UIKit.framework */,
125
+ 8FC66316DAF9423DA99C4191 /* libPods-FlipTheSwitchSpec-Mac.a */,
126
+ 5F51A578171940B290050356 /* libPods-FlipTheSwitchSpec-iOS.a */,
127
+ );
128
+ name = Frameworks;
129
+ sourceTree = "<group>";
130
+ };
131
+ 5B87AFF3193A80F20082F7A1 /* FlipTheSwitchSpec-iOS */ = {
132
+ isa = PBXGroup;
133
+ children = (
134
+ F80321987A56E7AF3BFF5FD9 /* FlipTheSwitchSpec-iOS-Prefix.pch */,
135
+ F80325C7A88C24081CF78461 /* FlipTheSwitchSpec-iOS-Info.plist */,
136
+ F8032A02CCC0DA178199DB3A /* Features.plist */,
137
+ );
138
+ path = "FlipTheSwitchSpec-iOS";
139
+ sourceTree = "<group>";
140
+ };
141
+ 5B9DCEAD193A869B00C63F9F /* FlipTheSwitchSpec-Mac */ = {
142
+ isa = PBXGroup;
143
+ children = (
144
+ F80326FF993EEA2C7572BD21 /* FlipTheSwitchSpec-Mac-Prefix.pch */,
145
+ F80329E46696FF0EDC73C684 /* FlipTheSwitchSpec-Mac-Info.plist */,
146
+ F8032D47C9B9398DABCBBFC1 /* Features.plist */,
147
+ );
148
+ path = "FlipTheSwitchSpec-Mac";
149
+ sourceTree = "<group>";
150
+ };
151
+ F803205E2BED616EF1088A54 /* Classes */ = {
152
+ isa = PBXGroup;
153
+ children = (
154
+ F803251307A9DD1CC9561985 /* FlipTheSwitch */,
155
+ );
156
+ path = Classes;
157
+ sourceTree = "<group>";
158
+ };
159
+ F80322747F4E4DC74EC73A3A /* Helpers */ = {
160
+ isa = PBXGroup;
161
+ children = (
162
+ F80322339C8E3439D05DCB0E /* GcovTestObserver.h */,
163
+ F8032394DDE5CCE6C76898E9 /* GcovTestObserver.m */,
164
+ );
165
+ path = Helpers;
166
+ sourceTree = "<group>";
167
+ };
168
+ F80323A5D7806CC7C7B8D36A /* FlipTheSwitch */ = {
169
+ isa = PBXGroup;
170
+ children = (
171
+ F8032139C1E76BF6C51205CD /* FlipTheSwitch.h */,
172
+ F8032766B6B64076F108F6DC /* FlipTheSwitch.m */,
173
+ );
174
+ path = FlipTheSwitch;
175
+ sourceTree = "<group>";
176
+ };
177
+ F803251307A9DD1CC9561985 /* FlipTheSwitch */ = {
178
+ isa = PBXGroup;
179
+ children = (
180
+ F80322BF56E8D76FB9736847 /* FlipTheSwitchSpec.m */,
181
+ );
182
+ path = FlipTheSwitch;
183
+ sourceTree = "<group>";
184
+ };
185
+ F80326AA2A755B0873B15852 /* Spec */ = {
186
+ isa = PBXGroup;
187
+ children = (
188
+ F803205E2BED616EF1088A54 /* Classes */,
189
+ F80322747F4E4DC74EC73A3A /* Helpers */,
190
+ );
191
+ path = Spec;
192
+ sourceTree = "<group>";
193
+ };
194
+ F8032AB64AEEA3FCC6493A27 /* Classes */ = {
195
+ isa = PBXGroup;
196
+ children = (
197
+ F80323A5D7806CC7C7B8D36A /* FlipTheSwitch */,
198
+ );
199
+ name = Classes;
200
+ path = ../Classes;
201
+ sourceTree = "<group>";
202
+ };
203
+ /* End PBXGroup section */
204
+
205
+ /* Begin PBXNativeTarget section */
206
+ 5B87AFE9193A80F20082F7A1 /* FlipTheSwitchSpec-iOS */ = {
207
+ isa = PBXNativeTarget;
208
+ buildConfigurationList = 5B87AFFC193A80F20082F7A1 /* Build configuration list for PBXNativeTarget "FlipTheSwitchSpec-iOS" */;
209
+ buildPhases = (
210
+ C67EE0388E8341CCB8C5BACC /* Check Pods Manifest.lock */,
211
+ 5B87AFE6193A80F20082F7A1 /* Sources */,
212
+ 5B87AFE7193A80F20082F7A1 /* Frameworks */,
213
+ 5B87AFE8193A80F20082F7A1 /* Resources */,
214
+ B9D09C9694D0440FA36F295C /* Copy Pods Resources */,
215
+ 5B686E231942303600A4D4EF /* CopyFiles */,
216
+ );
217
+ buildRules = (
218
+ );
219
+ dependencies = (
220
+ );
221
+ name = "FlipTheSwitchSpec-iOS";
222
+ productName = "FlipTheSwitchSpec-iOS";
223
+ productReference = 5B87AFEA193A80F20082F7A1 /* FlipTheSwitchSpec-iOS.xctest */;
224
+ productType = "com.apple.product-type.bundle.unit-test";
225
+ };
226
+ 5B9DCEAA193A869B00C63F9F /* FlipTheSwitchSpec-Mac */ = {
227
+ isa = PBXNativeTarget;
228
+ buildConfigurationList = 5B9DCEB6193A869B00C63F9F /* Build configuration list for PBXNativeTarget "FlipTheSwitchSpec-Mac" */;
229
+ buildPhases = (
230
+ 0A024D68C1934EDFBD07860A /* Check Pods Manifest.lock */,
231
+ 5B9DCEA7193A869B00C63F9F /* Sources */,
232
+ 5B9DCEA8193A869B00C63F9F /* Frameworks */,
233
+ 5B9DCEA9193A869B00C63F9F /* Resources */,
234
+ 6A9CA4829E96429EA19B7DBF /* Copy Pods Resources */,
235
+ 5B686E2119422FF100A4D4EF /* CopyFiles */,
236
+ );
237
+ buildRules = (
238
+ );
239
+ dependencies = (
240
+ );
241
+ name = "FlipTheSwitchSpec-Mac";
242
+ productName = "FlipTheSwitchSpec-Mac";
243
+ productReference = 5B9DCEAB193A869B00C63F9F /* FlipTheSwitchSpec-Mac.xctest */;
244
+ productType = "com.apple.product-type.bundle.unit-test";
245
+ };
246
+ /* End PBXNativeTarget section */
247
+
248
+ /* Begin PBXProject section */
249
+ 5B87AFE0193A80980082F7A1 /* Project object */ = {
250
+ isa = PBXProject;
251
+ attributes = {
252
+ LastUpgradeCheck = 0510;
253
+ };
254
+ buildConfigurationList = 5B87AFE3193A80980082F7A1 /* Build configuration list for PBXProject "FlipTheSwitchSpec" */;
255
+ compatibilityVersion = "Xcode 3.2";
256
+ developmentRegion = English;
257
+ hasScannedForEncodings = 0;
258
+ knownRegions = (
259
+ en,
260
+ );
261
+ mainGroup = 5B87AFDF193A80980082F7A1;
262
+ productRefGroup = 5B87AFEB193A80F20082F7A1 /* Products */;
263
+ projectDirPath = "";
264
+ projectRoot = "";
265
+ targets = (
266
+ 5B87AFE9193A80F20082F7A1 /* FlipTheSwitchSpec-iOS */,
267
+ 5B9DCEAA193A869B00C63F9F /* FlipTheSwitchSpec-Mac */,
268
+ );
269
+ };
270
+ /* End PBXProject section */
271
+
272
+ /* Begin PBXResourcesBuildPhase section */
273
+ 5B87AFE8193A80F20082F7A1 /* Resources */ = {
274
+ isa = PBXResourcesBuildPhase;
275
+ buildActionMask = 2147483647;
276
+ files = (
277
+ );
278
+ runOnlyForDeploymentPostprocessing = 0;
279
+ };
280
+ 5B9DCEA9193A869B00C63F9F /* Resources */ = {
281
+ isa = PBXResourcesBuildPhase;
282
+ buildActionMask = 2147483647;
283
+ files = (
284
+ );
285
+ runOnlyForDeploymentPostprocessing = 0;
286
+ };
287
+ /* End PBXResourcesBuildPhase section */
288
+
289
+ /* Begin PBXShellScriptBuildPhase section */
290
+ 0A024D68C1934EDFBD07860A /* Check Pods Manifest.lock */ = {
291
+ isa = PBXShellScriptBuildPhase;
292
+ buildActionMask = 2147483647;
293
+ files = (
294
+ );
295
+ inputPaths = (
296
+ );
297
+ name = "Check Pods Manifest.lock";
298
+ outputPaths = (
299
+ );
300
+ runOnlyForDeploymentPostprocessing = 0;
301
+ shellPath = /bin/sh;
302
+ shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
303
+ showEnvVarsInLog = 0;
304
+ };
305
+ 6A9CA4829E96429EA19B7DBF /* Copy Pods Resources */ = {
306
+ isa = PBXShellScriptBuildPhase;
307
+ buildActionMask = 2147483647;
308
+ files = (
309
+ );
310
+ inputPaths = (
311
+ );
312
+ name = "Copy Pods Resources";
313
+ outputPaths = (
314
+ );
315
+ runOnlyForDeploymentPostprocessing = 0;
316
+ shellPath = /bin/sh;
317
+ shellScript = "\"${SRCROOT}/Pods/Pods-FlipTheSwitchSpec-Mac-resources.sh\"\n";
318
+ showEnvVarsInLog = 0;
319
+ };
320
+ B9D09C9694D0440FA36F295C /* Copy Pods Resources */ = {
321
+ isa = PBXShellScriptBuildPhase;
322
+ buildActionMask = 2147483647;
323
+ files = (
324
+ );
325
+ inputPaths = (
326
+ );
327
+ name = "Copy Pods Resources";
328
+ outputPaths = (
329
+ );
330
+ runOnlyForDeploymentPostprocessing = 0;
331
+ shellPath = /bin/sh;
332
+ shellScript = "\"${SRCROOT}/Pods/Pods-FlipTheSwitchSpec-iOS-resources.sh\"\n";
333
+ showEnvVarsInLog = 0;
334
+ };
335
+ C67EE0388E8341CCB8C5BACC /* Check Pods Manifest.lock */ = {
336
+ isa = PBXShellScriptBuildPhase;
337
+ buildActionMask = 2147483647;
338
+ files = (
339
+ );
340
+ inputPaths = (
341
+ );
342
+ name = "Check Pods Manifest.lock";
343
+ outputPaths = (
344
+ );
345
+ runOnlyForDeploymentPostprocessing = 0;
346
+ shellPath = /bin/sh;
347
+ shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
348
+ showEnvVarsInLog = 0;
349
+ };
350
+ /* End PBXShellScriptBuildPhase section */
351
+
352
+ /* Begin PBXSourcesBuildPhase section */
353
+ 5B87AFE6193A80F20082F7A1 /* Sources */ = {
354
+ isa = PBXSourcesBuildPhase;
355
+ buildActionMask = 2147483647;
356
+ files = (
357
+ F803272CB8A5B38D4757608E /* GcovTestObserver.m in Sources */,
358
+ F80325D46C885BC440A30C43 /* FlipTheSwitchSpec.m in Sources */,
359
+ F80329B3B762341EF7AD3E7F /* FlipTheSwitch.m in Sources */,
360
+ );
361
+ runOnlyForDeploymentPostprocessing = 0;
362
+ };
363
+ 5B9DCEA7193A869B00C63F9F /* Sources */ = {
364
+ isa = PBXSourcesBuildPhase;
365
+ buildActionMask = 2147483647;
366
+ files = (
367
+ F803238AA8E0E1976F0F95DC /* FlipTheSwitchSpec.m in Sources */,
368
+ F80329FE8A8EF57B776A9FDE /* GcovTestObserver.m in Sources */,
369
+ F803222F52BB5CB3482ED84D /* FlipTheSwitch.m in Sources */,
370
+ );
371
+ runOnlyForDeploymentPostprocessing = 0;
372
+ };
373
+ /* End PBXSourcesBuildPhase section */
374
+
375
+ /* Begin XCBuildConfiguration section */
376
+ 5B87AFE4193A80980082F7A1 /* Debug */ = {
377
+ isa = XCBuildConfiguration;
378
+ buildSettings = {
379
+ GCC_GENERATE_TEST_COVERAGE_FILES = YES;
380
+ GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
381
+ };
382
+ name = Debug;
383
+ };
384
+ 5B87AFE5193A80980082F7A1 /* Release */ = {
385
+ isa = XCBuildConfiguration;
386
+ buildSettings = {
387
+ GCC_GENERATE_TEST_COVERAGE_FILES = YES;
388
+ GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
389
+ };
390
+ name = Release;
391
+ };
392
+ 5B87AFFD193A80F20082F7A1 /* Debug */ = {
393
+ isa = XCBuildConfiguration;
394
+ baseConfigurationReference = CF8E94075C5A480F893ECEE0 /* Pods-FlipTheSwitchSpec-iOS.xcconfig */;
395
+ buildSettings = {
396
+ ALWAYS_SEARCH_USER_PATHS = NO;
397
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
398
+ CLANG_CXX_LIBRARY = "libc++";
399
+ CLANG_ENABLE_MODULES = YES;
400
+ CLANG_ENABLE_OBJC_ARC = YES;
401
+ CLANG_WARN_BOOL_CONVERSION = YES;
402
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
403
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
404
+ CLANG_WARN_EMPTY_BODY = YES;
405
+ CLANG_WARN_ENUM_CONVERSION = YES;
406
+ CLANG_WARN_INT_CONVERSION = YES;
407
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
408
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
409
+ COPY_PHASE_STRIP = NO;
410
+ FRAMEWORK_SEARCH_PATHS = (
411
+ "$(SDKROOT)/Developer/Library/Frameworks",
412
+ "$(inherited)",
413
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
414
+ );
415
+ GCC_C_LANGUAGE_STANDARD = gnu99;
416
+ GCC_DYNAMIC_NO_PIC = NO;
417
+ GCC_OPTIMIZATION_LEVEL = 0;
418
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
419
+ GCC_PREFIX_HEADER = "FlipTheSwitchSpec-iOS/FlipTheSwitchSpec-iOS-Prefix.pch";
420
+ GCC_PREPROCESSOR_DEFINITIONS = (
421
+ "DEBUG=1",
422
+ "$(inherited)",
423
+ );
424
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
425
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
426
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
427
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
428
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
429
+ GCC_WARN_UNUSED_FUNCTION = YES;
430
+ GCC_WARN_UNUSED_VARIABLE = YES;
431
+ INFOPLIST_FILE = "FlipTheSwitchSpec-iOS/FlipTheSwitchSpec-iOS-Info.plist";
432
+ IPHONEOS_DEPLOYMENT_TARGET = 7.1;
433
+ ONLY_ACTIVE_ARCH = YES;
434
+ PRODUCT_NAME = "$(TARGET_NAME)";
435
+ SDKROOT = iphoneos;
436
+ WRAPPER_EXTENSION = xctest;
437
+ };
438
+ name = Debug;
439
+ };
440
+ 5B87AFFE193A80F20082F7A1 /* Release */ = {
441
+ isa = XCBuildConfiguration;
442
+ baseConfigurationReference = CF8E94075C5A480F893ECEE0 /* Pods-FlipTheSwitchSpec-iOS.xcconfig */;
443
+ buildSettings = {
444
+ ALWAYS_SEARCH_USER_PATHS = NO;
445
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
446
+ CLANG_CXX_LIBRARY = "libc++";
447
+ CLANG_ENABLE_MODULES = YES;
448
+ CLANG_ENABLE_OBJC_ARC = YES;
449
+ CLANG_WARN_BOOL_CONVERSION = YES;
450
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
451
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
452
+ CLANG_WARN_EMPTY_BODY = YES;
453
+ CLANG_WARN_ENUM_CONVERSION = YES;
454
+ CLANG_WARN_INT_CONVERSION = YES;
455
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
456
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
457
+ COPY_PHASE_STRIP = YES;
458
+ ENABLE_NS_ASSERTIONS = NO;
459
+ FRAMEWORK_SEARCH_PATHS = (
460
+ "$(SDKROOT)/Developer/Library/Frameworks",
461
+ "$(inherited)",
462
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
463
+ );
464
+ GCC_C_LANGUAGE_STANDARD = gnu99;
465
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
466
+ GCC_PREFIX_HEADER = "FlipTheSwitchSpec-iOS/FlipTheSwitchSpec-iOS-Prefix.pch";
467
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
468
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
469
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
470
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
471
+ GCC_WARN_UNUSED_FUNCTION = YES;
472
+ GCC_WARN_UNUSED_VARIABLE = YES;
473
+ INFOPLIST_FILE = "FlipTheSwitchSpec-iOS/FlipTheSwitchSpec-iOS-Info.plist";
474
+ IPHONEOS_DEPLOYMENT_TARGET = 7.1;
475
+ PRODUCT_NAME = "$(TARGET_NAME)";
476
+ SDKROOT = iphoneos;
477
+ VALIDATE_PRODUCT = YES;
478
+ WRAPPER_EXTENSION = xctest;
479
+ };
480
+ name = Release;
481
+ };
482
+ 5B9DCEB7193A869B00C63F9F /* Debug */ = {
483
+ isa = XCBuildConfiguration;
484
+ baseConfigurationReference = 7B5491E544614A10BEAC9D47 /* Pods-FlipTheSwitchSpec-Mac.xcconfig */;
485
+ buildSettings = {
486
+ ALWAYS_SEARCH_USER_PATHS = NO;
487
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
488
+ CLANG_CXX_LIBRARY = "libc++";
489
+ CLANG_ENABLE_MODULES = YES;
490
+ CLANG_ENABLE_OBJC_ARC = YES;
491
+ CLANG_WARN_BOOL_CONVERSION = YES;
492
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
493
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
494
+ CLANG_WARN_EMPTY_BODY = YES;
495
+ CLANG_WARN_ENUM_CONVERSION = YES;
496
+ CLANG_WARN_INT_CONVERSION = YES;
497
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
498
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
499
+ COPY_PHASE_STRIP = NO;
500
+ FRAMEWORK_SEARCH_PATHS = (
501
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
502
+ "$(inherited)",
503
+ );
504
+ GCC_C_LANGUAGE_STANDARD = gnu99;
505
+ GCC_DYNAMIC_NO_PIC = NO;
506
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
507
+ GCC_OPTIMIZATION_LEVEL = 0;
508
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
509
+ GCC_PREFIX_HEADER = "FlipTheSwitchSpec-Mac/FlipTheSwitchSpec-Mac-Prefix.pch";
510
+ GCC_PREPROCESSOR_DEFINITIONS = (
511
+ "DEBUG=1",
512
+ "$(inherited)",
513
+ );
514
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
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
+ INFOPLIST_FILE = "FlipTheSwitchSpec-Mac/FlipTheSwitchSpec-Mac-Info.plist";
522
+ MACOSX_DEPLOYMENT_TARGET = 10.8;
523
+ ONLY_ACTIVE_ARCH = YES;
524
+ PRODUCT_NAME = "$(TARGET_NAME)";
525
+ SDKROOT = macosx;
526
+ WRAPPER_EXTENSION = xctest;
527
+ };
528
+ name = Debug;
529
+ };
530
+ 5B9DCEB8193A869B00C63F9F /* Release */ = {
531
+ isa = XCBuildConfiguration;
532
+ baseConfigurationReference = 7B5491E544614A10BEAC9D47 /* Pods-FlipTheSwitchSpec-Mac.xcconfig */;
533
+ buildSettings = {
534
+ ALWAYS_SEARCH_USER_PATHS = NO;
535
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
536
+ CLANG_CXX_LIBRARY = "libc++";
537
+ CLANG_ENABLE_MODULES = YES;
538
+ CLANG_ENABLE_OBJC_ARC = YES;
539
+ CLANG_WARN_BOOL_CONVERSION = YES;
540
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
541
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
542
+ CLANG_WARN_EMPTY_BODY = YES;
543
+ CLANG_WARN_ENUM_CONVERSION = YES;
544
+ CLANG_WARN_INT_CONVERSION = YES;
545
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
546
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
547
+ COPY_PHASE_STRIP = YES;
548
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
549
+ ENABLE_NS_ASSERTIONS = NO;
550
+ FRAMEWORK_SEARCH_PATHS = (
551
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
552
+ "$(inherited)",
553
+ );
554
+ GCC_C_LANGUAGE_STANDARD = gnu99;
555
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
556
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
557
+ GCC_PREFIX_HEADER = "FlipTheSwitchSpec-Mac/FlipTheSwitchSpec-Mac-Prefix.pch";
558
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
559
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
560
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
561
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
562
+ GCC_WARN_UNUSED_FUNCTION = YES;
563
+ GCC_WARN_UNUSED_VARIABLE = YES;
564
+ INFOPLIST_FILE = "FlipTheSwitchSpec-Mac/FlipTheSwitchSpec-Mac-Info.plist";
565
+ MACOSX_DEPLOYMENT_TARGET = 10.8;
566
+ PRODUCT_NAME = "$(TARGET_NAME)";
567
+ SDKROOT = macosx;
568
+ WRAPPER_EXTENSION = xctest;
569
+ };
570
+ name = Release;
571
+ };
572
+ /* End XCBuildConfiguration section */
573
+
574
+ /* Begin XCConfigurationList section */
575
+ 5B87AFE3193A80980082F7A1 /* Build configuration list for PBXProject "FlipTheSwitchSpec" */ = {
576
+ isa = XCConfigurationList;
577
+ buildConfigurations = (
578
+ 5B87AFE4193A80980082F7A1 /* Debug */,
579
+ 5B87AFE5193A80980082F7A1 /* Release */,
580
+ );
581
+ defaultConfigurationIsVisible = 0;
582
+ defaultConfigurationName = Release;
583
+ };
584
+ 5B87AFFC193A80F20082F7A1 /* Build configuration list for PBXNativeTarget "FlipTheSwitchSpec-iOS" */ = {
585
+ isa = XCConfigurationList;
586
+ buildConfigurations = (
587
+ 5B87AFFD193A80F20082F7A1 /* Debug */,
588
+ 5B87AFFE193A80F20082F7A1 /* Release */,
589
+ );
590
+ defaultConfigurationIsVisible = 0;
591
+ defaultConfigurationName = Release;
592
+ };
593
+ 5B9DCEB6193A869B00C63F9F /* Build configuration list for PBXNativeTarget "FlipTheSwitchSpec-Mac" */ = {
594
+ isa = XCConfigurationList;
595
+ buildConfigurations = (
596
+ 5B9DCEB7193A869B00C63F9F /* Debug */,
597
+ 5B9DCEB8193A869B00C63F9F /* Release */,
598
+ );
599
+ defaultConfigurationIsVisible = 0;
600
+ defaultConfigurationName = Release;
601
+ };
602
+ /* End XCConfigurationList section */
603
+ };
604
+ rootObject = 5B87AFE0193A80980082F7A1 /* Project object */;
605
+ }
@@ -0,0 +1,75 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Scheme
3
+ version = "1.3">
4
+ <BuildAction
5
+ parallelizeBuildables = "YES"
6
+ buildImplicitDependencies = "YES">
7
+ <BuildActionEntries>
8
+ <BuildActionEntry
9
+ buildForTesting = "YES"
10
+ buildForRunning = "YES"
11
+ buildForProfiling = "YES"
12
+ buildForArchiving = "YES"
13
+ buildForAnalyzing = "YES">
14
+ <BuildableReference
15
+ BuildableIdentifier = "primary"
16
+ BlueprintIdentifier = "5B9DCEAA193A869B00C63F9F"
17
+ BuildableName = "FlipTheSwitchSpec-Mac.xctest"
18
+ BlueprintName = "FlipTheSwitchSpec-Mac"
19
+ ReferencedContainer = "container:FlipTheSwitchSpec.xcodeproj">
20
+ </BuildableReference>
21
+ </BuildActionEntry>
22
+ </BuildActionEntries>
23
+ </BuildAction>
24
+ <TestAction
25
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
26
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
27
+ shouldUseLaunchSchemeArgsEnv = "YES"
28
+ buildConfiguration = "Debug">
29
+ <Testables>
30
+ <TestableReference
31
+ skipped = "NO">
32
+ <BuildableReference
33
+ BuildableIdentifier = "primary"
34
+ BlueprintIdentifier = "5B9DCEAA193A869B00C63F9F"
35
+ BuildableName = "FlipTheSwitchSpec-Mac.xctest"
36
+ BlueprintName = "FlipTheSwitchSpec-Mac"
37
+ ReferencedContainer = "container:FlipTheSwitchSpec.xcodeproj">
38
+ </BuildableReference>
39
+ </TestableReference>
40
+ </Testables>
41
+ </TestAction>
42
+ <LaunchAction
43
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
44
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
45
+ launchStyle = "0"
46
+ useCustomWorkingDirectory = "NO"
47
+ buildConfiguration = "Debug"
48
+ ignoresPersistentStateOnLaunch = "NO"
49
+ debugDocumentVersioning = "YES"
50
+ allowLocationSimulation = "YES">
51
+ <EnvironmentVariables>
52
+ <EnvironmentVariable
53
+ key = "SPECTA_REPORTER_CLASS"
54
+ value = "GcovTestObserver"
55
+ isEnabled = "YES">
56
+ </EnvironmentVariable>
57
+ </EnvironmentVariables>
58
+ <AdditionalOptions>
59
+ </AdditionalOptions>
60
+ </LaunchAction>
61
+ <ProfileAction
62
+ shouldUseLaunchSchemeArgsEnv = "YES"
63
+ savedToolIdentifier = ""
64
+ useCustomWorkingDirectory = "NO"
65
+ buildConfiguration = "Release"
66
+ debugDocumentVersioning = "YES">
67
+ </ProfileAction>
68
+ <AnalyzeAction
69
+ buildConfiguration = "Debug">
70
+ </AnalyzeAction>
71
+ <ArchiveAction
72
+ buildConfiguration = "Release"
73
+ revealArchiveInOrganizer = "YES">
74
+ </ArchiveAction>
75
+ </Scheme>