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.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/lib/cocoapods/command/deintegrate.rb +51 -0
- data/lib/cocoapods/deintegrate/gem_version.rb +3 -0
- data/lib/cocoapods/deintegrator.rb +123 -0
- data/lib/cocoapods_deintegrate.rb +2 -4
- data/lib/cocoapods_plugin.rb +4 -2
- metadata +14 -649
- data/.gitignore +0 -3
- data/Gemfile +0 -11
- data/Gemfile.lock +0 -74
- data/Rakefile +0 -19
- data/cocoapods_deintegrate.gemspec +0 -21
- data/lib/pod/command/deintegrate.rb +0 -153
- data/spec/command/deintegrate_spec.rb +0 -62
- data/spec/fixtures/Project/Frameworks/Podfile +0 -12
- data/spec/fixtures/Project/Frameworks/Podfile.lock +0 -42
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/QueryKit/QKAttribute.h +0 -210
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/QueryKit/QKQuerySet.h +0 -155
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/QueryKit/QueryKit.h +0 -19
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/NSString+QCKSelectorName.h +0 -17
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/QCKDSL.h +0 -211
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/Quick.h +0 -13
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/QuickConfiguration.h +0 -30
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/QuickSpec.h +0 -48
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/QueryKit/QKAttribute.h +0 -210
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/QueryKit/QKQuerySet.h +0 -155
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/QueryKit/QueryKit.h +0 -19
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/NSString+QCKSelectorName.h +0 -17
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/QCKDSL.h +0 -211
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/Quick.h +0 -13
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/QuickConfiguration.h +0 -30
- data/spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/QuickSpec.h +0 -48
- data/spec/fixtures/Project/Frameworks/Pods/Manifest.lock +0 -42
- data/spec/fixtures/Project/Frameworks/Pods/Pods.xcodeproj/project.pbxproj +0 -995
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/LICENSE +0 -23
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/Attribute.swift +0 -124
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/Expression.swift +0 -41
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKAttribute.h +0 -210
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKAttribute.m +0 -315
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKAttribute.swift +0 -13
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKQuerySet.h +0 -155
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKQuerySet.m +0 -314
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKQuerySet.swift +0 -28
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/Predicate.swift +0 -21
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/QueryKit.h +0 -19
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/QuerySet.swift +0 -237
- data/spec/fixtures/Project/Frameworks/Pods/QueryKit/README.md +0 -151
- data/spec/fixtures/Project/Frameworks/Pods/Quick/LICENSE +0 -201
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Callsite.swift +0 -28
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Configuration/Configuration.swift +0 -147
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Configuration/QuickConfiguration.h +0 -30
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Configuration/QuickConfiguration.m +0 -83
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/DSL.swift +0 -227
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/QCKDSL.h +0 -211
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/QCKDSL.m +0 -70
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/World+DSL.swift +0 -100
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Example.swift +0 -103
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/ExampleGroup.swift +0 -97
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/ExampleMetadata.swift +0 -22
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Failure.swift +0 -16
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Filter.swift +0 -29
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Hooks/Closures.swift +0 -35
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Hooks/ExampleHooks.swift +0 -36
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Hooks/SuiteHooks.swift +0 -34
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/NSString+QCKSelectorName.h +0 -17
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/NSString+QCKSelectorName.m +0 -33
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Quick.h +0 -13
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/QuickSpec.h +0 -48
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/QuickSpec.m +0 -142
- data/spec/fixtures/Project/Frameworks/Pods/Quick/Quick/World.swift +0 -197
- data/spec/fixtures/Project/Frameworks/Pods/Quick/README.md +0 -979
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Info.plist +0 -26
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-Private.xcconfig +0 -9
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-dummy.m +0 -5
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-prefix.pch +0 -5
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-umbrella.h +0 -9
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit.modulemap +0 -6
- 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
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Info.plist +0 -26
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.markdown +0 -30
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.plist +0 -60
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-dummy.m +0 -5
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-environment.h +0 -74
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-frameworks.sh +0 -55
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-resources.sh +0 -74
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-umbrella.h +0 -6
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.debug.xcconfig +0 -9
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.modulemap +0 -6
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.release.xcconfig +0 -9
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Info.plist +0 -26
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-Private.xcconfig +0 -9
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-dummy.m +0 -5
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-prefix.pch +0 -5
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-umbrella.h +0 -11
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick.modulemap +0 -6
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick.xcconfig +0 -2
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Info.plist +0 -26
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.markdown +0 -208
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.plist +0 -238
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-dummy.m +0 -5
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-environment.h +0 -14
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-frameworks.sh +0 -55
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-resources.sh +0 -74
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-umbrella.h +0 -6
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.debug.xcconfig +0 -9
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.modulemap +0 -6
- data/spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.release.xcconfig +0 -9
- data/spec/fixtures/Project/Frameworks/TestProject.xcodeproj/project.pbxproj +0 -557
- data/spec/fixtures/Project/Frameworks/TestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/spec/fixtures/Project/Frameworks/TestProject.xcworkspace/contents.xcworkspacedata +0 -10
- data/spec/fixtures/Project/Frameworks/TestProject/AppDelegate.swift +0 -46
- data/spec/fixtures/Project/Frameworks/TestProject/Base.lproj/LaunchScreen.xib +0 -41
- data/spec/fixtures/Project/Frameworks/TestProject/Base.lproj/Main.storyboard +0 -25
- data/spec/fixtures/Project/Frameworks/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
- data/spec/fixtures/Project/Frameworks/TestProject/Info.plist +0 -40
- data/spec/fixtures/Project/Frameworks/TestProject/ViewController.swift +0 -25
- data/spec/fixtures/Project/Frameworks/TestProjectTests/Info.plist +0 -24
- data/spec/fixtures/Project/Frameworks/TestProjectTests/TestProjectTests.swift +0 -36
- data/spec/fixtures/Project/None/TestProject.xcodeproj/project.pbxproj +0 -420
- data/spec/fixtures/Project/None/TestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/spec/fixtures/Project/None/TestProject/AppDelegate.swift +0 -46
- data/spec/fixtures/Project/None/TestProject/Base.lproj/LaunchScreen.xib +0 -41
- data/spec/fixtures/Project/None/TestProject/Base.lproj/Main.storyboard +0 -25
- data/spec/fixtures/Project/None/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
- data/spec/fixtures/Project/None/TestProject/Info.plist +0 -40
- data/spec/fixtures/Project/None/TestProject/ViewController.swift +0 -25
- data/spec/fixtures/Project/None/TestProjectTests/Info.plist +0 -24
- data/spec/fixtures/Project/None/TestProjectTests/TestProjectTests.swift +0 -36
- data/spec/fixtures/Project/StaticLibraries/Podfile +0 -12
- data/spec/fixtures/Project/StaticLibraries/Podfile.lock +0 -13
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/LICENSE +0 -19
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/README.md +0 -308
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBackwardCompatibility.h +0 -42
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBackwardCompatibility.m +0 -17
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBlockDefinedMatcher.h +0 -25
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBlockDefinedMatcher.m +0 -60
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPDefines.h +0 -17
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPDoubleTuple.h +0 -13
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPDoubleTuple.m +0 -42
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPExpect.h +0 -45
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPExpect.m +0 -214
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPFloatTuple.h +0 -13
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPFloatTuple.m +0 -42
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPMatcher.h +0 -20
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPUnsupportedObject.h +0 -11
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPUnsupportedObject.m +0 -20
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/Expecta.h +0 -27
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/Expecta.m +0 -15
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/ExpectaSupport.h +0 -64
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/ExpectaSupport.m +0 -187
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/NSObject+Expecta.h +0 -14
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/NSValue+Expecta.h +0 -8
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/NSValue+Expecta.m +0 -21
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatcherHelpers.h +0 -4
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatcherHelpers.m +0 -9
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beCloseTo.h +0 -7
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beCloseTo.m +0 -49
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beFalsy.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beFalsy.m +0 -24
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThan.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThan.m +0 -20
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThanOrEqualTo.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThanOrEqualTo.m +0 -20
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beIdenticalTo.h +0 -10
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beIdenticalTo.m +0 -24
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInTheRangeOf.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInTheRangeOf.m +0 -30
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInstanceOf.h +0 -7
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInstanceOf.m +0 -27
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beKindOf.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beKindOf.m +0 -27
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThan.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThan.m +0 -20
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThanOrEqualTo.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThanOrEqualTo.m +0 -20
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beNil.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beNil.m +0 -16
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSubclassOf.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSubclassOf.m +0 -27
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSupersetOf.h +0 -4
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSupersetOf.m +0 -57
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beTruthy.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beTruthy.m +0 -24
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beginWith.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beginWith.m +0 -49
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+conformTo.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+conformTo.m +0 -33
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+contain.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+contain.m +0 -38
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+endWith.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+endWith.m +0 -49
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+equal.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+equal.m +0 -24
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+haveCountOf.h +0 -10
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+haveCountOf.m +0 -36
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+notify.h +0 -4
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+notify.m +0 -63
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raise.h +0 -4
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raise.m +0 -30
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raiseWithReason.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raiseWithReason.m +0 -35
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+respondTo.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+respondTo.m +0 -28
- data/spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers.h +0 -24
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPBackwardCompatibility.h +0 -42
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPBlockDefinedMatcher.h +0 -25
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPDefines.h +0 -17
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPDoubleTuple.h +0 -13
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPExpect.h +0 -45
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPFloatTuple.h +0 -13
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatcher.h +0 -20
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatcherHelpers.h +0 -4
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beCloseTo.h +0 -7
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beFalsy.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThan.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beIdenticalTo.h +0 -10
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beInTheRangeOf.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beInstanceOf.h +0 -7
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beKindOf.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beLessThan.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beLessThanOrEqualTo.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beNil.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beSubclassOf.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beSupersetOf.h +0 -4
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beTruthy.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beginWith.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+conformTo.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+contain.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+endWith.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+equal.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+haveCountOf.h +0 -10
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+notify.h +0 -4
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+raise.h +0 -4
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+raiseWithReason.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+respondTo.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers.h +0 -24
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPUnsupportedObject.h +0 -11
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/Expecta.h +0 -27
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/ExpectaSupport.h +0 -64
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/NSObject+Expecta.h +0 -14
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/NSValue+Expecta.h +0 -8
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.h +0 -21
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPBackwardCompatibility.h +0 -42
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPBlockDefinedMatcher.h +0 -25
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPDefines.h +0 -17
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPDoubleTuple.h +0 -13
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPExpect.h +0 -45
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPFloatTuple.h +0 -13
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatcher.h +0 -20
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatcherHelpers.h +0 -4
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beCloseTo.h +0 -7
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beFalsy.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThan.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beIdenticalTo.h +0 -10
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beInTheRangeOf.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beInstanceOf.h +0 -7
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beKindOf.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beLessThan.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beLessThanOrEqualTo.h +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beNil.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beSubclassOf.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beSupersetOf.h +0 -4
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beTruthy.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beginWith.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+conformTo.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+contain.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+endWith.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+equal.h +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+haveCountOf.h +0 -10
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+notify.h +0 -4
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+raise.h +0 -4
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+raiseWithReason.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+respondTo.h +0 -3
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers.h +0 -24
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPUnsupportedObject.h +0 -11
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/Expecta.h +0 -27
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/ExpectaSupport.h +0 -64
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/NSObject+Expecta.h +0 -14
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/NSValue+Expecta.h +0 -8
- data/spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.h +0 -21
- data/spec/fixtures/Project/StaticLibraries/Pods/Manifest.lock +0 -13
- data/spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/LICENSE +0 -23
- data/spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.h +0 -21
- data/spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.m +0 -51
- data/spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/README.md +0 -57
- data/spec/fixtures/Project/StaticLibraries/Pods/Pods.xcodeproj/project.pbxproj +0 -943
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat-Private.xcconfig +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat-dummy.m +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat-prefix.pch +0 -5
- 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
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.markdown +0 -30
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.plist +0 -60
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-dummy.m +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-environment.h +0 -14
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-resources.sh +0 -74
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.debug.xcconfig +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.release.xcconfig +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta-Private.xcconfig +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta-dummy.m +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta-prefix.pch +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta.xcconfig +0 -1
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.markdown +0 -26
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.plist +0 -56
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-dummy.m +0 -5
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-environment.h +0 -14
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-resources.sh +0 -74
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.debug.xcconfig +0 -6
- data/spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.release.xcconfig +0 -6
- data/spec/fixtures/Project/StaticLibraries/TestProject.xcodeproj/project.pbxproj +0 -525
- data/spec/fixtures/Project/StaticLibraries/TestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/spec/fixtures/Project/StaticLibraries/TestProject.xcworkspace/contents.xcworkspacedata +0 -10
- data/spec/fixtures/Project/StaticLibraries/TestProject/AppDelegate.swift +0 -46
- data/spec/fixtures/Project/StaticLibraries/TestProject/Base.lproj/LaunchScreen.xib +0 -41
- data/spec/fixtures/Project/StaticLibraries/TestProject/Base.lproj/Main.storyboard +0 -25
- data/spec/fixtures/Project/StaticLibraries/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
- data/spec/fixtures/Project/StaticLibraries/TestProject/Info.plist +0 -40
- data/spec/fixtures/Project/StaticLibraries/TestProject/ViewController.swift +0 -25
- data/spec/fixtures/Project/StaticLibraries/TestProjectTests/Info.plist +0 -24
- data/spec/fixtures/Project/StaticLibraries/TestProjectTests/TestProjectTests.swift +0 -36
- data/spec/spec_helper.rb +0 -29
|
@@ -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>
|
data/spec/fixtures/Project/Frameworks/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json
DELETED
|
@@ -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
|
-
}
|