cocoapods-deintegrate 0.2.1 → 1.0.0.beta.1

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 (323) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/lib/cocoapods/command/deintegrate.rb +51 -0
  4. data/lib/cocoapods/deintegrate/gem_version.rb +3 -0
  5. data/lib/cocoapods/deintegrator.rb +123 -0
  6. data/lib/cocoapods_deintegrate.rb +2 -4
  7. data/lib/cocoapods_plugin.rb +4 -2
  8. metadata +14 -649
  9. data/.gitignore +0 -3
  10. data/Gemfile +0 -11
  11. data/Gemfile.lock +0 -74
  12. data/Rakefile +0 -19
  13. data/cocoapods_deintegrate.gemspec +0 -21
  14. data/lib/pod/command/deintegrate.rb +0 -153
  15. data/spec/command/deintegrate_spec.rb +0 -62
  16. data/spec/fixtures/Project/Frameworks/Podfile +0 -12
  17. data/spec/fixtures/Project/Frameworks/Podfile.lock +0 -42
  18. data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/QueryKit/QKAttribute.h +0 -210
  19. data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/QueryKit/QKQuerySet.h +0 -155
  20. data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/QueryKit/QueryKit.h +0 -19
  21. data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/NSString+QCKSelectorName.h +0 -17
  22. data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/QCKDSL.h +0 -211
  23. data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/Quick.h +0 -13
  24. data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/QuickConfiguration.h +0 -30
  25. data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/QuickSpec.h +0 -48
  26. data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/QueryKit/QKAttribute.h +0 -210
  27. data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/QueryKit/QKQuerySet.h +0 -155
  28. data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/QueryKit/QueryKit.h +0 -19
  29. data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/NSString+QCKSelectorName.h +0 -17
  30. data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/QCKDSL.h +0 -211
  31. data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/Quick.h +0 -13
  32. data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/QuickConfiguration.h +0 -30
  33. data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/QuickSpec.h +0 -48
  34. data/spec/fixtures/Project/Frameworks/Pods/Manifest.lock +0 -42
  35. data/spec/fixtures/Project/Frameworks/Pods/Pods.xcodeproj/project.pbxproj +0 -995
  36. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/LICENSE +0 -23
  37. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/Attribute.swift +0 -124
  38. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/Expression.swift +0 -41
  39. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKAttribute.h +0 -210
  40. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKAttribute.m +0 -315
  41. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKAttribute.swift +0 -13
  42. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKQuerySet.h +0 -155
  43. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKQuerySet.m +0 -314
  44. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKQuerySet.swift +0 -28
  45. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/Predicate.swift +0 -21
  46. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/QueryKit.h +0 -19
  47. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/QuerySet.swift +0 -237
  48. data/spec/fixtures/Project/Frameworks/Pods/QueryKit/README.md +0 -151
  49. data/spec/fixtures/Project/Frameworks/Pods/Quick/LICENSE +0 -201
  50. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Callsite.swift +0 -28
  51. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Configuration/Configuration.swift +0 -147
  52. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Configuration/QuickConfiguration.h +0 -30
  53. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Configuration/QuickConfiguration.m +0 -83
  54. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/DSL.swift +0 -227
  55. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/QCKDSL.h +0 -211
  56. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/QCKDSL.m +0 -70
  57. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/World+DSL.swift +0 -100
  58. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Example.swift +0 -103
  59. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/ExampleGroup.swift +0 -97
  60. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/ExampleMetadata.swift +0 -22
  61. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Failure.swift +0 -16
  62. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Filter.swift +0 -29
  63. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Hooks/Closures.swift +0 -35
  64. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Hooks/ExampleHooks.swift +0 -36
  65. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Hooks/SuiteHooks.swift +0 -34
  66. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/NSString+QCKSelectorName.h +0 -17
  67. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/NSString+QCKSelectorName.m +0 -33
  68. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Quick.h +0 -13
  69. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/QuickSpec.h +0 -48
  70. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/QuickSpec.m +0 -142
  71. data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/World.swift +0 -197
  72. data/spec/fixtures/Project/Frameworks/Pods/Quick/README.md +0 -979
  73. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Info.plist +0 -26
  74. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-Private.xcconfig +0 -9
  75. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-dummy.m +0 -5
  76. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-prefix.pch +0 -5
  77. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-umbrella.h +0 -9
  78. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit.modulemap +0 -6
  79. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit.xcconfig b/data/spec/fixtures/Project/Frameworks/Pods/Target Support → Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit.xcconfig +0 -0
  80. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Info.plist +0 -26
  81. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.markdown +0 -30
  82. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.plist +0 -60
  83. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-dummy.m +0 -5
  84. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-environment.h +0 -74
  85. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-frameworks.sh +0 -55
  86. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-resources.sh +0 -74
  87. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-umbrella.h +0 -6
  88. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.debug.xcconfig +0 -9
  89. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.modulemap +0 -6
  90. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.release.xcconfig +0 -9
  91. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Info.plist +0 -26
  92. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-Private.xcconfig +0 -9
  93. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-dummy.m +0 -5
  94. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-prefix.pch +0 -5
  95. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-umbrella.h +0 -11
  96. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick.modulemap +0 -6
  97. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick.xcconfig +0 -2
  98. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Info.plist +0 -26
  99. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.markdown +0 -208
  100. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.plist +0 -238
  101. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-dummy.m +0 -5
  102. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-environment.h +0 -14
  103. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-frameworks.sh +0 -55
  104. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-resources.sh +0 -74
  105. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-umbrella.h +0 -6
  106. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.debug.xcconfig +0 -9
  107. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.modulemap +0 -6
  108. data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.release.xcconfig +0 -9
  109. data/spec/fixtures/Project/Frameworks/TestProject.xcodeproj/project.pbxproj +0 -557
  110. data/spec/fixtures/Project/Frameworks/TestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  111. data/spec/fixtures/Project/Frameworks/TestProject.xcworkspace/contents.xcworkspacedata +0 -10
  112. data/spec/fixtures/Project/Frameworks/TestProject/AppDelegate.swift +0 -46
  113. data/spec/fixtures/Project/Frameworks/TestProject/Base.lproj/LaunchScreen.xib +0 -41
  114. data/spec/fixtures/Project/Frameworks/TestProject/Base.lproj/Main.storyboard +0 -25
  115. data/spec/fixtures/Project/Frameworks/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  116. data/spec/fixtures/Project/Frameworks/TestProject/Info.plist +0 -40
  117. data/spec/fixtures/Project/Frameworks/TestProject/ViewController.swift +0 -25
  118. data/spec/fixtures/Project/Frameworks/TestProjectTests/Info.plist +0 -24
  119. data/spec/fixtures/Project/Frameworks/TestProjectTests/TestProjectTests.swift +0 -36
  120. data/spec/fixtures/Project/None/TestProject.xcodeproj/project.pbxproj +0 -420
  121. data/spec/fixtures/Project/None/TestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  122. data/spec/fixtures/Project/None/TestProject/AppDelegate.swift +0 -46
  123. data/spec/fixtures/Project/None/TestProject/Base.lproj/LaunchScreen.xib +0 -41
  124. data/spec/fixtures/Project/None/TestProject/Base.lproj/Main.storyboard +0 -25
  125. data/spec/fixtures/Project/None/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  126. data/spec/fixtures/Project/None/TestProject/Info.plist +0 -40
  127. data/spec/fixtures/Project/None/TestProject/ViewController.swift +0 -25
  128. data/spec/fixtures/Project/None/TestProjectTests/Info.plist +0 -24
  129. data/spec/fixtures/Project/None/TestProjectTests/TestProjectTests.swift +0 -36
  130. data/spec/fixtures/Project/StaticLibraries/Podfile +0 -12
  131. data/spec/fixtures/Project/StaticLibraries/Podfile.lock +0 -13
  132. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/LICENSE +0 -19
  133. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/README.md +0 -308
  134. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBackwardCompatibility.h +0 -42
  135. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBackwardCompatibility.m +0 -17
  136. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBlockDefinedMatcher.h +0 -25
  137. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBlockDefinedMatcher.m +0 -60
  138. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPDefines.h +0 -17
  139. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPDoubleTuple.h +0 -13
  140. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPDoubleTuple.m +0 -42
  141. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPExpect.h +0 -45
  142. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPExpect.m +0 -214
  143. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPFloatTuple.h +0 -13
  144. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPFloatTuple.m +0 -42
  145. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPMatcher.h +0 -20
  146. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPUnsupportedObject.h +0 -11
  147. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPUnsupportedObject.m +0 -20
  148. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/Expecta.h +0 -27
  149. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/Expecta.m +0 -15
  150. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/ExpectaSupport.h +0 -64
  151. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/ExpectaSupport.m +0 -187
  152. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/NSObject+Expecta.h +0 -14
  153. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/NSValue+Expecta.h +0 -8
  154. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/NSValue+Expecta.m +0 -21
  155. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatcherHelpers.h +0 -4
  156. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatcherHelpers.m +0 -9
  157. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beCloseTo.h +0 -7
  158. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beCloseTo.m +0 -49
  159. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beFalsy.h +0 -3
  160. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beFalsy.m +0 -24
  161. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThan.h +0 -6
  162. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThan.m +0 -20
  163. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThanOrEqualTo.h +0 -6
  164. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThanOrEqualTo.m +0 -20
  165. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beIdenticalTo.h +0 -10
  166. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beIdenticalTo.m +0 -24
  167. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInTheRangeOf.h +0 -6
  168. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInTheRangeOf.m +0 -30
  169. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInstanceOf.h +0 -7
  170. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInstanceOf.m +0 -27
  171. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beKindOf.h +0 -5
  172. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beKindOf.m +0 -27
  173. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThan.h +0 -6
  174. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThan.m +0 -20
  175. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThanOrEqualTo.h +0 -6
  176. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThanOrEqualTo.m +0 -20
  177. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beNil.h +0 -5
  178. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beNil.m +0 -16
  179. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSubclassOf.h +0 -5
  180. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSubclassOf.m +0 -27
  181. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSupersetOf.h +0 -4
  182. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSupersetOf.m +0 -57
  183. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beTruthy.h +0 -3
  184. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beTruthy.m +0 -24
  185. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beginWith.h +0 -5
  186. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beginWith.m +0 -49
  187. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+conformTo.h +0 -3
  188. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+conformTo.m +0 -33
  189. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+contain.h +0 -5
  190. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+contain.m +0 -38
  191. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+endWith.h +0 -3
  192. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+endWith.m +0 -49
  193. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+equal.h +0 -5
  194. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+equal.m +0 -24
  195. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+haveCountOf.h +0 -10
  196. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+haveCountOf.m +0 -36
  197. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+notify.h +0 -4
  198. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+notify.m +0 -63
  199. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raise.h +0 -4
  200. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raise.m +0 -30
  201. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raiseWithReason.h +0 -3
  202. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raiseWithReason.m +0 -35
  203. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+respondTo.h +0 -3
  204. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+respondTo.m +0 -28
  205. data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers.h +0 -24
  206. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPBackwardCompatibility.h +0 -42
  207. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPBlockDefinedMatcher.h +0 -25
  208. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPDefines.h +0 -17
  209. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPDoubleTuple.h +0 -13
  210. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPExpect.h +0 -45
  211. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPFloatTuple.h +0 -13
  212. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatcher.h +0 -20
  213. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatcherHelpers.h +0 -4
  214. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beCloseTo.h +0 -7
  215. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beFalsy.h +0 -3
  216. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThan.h +0 -6
  217. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h +0 -6
  218. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beIdenticalTo.h +0 -10
  219. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beInTheRangeOf.h +0 -6
  220. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beInstanceOf.h +0 -7
  221. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beKindOf.h +0 -5
  222. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beLessThan.h +0 -6
  223. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beLessThanOrEqualTo.h +0 -6
  224. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beNil.h +0 -5
  225. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beSubclassOf.h +0 -5
  226. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beSupersetOf.h +0 -4
  227. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beTruthy.h +0 -3
  228. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beginWith.h +0 -5
  229. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+conformTo.h +0 -3
  230. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+contain.h +0 -5
  231. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+endWith.h +0 -3
  232. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+equal.h +0 -5
  233. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+haveCountOf.h +0 -10
  234. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+notify.h +0 -4
  235. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+raise.h +0 -4
  236. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+raiseWithReason.h +0 -3
  237. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+respondTo.h +0 -3
  238. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers.h +0 -24
  239. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPUnsupportedObject.h +0 -11
  240. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/Expecta.h +0 -27
  241. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/ExpectaSupport.h +0 -64
  242. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/NSObject+Expecta.h +0 -14
  243. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/NSValue+Expecta.h +0 -8
  244. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.h +0 -21
  245. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPBackwardCompatibility.h +0 -42
  246. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPBlockDefinedMatcher.h +0 -25
  247. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPDefines.h +0 -17
  248. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPDoubleTuple.h +0 -13
  249. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPExpect.h +0 -45
  250. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPFloatTuple.h +0 -13
  251. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatcher.h +0 -20
  252. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatcherHelpers.h +0 -4
  253. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beCloseTo.h +0 -7
  254. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beFalsy.h +0 -3
  255. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThan.h +0 -6
  256. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h +0 -6
  257. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beIdenticalTo.h +0 -10
  258. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beInTheRangeOf.h +0 -6
  259. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beInstanceOf.h +0 -7
  260. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beKindOf.h +0 -5
  261. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beLessThan.h +0 -6
  262. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beLessThanOrEqualTo.h +0 -6
  263. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beNil.h +0 -5
  264. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beSubclassOf.h +0 -5
  265. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beSupersetOf.h +0 -4
  266. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beTruthy.h +0 -3
  267. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beginWith.h +0 -5
  268. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+conformTo.h +0 -3
  269. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+contain.h +0 -5
  270. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+endWith.h +0 -3
  271. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+equal.h +0 -5
  272. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+haveCountOf.h +0 -10
  273. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+notify.h +0 -4
  274. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+raise.h +0 -4
  275. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+raiseWithReason.h +0 -3
  276. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+respondTo.h +0 -3
  277. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers.h +0 -24
  278. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPUnsupportedObject.h +0 -11
  279. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/Expecta.h +0 -27
  280. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/ExpectaSupport.h +0 -64
  281. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/NSObject+Expecta.h +0 -14
  282. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/NSValue+Expecta.h +0 -8
  283. data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.h +0 -21
  284. data/spec/fixtures/Project/StaticLibraries/Pods/Manifest.lock +0 -13
  285. data/spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/LICENSE +0 -23
  286. data/spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.h +0 -21
  287. data/spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.m +0 -51
  288. data/spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/README.md +0 -57
  289. data/spec/fixtures/Project/StaticLibraries/Pods/Pods.xcodeproj/project.pbxproj +0 -943
  290. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat-Private.xcconfig +0 -5
  291. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat-dummy.m +0 -5
  292. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat-prefix.pch +0 -5
  293. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat.xcconfig b/data/spec/fixtures/Project/StaticLibraries/Pods/Target Support → Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat.xcconfig +0 -0
  294. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.markdown +0 -30
  295. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.plist +0 -60
  296. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-dummy.m +0 -5
  297. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-environment.h +0 -14
  298. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-resources.sh +0 -74
  299. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.debug.xcconfig +0 -6
  300. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.release.xcconfig +0 -6
  301. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta-Private.xcconfig +0 -5
  302. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta-dummy.m +0 -5
  303. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta-prefix.pch +0 -5
  304. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta.xcconfig +0 -1
  305. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.markdown +0 -26
  306. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.plist +0 -56
  307. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-dummy.m +0 -5
  308. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-environment.h +0 -14
  309. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-resources.sh +0 -74
  310. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.debug.xcconfig +0 -6
  311. data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.release.xcconfig +0 -6
  312. data/spec/fixtures/Project/StaticLibraries/TestProject.xcodeproj/project.pbxproj +0 -525
  313. data/spec/fixtures/Project/StaticLibraries/TestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  314. data/spec/fixtures/Project/StaticLibraries/TestProject.xcworkspace/contents.xcworkspacedata +0 -10
  315. data/spec/fixtures/Project/StaticLibraries/TestProject/AppDelegate.swift +0 -46
  316. data/spec/fixtures/Project/StaticLibraries/TestProject/Base.lproj/LaunchScreen.xib +0 -41
  317. data/spec/fixtures/Project/StaticLibraries/TestProject/Base.lproj/Main.storyboard +0 -25
  318. data/spec/fixtures/Project/StaticLibraries/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  319. data/spec/fixtures/Project/StaticLibraries/TestProject/Info.plist +0 -40
  320. data/spec/fixtures/Project/StaticLibraries/TestProject/ViewController.swift +0 -25
  321. data/spec/fixtures/Project/StaticLibraries/TestProjectTests/Info.plist +0 -24
  322. data/spec/fixtures/Project/StaticLibraries/TestProjectTests/TestProjectTests.swift +0 -36
  323. data/spec/spec_helper.rb +0 -29
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "self:TestProject.xcodeproj">
6
- </FileRef>
7
- </Workspace>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "group:TestProject.xcodeproj">
6
- </FileRef>
7
- <FileRef
8
- location = "group:Pods/Pods.xcodeproj">
9
- </FileRef>
10
- </Workspace>
@@ -1,46 +0,0 @@
1
- //
2
- // AppDelegate.swift
3
- // TestProject
4
- //
5
- // Created by Kyle Fuller on 30/01/2015.
6
- // Copyright (c) 2015 Cocode. All rights reserved.
7
- //
8
-
9
- import UIKit
10
-
11
- @UIApplicationMain
12
- class AppDelegate: UIResponder, UIApplicationDelegate {
13
-
14
- var window: UIWindow?
15
-
16
-
17
- func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
18
- // Override point for customization after application launch.
19
- return true
20
- }
21
-
22
- func applicationWillResignActive(application: UIApplication) {
23
- // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
24
- // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
25
- }
26
-
27
- func applicationDidEnterBackground(application: UIApplication) {
28
- // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
29
- // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
30
- }
31
-
32
- func applicationWillEnterForeground(application: UIApplication) {
33
- // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
34
- }
35
-
36
- func applicationDidBecomeActive(application: UIApplication) {
37
- // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
38
- }
39
-
40
- func applicationWillTerminate(application: UIApplication) {
41
- // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
42
- }
43
-
44
-
45
- }
46
-
@@ -1,41 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
3
- <dependencies>
4
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
5
- <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
6
- </dependencies>
7
- <objects>
8
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
9
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
10
- <view contentMode="scaleToFill" id="iN0-l3-epB">
11
- <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
12
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
13
- <subviews>
14
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 Cocode. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
15
- <rect key="frame" x="20" y="439" width="441" height="21"/>
16
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
17
- <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
18
- <nil key="highlightedColor"/>
19
- </label>
20
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="TestProject" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
21
- <rect key="frame" x="20" y="140" width="441" height="43"/>
22
- <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
23
- <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
24
- <nil key="highlightedColor"/>
25
- </label>
26
- </subviews>
27
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
28
- <constraints>
29
- <constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
30
- <constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
31
- <constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
32
- <constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
33
- <constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
34
- <constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
35
- </constraints>
36
- <nil key="simulatedStatusBarMetrics"/>
37
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
38
- <point key="canvasLocation" x="548" y="455"/>
39
- </view>
40
- </objects>
41
- </document>
@@ -1,25 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc">
3
- <dependencies>
4
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/>
5
- </dependencies>
6
- <scenes>
7
- <!--View Controller-->
8
- <scene sceneID="ufC-wZ-h7g">
9
- <objects>
10
- <viewController id="vXZ-lx-hvc" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController">
11
- <layoutGuides>
12
- <viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
13
- <viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
14
- </layoutGuides>
15
- <view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
16
- <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
17
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
18
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
19
- </view>
20
- </viewController>
21
- <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
22
- </objects>
23
- </scene>
24
- </scenes>
25
- </document>
@@ -1,38 +0,0 @@
1
- {
2
- "images" : [
3
- {
4
- "idiom" : "iphone",
5
- "size" : "29x29",
6
- "scale" : "2x"
7
- },
8
- {
9
- "idiom" : "iphone",
10
- "size" : "29x29",
11
- "scale" : "3x"
12
- },
13
- {
14
- "idiom" : "iphone",
15
- "size" : "40x40",
16
- "scale" : "2x"
17
- },
18
- {
19
- "idiom" : "iphone",
20
- "size" : "40x40",
21
- "scale" : "3x"
22
- },
23
- {
24
- "idiom" : "iphone",
25
- "size" : "60x60",
26
- "scale" : "2x"
27
- },
28
- {
29
- "idiom" : "iphone",
30
- "size" : "60x60",
31
- "scale" : "3x"
32
- }
33
- ],
34
- "info" : {
35
- "version" : 1,
36
- "author" : "xcode"
37
- }
38
- }
@@ -1,40 +0,0 @@
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>org.cocode.$(PRODUCT_NAME:rfc1034identifier)</string>
11
- <key>CFBundleInfoDictionaryVersion</key>
12
- <string>6.0</string>
13
- <key>CFBundleName</key>
14
- <string>$(PRODUCT_NAME)</string>
15
- <key>CFBundlePackageType</key>
16
- <string>APPL</string>
17
- <key>CFBundleShortVersionString</key>
18
- <string>1.0</string>
19
- <key>CFBundleSignature</key>
20
- <string>????</string>
21
- <key>CFBundleVersion</key>
22
- <string>1</string>
23
- <key>LSRequiresIPhoneOS</key>
24
- <true/>
25
- <key>UILaunchStoryboardName</key>
26
- <string>LaunchScreen</string>
27
- <key>UIMainStoryboardFile</key>
28
- <string>Main</string>
29
- <key>UIRequiredDeviceCapabilities</key>
30
- <array>
31
- <string>armv7</string>
32
- </array>
33
- <key>UISupportedInterfaceOrientations</key>
34
- <array>
35
- <string>UIInterfaceOrientationPortrait</string>
36
- <string>UIInterfaceOrientationLandscapeLeft</string>
37
- <string>UIInterfaceOrientationLandscapeRight</string>
38
- </array>
39
- </dict>
40
- </plist>
@@ -1,25 +0,0 @@
1
- //
2
- // ViewController.swift
3
- // TestProject
4
- //
5
- // Created by Kyle Fuller on 30/01/2015.
6
- // Copyright (c) 2015 Cocode. All rights reserved.
7
- //
8
-
9
- import UIKit
10
-
11
- class ViewController: UIViewController {
12
-
13
- override func viewDidLoad() {
14
- super.viewDidLoad()
15
- // Do any additional setup after loading the view, typically from a nib.
16
- }
17
-
18
- override func didReceiveMemoryWarning() {
19
- super.didReceiveMemoryWarning()
20
- // Dispose of any resources that can be recreated.
21
- }
22
-
23
-
24
- }
25
-
@@ -1,24 +0,0 @@
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>org.cocode.$(PRODUCT_NAME:rfc1034identifier)</string>
11
- <key>CFBundleInfoDictionaryVersion</key>
12
- <string>6.0</string>
13
- <key>CFBundleName</key>
14
- <string>$(PRODUCT_NAME)</string>
15
- <key>CFBundlePackageType</key>
16
- <string>BNDL</string>
17
- <key>CFBundleShortVersionString</key>
18
- <string>1.0</string>
19
- <key>CFBundleSignature</key>
20
- <string>????</string>
21
- <key>CFBundleVersion</key>
22
- <string>1</string>
23
- </dict>
24
- </plist>
@@ -1,36 +0,0 @@
1
- //
2
- // TestProjectTests.swift
3
- // TestProjectTests
4
- //
5
- // Created by Kyle Fuller on 30/01/2015.
6
- // Copyright (c) 2015 Cocode. All rights reserved.
7
- //
8
-
9
- import UIKit
10
- import XCTest
11
-
12
- class TestProjectTests: XCTestCase {
13
-
14
- override func setUp() {
15
- super.setUp()
16
- // Put setup code here. This method is called before the invocation of each test method in the class.
17
- }
18
-
19
- override func tearDown() {
20
- // Put teardown code here. This method is called after the invocation of each test method in the class.
21
- super.tearDown()
22
- }
23
-
24
- func testExample() {
25
- // This is an example of a functional test case.
26
- XCTAssert(true, "Pass")
27
- }
28
-
29
- func testPerformanceExample() {
30
- // This is an example of a performance test case.
31
- self.measureBlock() {
32
- // Put the code you want to measure the time of here.
33
- }
34
- }
35
-
36
- }
@@ -1,420 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 276A2C681A7C1683004BCC6F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276A2C671A7C1683004BCC6F /* AppDelegate.swift */; };
11
- 276A2C6A1A7C1683004BCC6F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276A2C691A7C1683004BCC6F /* ViewController.swift */; };
12
- 276A2C6D1A7C1683004BCC6F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 276A2C6B1A7C1683004BCC6F /* Main.storyboard */; };
13
- 276A2C6F1A7C1683004BCC6F /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 276A2C6E1A7C1683004BCC6F /* Images.xcassets */; };
14
- 276A2C721A7C1683004BCC6F /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 276A2C701A7C1683004BCC6F /* LaunchScreen.xib */; };
15
- 276A2C7E1A7C1683004BCC6F /* TestProjectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276A2C7D1A7C1683004BCC6F /* TestProjectTests.swift */; };
16
- /* End PBXBuildFile section */
17
-
18
- /* Begin PBXContainerItemProxy section */
19
- 276A2C781A7C1683004BCC6F /* PBXContainerItemProxy */ = {
20
- isa = PBXContainerItemProxy;
21
- containerPortal = 276A2C5A1A7C1683004BCC6F /* Project object */;
22
- proxyType = 1;
23
- remoteGlobalIDString = 276A2C611A7C1683004BCC6F;
24
- remoteInfo = TestProject;
25
- };
26
- /* End PBXContainerItemProxy section */
27
-
28
- /* Begin PBXFileReference section */
29
- 276A2C621A7C1683004BCC6F /* TestProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestProject.app; sourceTree = BUILT_PRODUCTS_DIR; };
30
- 276A2C661A7C1683004BCC6F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
31
- 276A2C671A7C1683004BCC6F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
32
- 276A2C691A7C1683004BCC6F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
33
- 276A2C6C1A7C1683004BCC6F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
34
- 276A2C6E1A7C1683004BCC6F /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
35
- 276A2C711A7C1683004BCC6F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
36
- 276A2C771A7C1683004BCC6F /* TestProjectTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestProjectTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
37
- 276A2C7C1A7C1683004BCC6F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
38
- 276A2C7D1A7C1683004BCC6F /* TestProjectTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestProjectTests.swift; sourceTree = "<group>"; };
39
- /* End PBXFileReference section */
40
-
41
- /* Begin PBXFrameworksBuildPhase section */
42
- 276A2C5F1A7C1683004BCC6F /* Frameworks */ = {
43
- isa = PBXFrameworksBuildPhase;
44
- buildActionMask = 2147483647;
45
- files = (
46
- );
47
- runOnlyForDeploymentPostprocessing = 0;
48
- };
49
- 276A2C741A7C1683004BCC6F /* Frameworks */ = {
50
- isa = PBXFrameworksBuildPhase;
51
- buildActionMask = 2147483647;
52
- files = (
53
- );
54
- runOnlyForDeploymentPostprocessing = 0;
55
- };
56
- /* End PBXFrameworksBuildPhase section */
57
-
58
- /* Begin PBXGroup section */
59
- 276A2C591A7C1683004BCC6F = {
60
- isa = PBXGroup;
61
- children = (
62
- 276A2C641A7C1683004BCC6F /* TestProject */,
63
- 276A2C7A1A7C1683004BCC6F /* TestProjectTests */,
64
- 276A2C631A7C1683004BCC6F /* Products */,
65
- );
66
- sourceTree = "<group>";
67
- };
68
- 276A2C631A7C1683004BCC6F /* Products */ = {
69
- isa = PBXGroup;
70
- children = (
71
- 276A2C621A7C1683004BCC6F /* TestProject.app */,
72
- 276A2C771A7C1683004BCC6F /* TestProjectTests.xctest */,
73
- );
74
- name = Products;
75
- sourceTree = "<group>";
76
- };
77
- 276A2C641A7C1683004BCC6F /* TestProject */ = {
78
- isa = PBXGroup;
79
- children = (
80
- 276A2C671A7C1683004BCC6F /* AppDelegate.swift */,
81
- 276A2C691A7C1683004BCC6F /* ViewController.swift */,
82
- 276A2C6B1A7C1683004BCC6F /* Main.storyboard */,
83
- 276A2C6E1A7C1683004BCC6F /* Images.xcassets */,
84
- 276A2C701A7C1683004BCC6F /* LaunchScreen.xib */,
85
- 276A2C651A7C1683004BCC6F /* Supporting Files */,
86
- );
87
- path = TestProject;
88
- sourceTree = "<group>";
89
- };
90
- 276A2C651A7C1683004BCC6F /* Supporting Files */ = {
91
- isa = PBXGroup;
92
- children = (
93
- 276A2C661A7C1683004BCC6F /* Info.plist */,
94
- );
95
- name = "Supporting Files";
96
- sourceTree = "<group>";
97
- };
98
- 276A2C7A1A7C1683004BCC6F /* TestProjectTests */ = {
99
- isa = PBXGroup;
100
- children = (
101
- 276A2C7D1A7C1683004BCC6F /* TestProjectTests.swift */,
102
- 276A2C7B1A7C1683004BCC6F /* Supporting Files */,
103
- );
104
- path = TestProjectTests;
105
- sourceTree = "<group>";
106
- };
107
- 276A2C7B1A7C1683004BCC6F /* Supporting Files */ = {
108
- isa = PBXGroup;
109
- children = (
110
- 276A2C7C1A7C1683004BCC6F /* Info.plist */,
111
- );
112
- name = "Supporting Files";
113
- sourceTree = "<group>";
114
- };
115
- /* End PBXGroup section */
116
-
117
- /* Begin PBXNativeTarget section */
118
- 276A2C611A7C1683004BCC6F /* TestProject */ = {
119
- isa = PBXNativeTarget;
120
- buildConfigurationList = 276A2C811A7C1683004BCC6F /* Build configuration list for PBXNativeTarget "TestProject" */;
121
- buildPhases = (
122
- 276A2C5E1A7C1683004BCC6F /* Sources */,
123
- 276A2C5F1A7C1683004BCC6F /* Frameworks */,
124
- 276A2C601A7C1683004BCC6F /* Resources */,
125
- );
126
- buildRules = (
127
- );
128
- dependencies = (
129
- );
130
- name = TestProject;
131
- productName = TestProject;
132
- productReference = 276A2C621A7C1683004BCC6F /* TestProject.app */;
133
- productType = "com.apple.product-type.application";
134
- };
135
- 276A2C761A7C1683004BCC6F /* TestProjectTests */ = {
136
- isa = PBXNativeTarget;
137
- buildConfigurationList = 276A2C841A7C1683004BCC6F /* Build configuration list for PBXNativeTarget "TestProjectTests" */;
138
- buildPhases = (
139
- 276A2C731A7C1683004BCC6F /* Sources */,
140
- 276A2C741A7C1683004BCC6F /* Frameworks */,
141
- 276A2C751A7C1683004BCC6F /* Resources */,
142
- );
143
- buildRules = (
144
- );
145
- dependencies = (
146
- 276A2C791A7C1683004BCC6F /* PBXTargetDependency */,
147
- );
148
- name = TestProjectTests;
149
- productName = TestProjectTests;
150
- productReference = 276A2C771A7C1683004BCC6F /* TestProjectTests.xctest */;
151
- productType = "com.apple.product-type.bundle.unit-test";
152
- };
153
- /* End PBXNativeTarget section */
154
-
155
- /* Begin PBXProject section */
156
- 276A2C5A1A7C1683004BCC6F /* Project object */ = {
157
- isa = PBXProject;
158
- attributes = {
159
- LastUpgradeCheck = 0610;
160
- ORGANIZATIONNAME = Cocode;
161
- TargetAttributes = {
162
- 276A2C611A7C1683004BCC6F = {
163
- CreatedOnToolsVersion = 6.1.1;
164
- };
165
- 276A2C761A7C1683004BCC6F = {
166
- CreatedOnToolsVersion = 6.1.1;
167
- TestTargetID = 276A2C611A7C1683004BCC6F;
168
- };
169
- };
170
- };
171
- buildConfigurationList = 276A2C5D1A7C1683004BCC6F /* Build configuration list for PBXProject "TestProject" */;
172
- compatibilityVersion = "Xcode 3.2";
173
- developmentRegion = English;
174
- hasScannedForEncodings = 0;
175
- knownRegions = (
176
- en,
177
- Base,
178
- );
179
- mainGroup = 276A2C591A7C1683004BCC6F;
180
- productRefGroup = 276A2C631A7C1683004BCC6F /* Products */;
181
- projectDirPath = "";
182
- projectRoot = "";
183
- targets = (
184
- 276A2C611A7C1683004BCC6F /* TestProject */,
185
- 276A2C761A7C1683004BCC6F /* TestProjectTests */,
186
- );
187
- };
188
- /* End PBXProject section */
189
-
190
- /* Begin PBXResourcesBuildPhase section */
191
- 276A2C601A7C1683004BCC6F /* Resources */ = {
192
- isa = PBXResourcesBuildPhase;
193
- buildActionMask = 2147483647;
194
- files = (
195
- 276A2C6D1A7C1683004BCC6F /* Main.storyboard in Resources */,
196
- 276A2C721A7C1683004BCC6F /* LaunchScreen.xib in Resources */,
197
- 276A2C6F1A7C1683004BCC6F /* Images.xcassets in Resources */,
198
- );
199
- runOnlyForDeploymentPostprocessing = 0;
200
- };
201
- 276A2C751A7C1683004BCC6F /* Resources */ = {
202
- isa = PBXResourcesBuildPhase;
203
- buildActionMask = 2147483647;
204
- files = (
205
- );
206
- runOnlyForDeploymentPostprocessing = 0;
207
- };
208
- /* End PBXResourcesBuildPhase section */
209
-
210
- /* Begin PBXSourcesBuildPhase section */
211
- 276A2C5E1A7C1683004BCC6F /* Sources */ = {
212
- isa = PBXSourcesBuildPhase;
213
- buildActionMask = 2147483647;
214
- files = (
215
- 276A2C6A1A7C1683004BCC6F /* ViewController.swift in Sources */,
216
- 276A2C681A7C1683004BCC6F /* AppDelegate.swift in Sources */,
217
- );
218
- runOnlyForDeploymentPostprocessing = 0;
219
- };
220
- 276A2C731A7C1683004BCC6F /* Sources */ = {
221
- isa = PBXSourcesBuildPhase;
222
- buildActionMask = 2147483647;
223
- files = (
224
- 276A2C7E1A7C1683004BCC6F /* TestProjectTests.swift in Sources */,
225
- );
226
- runOnlyForDeploymentPostprocessing = 0;
227
- };
228
- /* End PBXSourcesBuildPhase section */
229
-
230
- /* Begin PBXTargetDependency section */
231
- 276A2C791A7C1683004BCC6F /* PBXTargetDependency */ = {
232
- isa = PBXTargetDependency;
233
- target = 276A2C611A7C1683004BCC6F /* TestProject */;
234
- targetProxy = 276A2C781A7C1683004BCC6F /* PBXContainerItemProxy */;
235
- };
236
- /* End PBXTargetDependency section */
237
-
238
- /* Begin PBXVariantGroup section */
239
- 276A2C6B1A7C1683004BCC6F /* Main.storyboard */ = {
240
- isa = PBXVariantGroup;
241
- children = (
242
- 276A2C6C1A7C1683004BCC6F /* Base */,
243
- );
244
- name = Main.storyboard;
245
- sourceTree = "<group>";
246
- };
247
- 276A2C701A7C1683004BCC6F /* LaunchScreen.xib */ = {
248
- isa = PBXVariantGroup;
249
- children = (
250
- 276A2C711A7C1683004BCC6F /* Base */,
251
- );
252
- name = LaunchScreen.xib;
253
- sourceTree = "<group>";
254
- };
255
- /* End PBXVariantGroup section */
256
-
257
- /* Begin XCBuildConfiguration section */
258
- 276A2C7F1A7C1683004BCC6F /* Debug */ = {
259
- isa = XCBuildConfiguration;
260
- buildSettings = {
261
- ALWAYS_SEARCH_USER_PATHS = NO;
262
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
263
- CLANG_CXX_LIBRARY = "libc++";
264
- CLANG_ENABLE_MODULES = YES;
265
- CLANG_ENABLE_OBJC_ARC = YES;
266
- CLANG_WARN_BOOL_CONVERSION = YES;
267
- CLANG_WARN_CONSTANT_CONVERSION = YES;
268
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
269
- CLANG_WARN_EMPTY_BODY = YES;
270
- CLANG_WARN_ENUM_CONVERSION = YES;
271
- CLANG_WARN_INT_CONVERSION = YES;
272
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
273
- CLANG_WARN_UNREACHABLE_CODE = YES;
274
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
275
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
276
- COPY_PHASE_STRIP = NO;
277
- ENABLE_STRICT_OBJC_MSGSEND = YES;
278
- GCC_C_LANGUAGE_STANDARD = gnu99;
279
- GCC_DYNAMIC_NO_PIC = NO;
280
- GCC_OPTIMIZATION_LEVEL = 0;
281
- GCC_PREPROCESSOR_DEFINITIONS = (
282
- "DEBUG=1",
283
- "$(inherited)",
284
- );
285
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
286
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
287
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
288
- GCC_WARN_UNDECLARED_SELECTOR = YES;
289
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
290
- GCC_WARN_UNUSED_FUNCTION = YES;
291
- GCC_WARN_UNUSED_VARIABLE = YES;
292
- IPHONEOS_DEPLOYMENT_TARGET = 8.1;
293
- MTL_ENABLE_DEBUG_INFO = YES;
294
- ONLY_ACTIVE_ARCH = YES;
295
- SDKROOT = iphoneos;
296
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
297
- };
298
- name = Debug;
299
- };
300
- 276A2C801A7C1683004BCC6F /* Release */ = {
301
- isa = XCBuildConfiguration;
302
- buildSettings = {
303
- ALWAYS_SEARCH_USER_PATHS = NO;
304
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
305
- CLANG_CXX_LIBRARY = "libc++";
306
- CLANG_ENABLE_MODULES = YES;
307
- CLANG_ENABLE_OBJC_ARC = YES;
308
- CLANG_WARN_BOOL_CONVERSION = YES;
309
- CLANG_WARN_CONSTANT_CONVERSION = YES;
310
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
311
- CLANG_WARN_EMPTY_BODY = YES;
312
- CLANG_WARN_ENUM_CONVERSION = YES;
313
- CLANG_WARN_INT_CONVERSION = YES;
314
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
315
- CLANG_WARN_UNREACHABLE_CODE = YES;
316
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
317
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
318
- COPY_PHASE_STRIP = YES;
319
- ENABLE_NS_ASSERTIONS = NO;
320
- ENABLE_STRICT_OBJC_MSGSEND = YES;
321
- GCC_C_LANGUAGE_STANDARD = gnu99;
322
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
323
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
324
- GCC_WARN_UNDECLARED_SELECTOR = YES;
325
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
326
- GCC_WARN_UNUSED_FUNCTION = YES;
327
- GCC_WARN_UNUSED_VARIABLE = YES;
328
- IPHONEOS_DEPLOYMENT_TARGET = 8.1;
329
- MTL_ENABLE_DEBUG_INFO = NO;
330
- SDKROOT = iphoneos;
331
- VALIDATE_PRODUCT = YES;
332
- };
333
- name = Release;
334
- };
335
- 276A2C821A7C1683004BCC6F /* Debug */ = {
336
- isa = XCBuildConfiguration;
337
- buildSettings = {
338
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
339
- INFOPLIST_FILE = TestProject/Info.plist;
340
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
341
- PRODUCT_NAME = "$(TARGET_NAME)";
342
- };
343
- name = Debug;
344
- };
345
- 276A2C831A7C1683004BCC6F /* Release */ = {
346
- isa = XCBuildConfiguration;
347
- buildSettings = {
348
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
349
- INFOPLIST_FILE = TestProject/Info.plist;
350
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
351
- PRODUCT_NAME = "$(TARGET_NAME)";
352
- };
353
- name = Release;
354
- };
355
- 276A2C851A7C1683004BCC6F /* Debug */ = {
356
- isa = XCBuildConfiguration;
357
- buildSettings = {
358
- BUNDLE_LOADER = "$(TEST_HOST)";
359
- FRAMEWORK_SEARCH_PATHS = (
360
- "$(SDKROOT)/Developer/Library/Frameworks",
361
- "$(inherited)",
362
- );
363
- GCC_PREPROCESSOR_DEFINITIONS = (
364
- "DEBUG=1",
365
- "$(inherited)",
366
- );
367
- INFOPLIST_FILE = TestProjectTests/Info.plist;
368
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
369
- PRODUCT_NAME = "$(TARGET_NAME)";
370
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestProject.app/TestProject";
371
- };
372
- name = Debug;
373
- };
374
- 276A2C861A7C1683004BCC6F /* Release */ = {
375
- isa = XCBuildConfiguration;
376
- buildSettings = {
377
- BUNDLE_LOADER = "$(TEST_HOST)";
378
- FRAMEWORK_SEARCH_PATHS = (
379
- "$(SDKROOT)/Developer/Library/Frameworks",
380
- "$(inherited)",
381
- );
382
- INFOPLIST_FILE = TestProjectTests/Info.plist;
383
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
384
- PRODUCT_NAME = "$(TARGET_NAME)";
385
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestProject.app/TestProject";
386
- };
387
- name = Release;
388
- };
389
- /* End XCBuildConfiguration section */
390
-
391
- /* Begin XCConfigurationList section */
392
- 276A2C5D1A7C1683004BCC6F /* Build configuration list for PBXProject "TestProject" */ = {
393
- isa = XCConfigurationList;
394
- buildConfigurations = (
395
- 276A2C7F1A7C1683004BCC6F /* Debug */,
396
- 276A2C801A7C1683004BCC6F /* Release */,
397
- );
398
- defaultConfigurationIsVisible = 0;
399
- defaultConfigurationName = Release;
400
- };
401
- 276A2C811A7C1683004BCC6F /* Build configuration list for PBXNativeTarget "TestProject" */ = {
402
- isa = XCConfigurationList;
403
- buildConfigurations = (
404
- 276A2C821A7C1683004BCC6F /* Debug */,
405
- 276A2C831A7C1683004BCC6F /* Release */,
406
- );
407
- defaultConfigurationIsVisible = 0;
408
- };
409
- 276A2C841A7C1683004BCC6F /* Build configuration list for PBXNativeTarget "TestProjectTests" */ = {
410
- isa = XCConfigurationList;
411
- buildConfigurations = (
412
- 276A2C851A7C1683004BCC6F /* Debug */,
413
- 276A2C861A7C1683004BCC6F /* Release */,
414
- );
415
- defaultConfigurationIsVisible = 0;
416
- };
417
- /* End XCConfigurationList section */
418
- };
419
- rootObject = 276A2C5A1A7C1683004BCC6F /* Project object */;
420
- }