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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf44f31dd58f2d1f18de1806c74b12b580382f61
|
|
4
|
+
data.tar.gz: 63ab2c892d2f8bf6d7d8a8d4f6ad1567a092ed01
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: beba72f3d36034d09fd3b3cae18d897f882771f81b16a2d01819c878771dff46d7246d27b02fe5f2666e71232918e4d603b4113115e851c4de730537576c5089
|
|
7
|
+
data.tar.gz: 2d6ea24a65d62be2a59e70c25bdca5a0a9e400f7b40eed0de7be53c89a0a6c676c2da46f29a9a0d08c3dfe92e3cd99aee6dcd96510b41c5adeacf9683956e085
|
data/LICENSE
CHANGED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
module Pod
|
|
2
|
+
class Command
|
|
3
|
+
class Deintegrate < Command
|
|
4
|
+
include ProjectDirectory
|
|
5
|
+
|
|
6
|
+
self.summary = 'Deintegrate CocoaPods from your project.'
|
|
7
|
+
self.description = <<-DESC
|
|
8
|
+
Deintegrate your project from CocoaPods. Removing all traces
|
|
9
|
+
of CocoaPods from your Xcode project.
|
|
10
|
+
|
|
11
|
+
If no xcodeproj is specified, then a search for an Xcode project
|
|
12
|
+
will be made in the current directory.
|
|
13
|
+
DESC
|
|
14
|
+
self.arguments = [
|
|
15
|
+
CLAide::Argument.new('XCODE_PROJECT', false),
|
|
16
|
+
]
|
|
17
|
+
|
|
18
|
+
def initialize(argv)
|
|
19
|
+
path = argv.shift_argument
|
|
20
|
+
@project_path = Pathname.new(path) if path
|
|
21
|
+
super
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
def validate!
|
|
25
|
+
super
|
|
26
|
+
|
|
27
|
+
unless @project_path
|
|
28
|
+
xcodeprojs = Pathname.glob('*.xcodeproj')
|
|
29
|
+
@project_path = xcodeprojs.first if xcodeprojs.size == 1
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
help! 'A valid Xcode project file is required.' unless @project_path
|
|
33
|
+
help! "#{@project_path} does not exist." unless @project_path.exist?
|
|
34
|
+
unless @project_path.directory? && (@project_path + 'project.pbxproj').exist?
|
|
35
|
+
help! "#{@project_path} is not a valid Xcode project."
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
@project = Xcodeproj::Project.open(@project_path)
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
def run
|
|
42
|
+
# We don't traverse a Podfile and try to de-intergrate each target.
|
|
43
|
+
# Instead, we're just deintegrating anything CP could have done to a
|
|
44
|
+
# project. This is so that it will clean stale, and modified projects.
|
|
45
|
+
deintegrator = Deintegrator.new
|
|
46
|
+
deintegrator.deintegrate_project(@project)
|
|
47
|
+
@project.save
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
module Pod
|
|
2
|
+
class Deintegrator
|
|
3
|
+
include Config::Mixin
|
|
4
|
+
|
|
5
|
+
def deintegrate_project(project)
|
|
6
|
+
UI.section("Deintegrating #{UI.path project.path}") do
|
|
7
|
+
project.native_targets.each do |target|
|
|
8
|
+
deintegrate_target(target)
|
|
9
|
+
end
|
|
10
|
+
end
|
|
11
|
+
|
|
12
|
+
delete_pods_file_references(project)
|
|
13
|
+
remove_sandbox
|
|
14
|
+
|
|
15
|
+
UI.puts
|
|
16
|
+
UI.puts('Project has been deintegrated. No traces of CocoaPods left in project.'.green)
|
|
17
|
+
UI.puts('Note: The workspace referencing the Pods project still remains.')
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
def deintegrate_target(target)
|
|
21
|
+
UI.section("Deintegrating target `#{target.name}`") do
|
|
22
|
+
deintegrate_shell_script_phase(target, 'Copy Pods Resources')
|
|
23
|
+
deintegrate_shell_script_phase(target, 'Check Pods Manifest.lock')
|
|
24
|
+
deintegrate_shell_script_phase(target, 'Embed Pods Frameworks')
|
|
25
|
+
deintegrate_pods_libraries(target)
|
|
26
|
+
deintegrate_configuration_file_references(target)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
def remove_sandbox
|
|
31
|
+
pods_directory = config.sandbox.root
|
|
32
|
+
if pods_directory.exist?
|
|
33
|
+
UI.puts("Removing #{UI.path pods_directory} directory.")
|
|
34
|
+
pods_directory.rmtree
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
def deintegrate_pods_libraries(target)
|
|
39
|
+
frameworks_build_phase = target.frameworks_build_phase
|
|
40
|
+
|
|
41
|
+
pods_build_files = frameworks_build_phase.files.select do |build_file|
|
|
42
|
+
build_file.display_name =~ /^(libPods.*\.a)|(Pods.*\.framework)$/i
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
unless pods_build_files.empty?
|
|
46
|
+
UI.section('Removing Pod libraries from build phase:') do
|
|
47
|
+
pods_build_files.each do |build_file|
|
|
48
|
+
UI.puts("- #{build_file.display_name}")
|
|
49
|
+
frameworks_build_phase.remove_build_file(build_file)
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
def deintegrate_shell_script_phase(target, phase_name)
|
|
56
|
+
phases = target.shell_script_build_phases.select do |phase|
|
|
57
|
+
phase.name == phase_name
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
unless phases.empty?
|
|
61
|
+
phases.each do |phase|
|
|
62
|
+
target.build_phases.delete(phase)
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
UI.puts("Deleted #{phases.count} '#{phase_name}' build phases.")
|
|
66
|
+
end
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
def delete_empty_group(project, group_name)
|
|
70
|
+
groups = project.main_group.recursive_children_groups.select do |group|
|
|
71
|
+
group.name == group_name && group.children.empty?
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
unless groups.empty?
|
|
75
|
+
groups.each(&:remove_from_project)
|
|
76
|
+
UI.puts "Deleted #{groups.count} empty `#{group_name}` groups from project."
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
def deintegrate_configuration_file_references(target)
|
|
81
|
+
config_files = target.build_configurations.map do |config|
|
|
82
|
+
config_file = config.base_configuration_reference
|
|
83
|
+
config_file if config_file && config_file.name =~ /^Pods.*\.xcconfig$/i
|
|
84
|
+
end.compact
|
|
85
|
+
unless config_files.empty?
|
|
86
|
+
UI.section('Deleting configuration file references') do
|
|
87
|
+
config_files.each do |file_reference|
|
|
88
|
+
UI.puts("- #{file_reference.name}")
|
|
89
|
+
file_reference.remove_from_project
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
def delete_pods_file_references(project)
|
|
96
|
+
# The following implementation goes for files and empty groups so it
|
|
97
|
+
# should catch cases where a user has changed the structure manually.
|
|
98
|
+
|
|
99
|
+
groups = project.main_group.recursive_children_groups
|
|
100
|
+
groups << project.main_group
|
|
101
|
+
|
|
102
|
+
pod_files = groups.flat_map do |group|
|
|
103
|
+
group.files.select do |obj|
|
|
104
|
+
obj.name =~ /^Pods.*\.xcconfig$/i ||
|
|
105
|
+
obj.path =~ /^(libPods.*\.a)|(Pods_.*\.framework)$/i
|
|
106
|
+
end
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
unless pod_files.empty?
|
|
110
|
+
UI.section('Deleting Pod file references from project') do
|
|
111
|
+
pod_files.each do |file_reference|
|
|
112
|
+
UI.puts("- #{file_reference.name || file_reference.path}")
|
|
113
|
+
file_reference.remove_from_project
|
|
114
|
+
end
|
|
115
|
+
end
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
# Delete empty `Pods` group if exists
|
|
119
|
+
delete_empty_group(project, 'Pods')
|
|
120
|
+
delete_empty_group(project, 'Frameworks')
|
|
121
|
+
end
|
|
122
|
+
end
|
|
123
|
+
end
|
data/lib/cocoapods_plugin.rb
CHANGED
metadata
CHANGED
|
@@ -1,356 +1,30 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-deintegrate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0.beta.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Fuller
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
12
|
-
dependencies:
|
|
13
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: cocoapods
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - ~>
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.34'
|
|
20
|
-
type: :runtime
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - ~>
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0.34'
|
|
11
|
+
date: 2015-12-30 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
27
13
|
description:
|
|
28
14
|
email:
|
|
29
|
-
-
|
|
15
|
+
- kyle@fuller.li
|
|
30
16
|
executables: []
|
|
31
17
|
extensions: []
|
|
32
18
|
extra_rdoc_files: []
|
|
33
19
|
files:
|
|
34
|
-
- .gitignore
|
|
35
|
-
- Gemfile
|
|
36
|
-
- Gemfile.lock
|
|
37
20
|
- LICENSE
|
|
38
21
|
- README.md
|
|
39
|
-
-
|
|
40
|
-
-
|
|
22
|
+
- lib/cocoapods/command/deintegrate.rb
|
|
23
|
+
- lib/cocoapods/deintegrate/gem_version.rb
|
|
24
|
+
- lib/cocoapods/deintegrator.rb
|
|
41
25
|
- lib/cocoapods_deintegrate.rb
|
|
42
26
|
- lib/cocoapods_plugin.rb
|
|
43
|
-
|
|
44
|
-
- spec/command/deintegrate_spec.rb
|
|
45
|
-
- spec/fixtures/Project/Frameworks/Podfile
|
|
46
|
-
- spec/fixtures/Project/Frameworks/Podfile.lock
|
|
47
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/QueryKit/QKAttribute.h
|
|
48
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/QueryKit/QKQuerySet.h
|
|
49
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/QueryKit/QueryKit.h
|
|
50
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/NSString+QCKSelectorName.h
|
|
51
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/QCKDSL.h
|
|
52
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/Quick.h
|
|
53
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/QuickConfiguration.h
|
|
54
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/QuickSpec.h
|
|
55
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/QueryKit/QKAttribute.h
|
|
56
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/QueryKit/QKQuerySet.h
|
|
57
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/QueryKit/QueryKit.h
|
|
58
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/NSString+QCKSelectorName.h
|
|
59
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/QCKDSL.h
|
|
60
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/Quick.h
|
|
61
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/QuickConfiguration.h
|
|
62
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/QuickSpec.h
|
|
63
|
-
- spec/fixtures/Project/Frameworks/Pods/Manifest.lock
|
|
64
|
-
- spec/fixtures/Project/Frameworks/Pods/Pods.xcodeproj/project.pbxproj
|
|
65
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/LICENSE
|
|
66
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/Attribute.swift
|
|
67
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/Expression.swift
|
|
68
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKAttribute.h
|
|
69
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKAttribute.m
|
|
70
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKAttribute.swift
|
|
71
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKQuerySet.h
|
|
72
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKQuerySet.m
|
|
73
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKQuerySet.swift
|
|
74
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/Predicate.swift
|
|
75
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/QueryKit.h
|
|
76
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/QuerySet.swift
|
|
77
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/README.md
|
|
78
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/LICENSE
|
|
79
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Callsite.swift
|
|
80
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Configuration/Configuration.swift
|
|
81
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Configuration/QuickConfiguration.h
|
|
82
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Configuration/QuickConfiguration.m
|
|
83
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/DSL.swift
|
|
84
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/QCKDSL.h
|
|
85
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/QCKDSL.m
|
|
86
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/World+DSL.swift
|
|
87
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Example.swift
|
|
88
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/ExampleGroup.swift
|
|
89
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/ExampleMetadata.swift
|
|
90
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Failure.swift
|
|
91
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Filter.swift
|
|
92
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Hooks/Closures.swift
|
|
93
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Hooks/ExampleHooks.swift
|
|
94
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Hooks/SuiteHooks.swift
|
|
95
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/NSString+QCKSelectorName.h
|
|
96
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/NSString+QCKSelectorName.m
|
|
97
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Quick.h
|
|
98
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/QuickSpec.h
|
|
99
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/QuickSpec.m
|
|
100
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/World.swift
|
|
101
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/README.md
|
|
102
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Info.plist
|
|
103
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-Private.xcconfig
|
|
104
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-dummy.m
|
|
105
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-prefix.pch
|
|
106
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-umbrella.h
|
|
107
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit.modulemap
|
|
108
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit.xcconfig
|
|
109
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Info.plist
|
|
110
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.markdown
|
|
111
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.plist
|
|
112
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-dummy.m
|
|
113
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-environment.h
|
|
114
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-frameworks.sh
|
|
115
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-resources.sh
|
|
116
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-umbrella.h
|
|
117
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.debug.xcconfig
|
|
118
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.modulemap
|
|
119
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.release.xcconfig
|
|
120
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Info.plist
|
|
121
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-Private.xcconfig
|
|
122
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-dummy.m
|
|
123
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-prefix.pch
|
|
124
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-umbrella.h
|
|
125
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick.modulemap
|
|
126
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick.xcconfig
|
|
127
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Info.plist
|
|
128
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.markdown
|
|
129
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.plist
|
|
130
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-dummy.m
|
|
131
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-environment.h
|
|
132
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-frameworks.sh
|
|
133
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-resources.sh
|
|
134
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-umbrella.h
|
|
135
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.debug.xcconfig
|
|
136
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.modulemap
|
|
137
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.release.xcconfig
|
|
138
|
-
- spec/fixtures/Project/Frameworks/TestProject.xcodeproj/project.pbxproj
|
|
139
|
-
- spec/fixtures/Project/Frameworks/TestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
|
140
|
-
- spec/fixtures/Project/Frameworks/TestProject.xcworkspace/contents.xcworkspacedata
|
|
141
|
-
- spec/fixtures/Project/Frameworks/TestProject/AppDelegate.swift
|
|
142
|
-
- spec/fixtures/Project/Frameworks/TestProject/Base.lproj/LaunchScreen.xib
|
|
143
|
-
- spec/fixtures/Project/Frameworks/TestProject/Base.lproj/Main.storyboard
|
|
144
|
-
- spec/fixtures/Project/Frameworks/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json
|
|
145
|
-
- spec/fixtures/Project/Frameworks/TestProject/Info.plist
|
|
146
|
-
- spec/fixtures/Project/Frameworks/TestProject/ViewController.swift
|
|
147
|
-
- spec/fixtures/Project/Frameworks/TestProjectTests/Info.plist
|
|
148
|
-
- spec/fixtures/Project/Frameworks/TestProjectTests/TestProjectTests.swift
|
|
149
|
-
- spec/fixtures/Project/None/TestProject.xcodeproj/project.pbxproj
|
|
150
|
-
- spec/fixtures/Project/None/TestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
|
151
|
-
- spec/fixtures/Project/None/TestProject/AppDelegate.swift
|
|
152
|
-
- spec/fixtures/Project/None/TestProject/Base.lproj/LaunchScreen.xib
|
|
153
|
-
- spec/fixtures/Project/None/TestProject/Base.lproj/Main.storyboard
|
|
154
|
-
- spec/fixtures/Project/None/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json
|
|
155
|
-
- spec/fixtures/Project/None/TestProject/Info.plist
|
|
156
|
-
- spec/fixtures/Project/None/TestProject/ViewController.swift
|
|
157
|
-
- spec/fixtures/Project/None/TestProjectTests/Info.plist
|
|
158
|
-
- spec/fixtures/Project/None/TestProjectTests/TestProjectTests.swift
|
|
159
|
-
- spec/fixtures/Project/StaticLibraries/Podfile
|
|
160
|
-
- spec/fixtures/Project/StaticLibraries/Podfile.lock
|
|
161
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/LICENSE
|
|
162
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/README.md
|
|
163
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBackwardCompatibility.h
|
|
164
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBackwardCompatibility.m
|
|
165
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBlockDefinedMatcher.h
|
|
166
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBlockDefinedMatcher.m
|
|
167
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPDefines.h
|
|
168
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPDoubleTuple.h
|
|
169
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPDoubleTuple.m
|
|
170
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPExpect.h
|
|
171
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPExpect.m
|
|
172
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPFloatTuple.h
|
|
173
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPFloatTuple.m
|
|
174
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPMatcher.h
|
|
175
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPUnsupportedObject.h
|
|
176
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPUnsupportedObject.m
|
|
177
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/Expecta.h
|
|
178
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/Expecta.m
|
|
179
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/ExpectaSupport.h
|
|
180
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/ExpectaSupport.m
|
|
181
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/NSObject+Expecta.h
|
|
182
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/NSValue+Expecta.h
|
|
183
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/NSValue+Expecta.m
|
|
184
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatcherHelpers.h
|
|
185
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatcherHelpers.m
|
|
186
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beCloseTo.h
|
|
187
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beCloseTo.m
|
|
188
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beFalsy.h
|
|
189
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beFalsy.m
|
|
190
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThan.h
|
|
191
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThan.m
|
|
192
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThanOrEqualTo.h
|
|
193
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThanOrEqualTo.m
|
|
194
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beIdenticalTo.h
|
|
195
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beIdenticalTo.m
|
|
196
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInTheRangeOf.h
|
|
197
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInTheRangeOf.m
|
|
198
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInstanceOf.h
|
|
199
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInstanceOf.m
|
|
200
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beKindOf.h
|
|
201
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beKindOf.m
|
|
202
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThan.h
|
|
203
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThan.m
|
|
204
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThanOrEqualTo.h
|
|
205
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThanOrEqualTo.m
|
|
206
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beNil.h
|
|
207
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beNil.m
|
|
208
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSubclassOf.h
|
|
209
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSubclassOf.m
|
|
210
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSupersetOf.h
|
|
211
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSupersetOf.m
|
|
212
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beTruthy.h
|
|
213
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beTruthy.m
|
|
214
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beginWith.h
|
|
215
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beginWith.m
|
|
216
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+conformTo.h
|
|
217
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+conformTo.m
|
|
218
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+contain.h
|
|
219
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+contain.m
|
|
220
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+endWith.h
|
|
221
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+endWith.m
|
|
222
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+equal.h
|
|
223
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+equal.m
|
|
224
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+haveCountOf.h
|
|
225
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+haveCountOf.m
|
|
226
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+notify.h
|
|
227
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+notify.m
|
|
228
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raise.h
|
|
229
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raise.m
|
|
230
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raiseWithReason.h
|
|
231
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raiseWithReason.m
|
|
232
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+respondTo.h
|
|
233
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+respondTo.m
|
|
234
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers.h
|
|
235
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPBackwardCompatibility.h
|
|
236
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPBlockDefinedMatcher.h
|
|
237
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPDefines.h
|
|
238
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPDoubleTuple.h
|
|
239
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPExpect.h
|
|
240
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPFloatTuple.h
|
|
241
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatcher.h
|
|
242
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatcherHelpers.h
|
|
243
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beCloseTo.h
|
|
244
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beFalsy.h
|
|
245
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThan.h
|
|
246
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h
|
|
247
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beIdenticalTo.h
|
|
248
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beInTheRangeOf.h
|
|
249
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beInstanceOf.h
|
|
250
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beKindOf.h
|
|
251
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beLessThan.h
|
|
252
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beLessThanOrEqualTo.h
|
|
253
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beNil.h
|
|
254
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beSubclassOf.h
|
|
255
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beSupersetOf.h
|
|
256
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beTruthy.h
|
|
257
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beginWith.h
|
|
258
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+conformTo.h
|
|
259
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+contain.h
|
|
260
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+endWith.h
|
|
261
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+equal.h
|
|
262
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+haveCountOf.h
|
|
263
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+notify.h
|
|
264
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+raise.h
|
|
265
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+raiseWithReason.h
|
|
266
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+respondTo.h
|
|
267
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers.h
|
|
268
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPUnsupportedObject.h
|
|
269
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/Expecta.h
|
|
270
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/ExpectaSupport.h
|
|
271
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/NSObject+Expecta.h
|
|
272
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/NSValue+Expecta.h
|
|
273
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.h
|
|
274
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPBackwardCompatibility.h
|
|
275
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPBlockDefinedMatcher.h
|
|
276
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPDefines.h
|
|
277
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPDoubleTuple.h
|
|
278
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPExpect.h
|
|
279
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPFloatTuple.h
|
|
280
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatcher.h
|
|
281
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatcherHelpers.h
|
|
282
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beCloseTo.h
|
|
283
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beFalsy.h
|
|
284
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThan.h
|
|
285
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h
|
|
286
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beIdenticalTo.h
|
|
287
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beInTheRangeOf.h
|
|
288
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beInstanceOf.h
|
|
289
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beKindOf.h
|
|
290
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beLessThan.h
|
|
291
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beLessThanOrEqualTo.h
|
|
292
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beNil.h
|
|
293
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beSubclassOf.h
|
|
294
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beSupersetOf.h
|
|
295
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beTruthy.h
|
|
296
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beginWith.h
|
|
297
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+conformTo.h
|
|
298
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+contain.h
|
|
299
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+endWith.h
|
|
300
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+equal.h
|
|
301
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+haveCountOf.h
|
|
302
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+notify.h
|
|
303
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+raise.h
|
|
304
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+raiseWithReason.h
|
|
305
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+respondTo.h
|
|
306
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers.h
|
|
307
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPUnsupportedObject.h
|
|
308
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/Expecta.h
|
|
309
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/ExpectaSupport.h
|
|
310
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/NSObject+Expecta.h
|
|
311
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/NSValue+Expecta.h
|
|
312
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.h
|
|
313
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Manifest.lock
|
|
314
|
-
- spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/LICENSE
|
|
315
|
-
- spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.h
|
|
316
|
-
- spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.m
|
|
317
|
-
- spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/README.md
|
|
318
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Pods.xcodeproj/project.pbxproj
|
|
319
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat-Private.xcconfig
|
|
320
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat-dummy.m
|
|
321
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat-prefix.pch
|
|
322
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat.xcconfig
|
|
323
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.markdown
|
|
324
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.plist
|
|
325
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-dummy.m
|
|
326
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-environment.h
|
|
327
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-resources.sh
|
|
328
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.debug.xcconfig
|
|
329
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.release.xcconfig
|
|
330
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta-Private.xcconfig
|
|
331
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta-dummy.m
|
|
332
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta-prefix.pch
|
|
333
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta.xcconfig
|
|
334
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.markdown
|
|
335
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.plist
|
|
336
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-dummy.m
|
|
337
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-environment.h
|
|
338
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-resources.sh
|
|
339
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.debug.xcconfig
|
|
340
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.release.xcconfig
|
|
341
|
-
- spec/fixtures/Project/StaticLibraries/TestProject.xcodeproj/project.pbxproj
|
|
342
|
-
- spec/fixtures/Project/StaticLibraries/TestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
|
343
|
-
- spec/fixtures/Project/StaticLibraries/TestProject.xcworkspace/contents.xcworkspacedata
|
|
344
|
-
- spec/fixtures/Project/StaticLibraries/TestProject/AppDelegate.swift
|
|
345
|
-
- spec/fixtures/Project/StaticLibraries/TestProject/Base.lproj/LaunchScreen.xib
|
|
346
|
-
- spec/fixtures/Project/StaticLibraries/TestProject/Base.lproj/Main.storyboard
|
|
347
|
-
- spec/fixtures/Project/StaticLibraries/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json
|
|
348
|
-
- spec/fixtures/Project/StaticLibraries/TestProject/Info.plist
|
|
349
|
-
- spec/fixtures/Project/StaticLibraries/TestProject/ViewController.swift
|
|
350
|
-
- spec/fixtures/Project/StaticLibraries/TestProjectTests/Info.plist
|
|
351
|
-
- spec/fixtures/Project/StaticLibraries/TestProjectTests/TestProjectTests.swift
|
|
352
|
-
- spec/spec_helper.rb
|
|
353
|
-
homepage: https://github.com/kylef/cocoapods-deintergrate
|
|
27
|
+
homepage: https://github.com/kylef/cocoapods-deintegrate
|
|
354
28
|
licenses:
|
|
355
29
|
- MIT
|
|
356
30
|
metadata: {}
|
|
@@ -362,325 +36,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
362
36
|
requirements:
|
|
363
37
|
- - '>='
|
|
364
38
|
- !ruby/object:Gem::Version
|
|
365
|
-
version:
|
|
39
|
+
version: 2.0.0
|
|
366
40
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
367
41
|
requirements:
|
|
368
|
-
- - '
|
|
42
|
+
- - '>'
|
|
369
43
|
- !ruby/object:Gem::Version
|
|
370
|
-
version:
|
|
44
|
+
version: 1.3.1
|
|
371
45
|
requirements: []
|
|
372
46
|
rubyforge_project:
|
|
373
|
-
rubygems_version: 2.
|
|
47
|
+
rubygems_version: 2.5.1
|
|
374
48
|
signing_key:
|
|
375
49
|
specification_version: 4
|
|
376
|
-
summary: A CocoaPods plugin to remove and de-
|
|
377
|
-
test_files:
|
|
378
|
-
- spec/command/deintegrate_spec.rb
|
|
379
|
-
- spec/fixtures/Project/Frameworks/Podfile
|
|
380
|
-
- spec/fixtures/Project/Frameworks/Podfile.lock
|
|
381
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/QueryKit/QKAttribute.h
|
|
382
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/QueryKit/QKQuerySet.h
|
|
383
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/QueryKit/QueryKit.h
|
|
384
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/NSString+QCKSelectorName.h
|
|
385
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/QCKDSL.h
|
|
386
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/Quick.h
|
|
387
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/QuickConfiguration.h
|
|
388
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Private/Quick/QuickSpec.h
|
|
389
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/QueryKit/QKAttribute.h
|
|
390
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/QueryKit/QKQuerySet.h
|
|
391
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/QueryKit/QueryKit.h
|
|
392
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/NSString+QCKSelectorName.h
|
|
393
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/QCKDSL.h
|
|
394
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/Quick.h
|
|
395
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/QuickConfiguration.h
|
|
396
|
-
- spec/fixtures/Project/Frameworks/Pods/Headers/Public/Quick/QuickSpec.h
|
|
397
|
-
- spec/fixtures/Project/Frameworks/Pods/Manifest.lock
|
|
398
|
-
- spec/fixtures/Project/Frameworks/Pods/Pods.xcodeproj/project.pbxproj
|
|
399
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/LICENSE
|
|
400
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/Attribute.swift
|
|
401
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/Expression.swift
|
|
402
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKAttribute.h
|
|
403
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKAttribute.m
|
|
404
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKAttribute.swift
|
|
405
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKQuerySet.h
|
|
406
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKQuerySet.m
|
|
407
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/ObjectiveC/QKQuerySet.swift
|
|
408
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/Predicate.swift
|
|
409
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/QueryKit.h
|
|
410
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/QueryKit/QuerySet.swift
|
|
411
|
-
- spec/fixtures/Project/Frameworks/Pods/QueryKit/README.md
|
|
412
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/LICENSE
|
|
413
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Callsite.swift
|
|
414
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Configuration/Configuration.swift
|
|
415
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Configuration/QuickConfiguration.h
|
|
416
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Configuration/QuickConfiguration.m
|
|
417
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/DSL.swift
|
|
418
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/QCKDSL.h
|
|
419
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/QCKDSL.m
|
|
420
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/DSL/World+DSL.swift
|
|
421
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Example.swift
|
|
422
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/ExampleGroup.swift
|
|
423
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/ExampleMetadata.swift
|
|
424
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Failure.swift
|
|
425
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Filter.swift
|
|
426
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Hooks/Closures.swift
|
|
427
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Hooks/ExampleHooks.swift
|
|
428
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Hooks/SuiteHooks.swift
|
|
429
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/NSString+QCKSelectorName.h
|
|
430
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/NSString+QCKSelectorName.m
|
|
431
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/Quick.h
|
|
432
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/QuickSpec.h
|
|
433
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/QuickSpec.m
|
|
434
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/Quick/World.swift
|
|
435
|
-
- spec/fixtures/Project/Frameworks/Pods/Quick/README.md
|
|
436
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Info.plist
|
|
437
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-Private.xcconfig
|
|
438
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-dummy.m
|
|
439
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-prefix.pch
|
|
440
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit-umbrella.h
|
|
441
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit.modulemap
|
|
442
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject-QueryKit/Pods-TestProject-QueryKit.xcconfig
|
|
443
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Info.plist
|
|
444
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.markdown
|
|
445
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.plist
|
|
446
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-dummy.m
|
|
447
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-environment.h
|
|
448
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-frameworks.sh
|
|
449
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-resources.sh
|
|
450
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-umbrella.h
|
|
451
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.debug.xcconfig
|
|
452
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.modulemap
|
|
453
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.release.xcconfig
|
|
454
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Info.plist
|
|
455
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-Private.xcconfig
|
|
456
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-dummy.m
|
|
457
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-prefix.pch
|
|
458
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick-umbrella.h
|
|
459
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick.modulemap
|
|
460
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests-Quick/Pods-TestProjectTests-Quick.xcconfig
|
|
461
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Info.plist
|
|
462
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.markdown
|
|
463
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.plist
|
|
464
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-dummy.m
|
|
465
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-environment.h
|
|
466
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-frameworks.sh
|
|
467
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-resources.sh
|
|
468
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-umbrella.h
|
|
469
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.debug.xcconfig
|
|
470
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.modulemap
|
|
471
|
-
- spec/fixtures/Project/Frameworks/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.release.xcconfig
|
|
472
|
-
- spec/fixtures/Project/Frameworks/TestProject.xcodeproj/project.pbxproj
|
|
473
|
-
- spec/fixtures/Project/Frameworks/TestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
|
474
|
-
- spec/fixtures/Project/Frameworks/TestProject.xcworkspace/contents.xcworkspacedata
|
|
475
|
-
- spec/fixtures/Project/Frameworks/TestProject/AppDelegate.swift
|
|
476
|
-
- spec/fixtures/Project/Frameworks/TestProject/Base.lproj/LaunchScreen.xib
|
|
477
|
-
- spec/fixtures/Project/Frameworks/TestProject/Base.lproj/Main.storyboard
|
|
478
|
-
- spec/fixtures/Project/Frameworks/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json
|
|
479
|
-
- spec/fixtures/Project/Frameworks/TestProject/Info.plist
|
|
480
|
-
- spec/fixtures/Project/Frameworks/TestProject/ViewController.swift
|
|
481
|
-
- spec/fixtures/Project/Frameworks/TestProjectTests/Info.plist
|
|
482
|
-
- spec/fixtures/Project/Frameworks/TestProjectTests/TestProjectTests.swift
|
|
483
|
-
- spec/fixtures/Project/None/TestProject.xcodeproj/project.pbxproj
|
|
484
|
-
- spec/fixtures/Project/None/TestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
|
485
|
-
- spec/fixtures/Project/None/TestProject/AppDelegate.swift
|
|
486
|
-
- spec/fixtures/Project/None/TestProject/Base.lproj/LaunchScreen.xib
|
|
487
|
-
- spec/fixtures/Project/None/TestProject/Base.lproj/Main.storyboard
|
|
488
|
-
- spec/fixtures/Project/None/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json
|
|
489
|
-
- spec/fixtures/Project/None/TestProject/Info.plist
|
|
490
|
-
- spec/fixtures/Project/None/TestProject/ViewController.swift
|
|
491
|
-
- spec/fixtures/Project/None/TestProjectTests/Info.plist
|
|
492
|
-
- spec/fixtures/Project/None/TestProjectTests/TestProjectTests.swift
|
|
493
|
-
- spec/fixtures/Project/StaticLibraries/Podfile
|
|
494
|
-
- spec/fixtures/Project/StaticLibraries/Podfile.lock
|
|
495
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/LICENSE
|
|
496
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/README.md
|
|
497
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBackwardCompatibility.h
|
|
498
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBackwardCompatibility.m
|
|
499
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBlockDefinedMatcher.h
|
|
500
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPBlockDefinedMatcher.m
|
|
501
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPDefines.h
|
|
502
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPDoubleTuple.h
|
|
503
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPDoubleTuple.m
|
|
504
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPExpect.h
|
|
505
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPExpect.m
|
|
506
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPFloatTuple.h
|
|
507
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPFloatTuple.m
|
|
508
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPMatcher.h
|
|
509
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPUnsupportedObject.h
|
|
510
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/EXPUnsupportedObject.m
|
|
511
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/Expecta.h
|
|
512
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/Expecta.m
|
|
513
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/ExpectaSupport.h
|
|
514
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/ExpectaSupport.m
|
|
515
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/NSObject+Expecta.h
|
|
516
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/NSValue+Expecta.h
|
|
517
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/NSValue+Expecta.m
|
|
518
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatcherHelpers.h
|
|
519
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatcherHelpers.m
|
|
520
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beCloseTo.h
|
|
521
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beCloseTo.m
|
|
522
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beFalsy.h
|
|
523
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beFalsy.m
|
|
524
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThan.h
|
|
525
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThan.m
|
|
526
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThanOrEqualTo.h
|
|
527
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beGreaterThanOrEqualTo.m
|
|
528
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beIdenticalTo.h
|
|
529
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beIdenticalTo.m
|
|
530
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInTheRangeOf.h
|
|
531
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInTheRangeOf.m
|
|
532
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInstanceOf.h
|
|
533
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beInstanceOf.m
|
|
534
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beKindOf.h
|
|
535
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beKindOf.m
|
|
536
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThan.h
|
|
537
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThan.m
|
|
538
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThanOrEqualTo.h
|
|
539
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beLessThanOrEqualTo.m
|
|
540
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beNil.h
|
|
541
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beNil.m
|
|
542
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSubclassOf.h
|
|
543
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSubclassOf.m
|
|
544
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSupersetOf.h
|
|
545
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beSupersetOf.m
|
|
546
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beTruthy.h
|
|
547
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beTruthy.m
|
|
548
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beginWith.h
|
|
549
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+beginWith.m
|
|
550
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+conformTo.h
|
|
551
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+conformTo.m
|
|
552
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+contain.h
|
|
553
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+contain.m
|
|
554
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+endWith.h
|
|
555
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+endWith.m
|
|
556
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+equal.h
|
|
557
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+equal.m
|
|
558
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+haveCountOf.h
|
|
559
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+haveCountOf.m
|
|
560
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+notify.h
|
|
561
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+notify.m
|
|
562
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raise.h
|
|
563
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raise.m
|
|
564
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raiseWithReason.h
|
|
565
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+raiseWithReason.m
|
|
566
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+respondTo.h
|
|
567
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers+respondTo.m
|
|
568
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/matchers/EXPMatchers.h
|
|
569
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPBackwardCompatibility.h
|
|
570
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPBlockDefinedMatcher.h
|
|
571
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPDefines.h
|
|
572
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPDoubleTuple.h
|
|
573
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPExpect.h
|
|
574
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPFloatTuple.h
|
|
575
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatcher.h
|
|
576
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatcherHelpers.h
|
|
577
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beCloseTo.h
|
|
578
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beFalsy.h
|
|
579
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThan.h
|
|
580
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h
|
|
581
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beIdenticalTo.h
|
|
582
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beInTheRangeOf.h
|
|
583
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beInstanceOf.h
|
|
584
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beKindOf.h
|
|
585
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beLessThan.h
|
|
586
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beLessThanOrEqualTo.h
|
|
587
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beNil.h
|
|
588
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beSubclassOf.h
|
|
589
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beSupersetOf.h
|
|
590
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beTruthy.h
|
|
591
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+beginWith.h
|
|
592
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+conformTo.h
|
|
593
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+contain.h
|
|
594
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+endWith.h
|
|
595
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+equal.h
|
|
596
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+haveCountOf.h
|
|
597
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+notify.h
|
|
598
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+raise.h
|
|
599
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+raiseWithReason.h
|
|
600
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers+respondTo.h
|
|
601
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPMatchers.h
|
|
602
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/EXPUnsupportedObject.h
|
|
603
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/Expecta.h
|
|
604
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/ExpectaSupport.h
|
|
605
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/NSObject+Expecta.h
|
|
606
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/NSValue+Expecta.h
|
|
607
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.h
|
|
608
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPBackwardCompatibility.h
|
|
609
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPBlockDefinedMatcher.h
|
|
610
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPDefines.h
|
|
611
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPDoubleTuple.h
|
|
612
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPExpect.h
|
|
613
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPFloatTuple.h
|
|
614
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatcher.h
|
|
615
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatcherHelpers.h
|
|
616
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beCloseTo.h
|
|
617
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beFalsy.h
|
|
618
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThan.h
|
|
619
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h
|
|
620
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beIdenticalTo.h
|
|
621
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beInTheRangeOf.h
|
|
622
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beInstanceOf.h
|
|
623
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beKindOf.h
|
|
624
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beLessThan.h
|
|
625
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beLessThanOrEqualTo.h
|
|
626
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beNil.h
|
|
627
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beSubclassOf.h
|
|
628
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beSupersetOf.h
|
|
629
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beTruthy.h
|
|
630
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+beginWith.h
|
|
631
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+conformTo.h
|
|
632
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+contain.h
|
|
633
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+endWith.h
|
|
634
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+equal.h
|
|
635
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+haveCountOf.h
|
|
636
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+notify.h
|
|
637
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+raise.h
|
|
638
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+raiseWithReason.h
|
|
639
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers+respondTo.h
|
|
640
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPMatchers.h
|
|
641
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/EXPUnsupportedObject.h
|
|
642
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/Expecta.h
|
|
643
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/ExpectaSupport.h
|
|
644
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/NSObject+Expecta.h
|
|
645
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/NSValue+Expecta.h
|
|
646
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.h
|
|
647
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Manifest.lock
|
|
648
|
-
- spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/LICENSE
|
|
649
|
-
- spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.h
|
|
650
|
-
- spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/NSAttributedString+CCLFormat.m
|
|
651
|
-
- spec/fixtures/Project/StaticLibraries/Pods/NSAttributedString+CCLFormat/README.md
|
|
652
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Pods.xcodeproj/project.pbxproj
|
|
653
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat-Private.xcconfig
|
|
654
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat-dummy.m
|
|
655
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat-prefix.pch
|
|
656
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject-NSAttributedString+CCLFormat/Pods-TestProject-NSAttributedString+CCLFormat.xcconfig
|
|
657
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.markdown
|
|
658
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-acknowledgements.plist
|
|
659
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-dummy.m
|
|
660
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-environment.h
|
|
661
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject-resources.sh
|
|
662
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.debug.xcconfig
|
|
663
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProject/Pods-TestProject.release.xcconfig
|
|
664
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta-Private.xcconfig
|
|
665
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta-dummy.m
|
|
666
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta-prefix.pch
|
|
667
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests-Expecta/Pods-TestProjectTests-Expecta.xcconfig
|
|
668
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.markdown
|
|
669
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-acknowledgements.plist
|
|
670
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-dummy.m
|
|
671
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-environment.h
|
|
672
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests-resources.sh
|
|
673
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.debug.xcconfig
|
|
674
|
-
- spec/fixtures/Project/StaticLibraries/Pods/Target Support Files/Pods-TestProjectTests/Pods-TestProjectTests.release.xcconfig
|
|
675
|
-
- spec/fixtures/Project/StaticLibraries/TestProject.xcodeproj/project.pbxproj
|
|
676
|
-
- spec/fixtures/Project/StaticLibraries/TestProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
|
677
|
-
- spec/fixtures/Project/StaticLibraries/TestProject.xcworkspace/contents.xcworkspacedata
|
|
678
|
-
- spec/fixtures/Project/StaticLibraries/TestProject/AppDelegate.swift
|
|
679
|
-
- spec/fixtures/Project/StaticLibraries/TestProject/Base.lproj/LaunchScreen.xib
|
|
680
|
-
- spec/fixtures/Project/StaticLibraries/TestProject/Base.lproj/Main.storyboard
|
|
681
|
-
- spec/fixtures/Project/StaticLibraries/TestProject/Images.xcassets/AppIcon.appiconset/Contents.json
|
|
682
|
-
- spec/fixtures/Project/StaticLibraries/TestProject/Info.plist
|
|
683
|
-
- spec/fixtures/Project/StaticLibraries/TestProject/ViewController.swift
|
|
684
|
-
- spec/fixtures/Project/StaticLibraries/TestProjectTests/Info.plist
|
|
685
|
-
- spec/fixtures/Project/StaticLibraries/TestProjectTests/TestProjectTests.swift
|
|
686
|
-
- spec/spec_helper.rb
|
|
50
|
+
summary: A CocoaPods plugin to remove and de-integrate CocoaPods from your project.
|
|
51
|
+
test_files: []
|