add cocoapods installation test

This commit is contained in:
Jack Flintermann 2015-05-07 15:37:04 -04:00
parent 6beb86778f
commit d81a6fcf4d
13 changed files with 813 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,5 +1,6 @@
build/*
Tests/build/*
Tests/installation_tests/cocoapods/Pods
*.pbxuser
*.mode1v3
@ -15,4 +16,5 @@ DerivedData
xcuserdata
project.xcworkspace
project.xcworkspace

View File

@ -0,0 +1,503 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
0429834D1AFBEE0300B8AD2C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0429834C1AFBEE0300B8AD2C /* AppDelegate.swift */; };
0429834F1AFBEE0300B8AD2C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0429834E1AFBEE0300B8AD2C /* ViewController.swift */; };
042983521AFBEE0300B8AD2C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 042983501AFBEE0300B8AD2C /* Main.storyboard */; };
042983541AFBEE0300B8AD2C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 042983531AFBEE0300B8AD2C /* Images.xcassets */; };
042983571AFBEE0300B8AD2C /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 042983551AFBEE0300B8AD2C /* LaunchScreen.xib */; };
042983631AFBEE0300B8AD2C /* CocoapodsTestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 042983621AFBEE0300B8AD2C /* CocoapodsTestTests.swift */; };
274A639833DA7188262C482A /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2918985DC6292F80C7572821 /* Pods.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
0429835D1AFBEE0300B8AD2C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 0429833F1AFBEE0300B8AD2C /* Project object */;
proxyType = 1;
remoteGlobalIDString = 042983461AFBEE0300B8AD2C;
remoteInfo = CocoapodsTest;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
042983471AFBEE0300B8AD2C /* CocoapodsTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CocoapodsTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
0429834B1AFBEE0300B8AD2C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
0429834C1AFBEE0300B8AD2C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
0429834E1AFBEE0300B8AD2C /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
042983511AFBEE0300B8AD2C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
042983531AFBEE0300B8AD2C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
042983561AFBEE0300B8AD2C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
0429835C1AFBEE0300B8AD2C /* CocoapodsTestTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CocoapodsTestTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
042983611AFBEE0300B8AD2C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
042983621AFBEE0300B8AD2C /* CocoapodsTestTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CocoapodsTestTests.swift; sourceTree = "<group>"; };
2918985DC6292F80C7572821 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3C7FA2120700FE9516E4B418 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
6AF7F3EFBF0E67B42ABCF498 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
042983441AFBEE0300B8AD2C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
274A639833DA7188262C482A /* Pods.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
042983591AFBEE0300B8AD2C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
0429833E1AFBEE0300B8AD2C = {
isa = PBXGroup;
children = (
042983491AFBEE0300B8AD2C /* CocoapodsTest */,
0429835F1AFBEE0300B8AD2C /* CocoapodsTestTests */,
042983481AFBEE0300B8AD2C /* Products */,
8CF3FD06243BF7D6C770B73F /* Pods */,
9F24C9A6621DA14A8E2AB8B4 /* Frameworks */,
);
sourceTree = "<group>";
};
042983481AFBEE0300B8AD2C /* Products */ = {
isa = PBXGroup;
children = (
042983471AFBEE0300B8AD2C /* CocoapodsTest.app */,
0429835C1AFBEE0300B8AD2C /* CocoapodsTestTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
042983491AFBEE0300B8AD2C /* CocoapodsTest */ = {
isa = PBXGroup;
children = (
0429834C1AFBEE0300B8AD2C /* AppDelegate.swift */,
0429834E1AFBEE0300B8AD2C /* ViewController.swift */,
042983501AFBEE0300B8AD2C /* Main.storyboard */,
042983531AFBEE0300B8AD2C /* Images.xcassets */,
042983551AFBEE0300B8AD2C /* LaunchScreen.xib */,
0429834A1AFBEE0300B8AD2C /* Supporting Files */,
);
path = CocoapodsTest;
sourceTree = "<group>";
};
0429834A1AFBEE0300B8AD2C /* Supporting Files */ = {
isa = PBXGroup;
children = (
0429834B1AFBEE0300B8AD2C /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
0429835F1AFBEE0300B8AD2C /* CocoapodsTestTests */ = {
isa = PBXGroup;
children = (
042983621AFBEE0300B8AD2C /* CocoapodsTestTests.swift */,
042983601AFBEE0300B8AD2C /* Supporting Files */,
);
path = CocoapodsTestTests;
sourceTree = "<group>";
};
042983601AFBEE0300B8AD2C /* Supporting Files */ = {
isa = PBXGroup;
children = (
042983611AFBEE0300B8AD2C /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
8CF3FD06243BF7D6C770B73F /* Pods */ = {
isa = PBXGroup;
children = (
3C7FA2120700FE9516E4B418 /* Pods.debug.xcconfig */,
6AF7F3EFBF0E67B42ABCF498 /* Pods.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
9F24C9A6621DA14A8E2AB8B4 /* Frameworks */ = {
isa = PBXGroup;
children = (
2918985DC6292F80C7572821 /* Pods.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
042983461AFBEE0300B8AD2C /* CocoapodsTest */ = {
isa = PBXNativeTarget;
buildConfigurationList = 042983661AFBEE0300B8AD2C /* Build configuration list for PBXNativeTarget "CocoapodsTest" */;
buildPhases = (
D27411DA2B18E7E3A3D59803 /* Check Pods Manifest.lock */,
042983431AFBEE0300B8AD2C /* Sources */,
042983441AFBEE0300B8AD2C /* Frameworks */,
042983451AFBEE0300B8AD2C /* Resources */,
A839E3967393A91F9A05E78E /* Copy Pods Resources */,
3FDC7F968F80C9F54275751A /* Embed Pods Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = CocoapodsTest;
productName = CocoapodsTest;
productReference = 042983471AFBEE0300B8AD2C /* CocoapodsTest.app */;
productType = "com.apple.product-type.application";
};
0429835B1AFBEE0300B8AD2C /* CocoapodsTestTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 042983691AFBEE0300B8AD2C /* Build configuration list for PBXNativeTarget "CocoapodsTestTests" */;
buildPhases = (
042983581AFBEE0300B8AD2C /* Sources */,
042983591AFBEE0300B8AD2C /* Frameworks */,
0429835A1AFBEE0300B8AD2C /* Resources */,
);
buildRules = (
);
dependencies = (
0429835E1AFBEE0300B8AD2C /* PBXTargetDependency */,
);
name = CocoapodsTestTests;
productName = CocoapodsTestTests;
productReference = 0429835C1AFBEE0300B8AD2C /* CocoapodsTestTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
0429833F1AFBEE0300B8AD2C /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0630;
ORGANIZATIONNAME = stripe;
TargetAttributes = {
042983461AFBEE0300B8AD2C = {
CreatedOnToolsVersion = 6.3;
};
0429835B1AFBEE0300B8AD2C = {
CreatedOnToolsVersion = 6.3;
TestTargetID = 042983461AFBEE0300B8AD2C;
};
};
};
buildConfigurationList = 042983421AFBEE0300B8AD2C /* Build configuration list for PBXProject "CocoapodsTest" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 0429833E1AFBEE0300B8AD2C;
productRefGroup = 042983481AFBEE0300B8AD2C /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
042983461AFBEE0300B8AD2C /* CocoapodsTest */,
0429835B1AFBEE0300B8AD2C /* CocoapodsTestTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
042983451AFBEE0300B8AD2C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
042983521AFBEE0300B8AD2C /* Main.storyboard in Resources */,
042983571AFBEE0300B8AD2C /* LaunchScreen.xib in Resources */,
042983541AFBEE0300B8AD2C /* Images.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
0429835A1AFBEE0300B8AD2C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
3FDC7F968F80C9F54275751A /* Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
A839E3967393A91F9A05E78E /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
showEnvVarsInLog = 0;
};
D27411DA2B18E7E3A3D59803 /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
042983431AFBEE0300B8AD2C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0429834F1AFBEE0300B8AD2C /* ViewController.swift in Sources */,
0429834D1AFBEE0300B8AD2C /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
042983581AFBEE0300B8AD2C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
042983631AFBEE0300B8AD2C /* CocoapodsTestTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
0429835E1AFBEE0300B8AD2C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 042983461AFBEE0300B8AD2C /* CocoapodsTest */;
targetProxy = 0429835D1AFBEE0300B8AD2C /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
042983501AFBEE0300B8AD2C /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
042983511AFBEE0300B8AD2C /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
042983551AFBEE0300B8AD2C /* LaunchScreen.xib */ = {
isa = PBXVariantGroup;
children = (
042983561AFBEE0300B8AD2C /* Base */,
);
name = LaunchScreen.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
042983641AFBEE0300B8AD2C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
042983651AFBEE0300B8AD2C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
042983671AFBEE0300B8AD2C /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3C7FA2120700FE9516E4B418 /* Pods.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = CocoapodsTest/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
042983681AFBEE0300B8AD2C /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6AF7F3EFBF0E67B42ABCF498 /* Pods.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = CocoapodsTest/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
0429836A1AFBEE0300B8AD2C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = CocoapodsTestTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CocoapodsTest.app/CocoapodsTest";
};
name = Debug;
};
0429836B1AFBEE0300B8AD2C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = CocoapodsTestTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CocoapodsTest.app/CocoapodsTest";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
042983421AFBEE0300B8AD2C /* Build configuration list for PBXProject "CocoapodsTest" */ = {
isa = XCConfigurationList;
buildConfigurations = (
042983641AFBEE0300B8AD2C /* Debug */,
042983651AFBEE0300B8AD2C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
042983661AFBEE0300B8AD2C /* Build configuration list for PBXNativeTarget "CocoapodsTest" */ = {
isa = XCConfigurationList;
buildConfigurations = (
042983671AFBEE0300B8AD2C /* Debug */,
042983681AFBEE0300B8AD2C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
042983691AFBEE0300B8AD2C /* Build configuration list for PBXNativeTarget "CocoapodsTestTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0429836A1AFBEE0300B8AD2C /* Debug */,
0429836B1AFBEE0300B8AD2C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 0429833F1AFBEE0300B8AD2C /* Project object */;
}

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:CocoapodsTest.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
</Workspace>

View File

@ -0,0 +1,46 @@
//
// AppDelegate.swift
// CocoapodsTest
//
// Created by Jack Flintermann on 5/7/15.
// Copyright (c) 2015 stripe. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Override point for customization after application launch.
return true
}
func applicationWillResignActive(application: UIApplication) {
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
}
func applicationDidEnterBackground(application: UIApplication) {
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
}
func applicationWillEnterForeground(application: UIApplication) {
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
}
func applicationDidBecomeActive(application: UIApplication) {
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
}
func applicationWillTerminate(application: UIApplication) {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
}

View File

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 stripe. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<rect key="frame" x="20" y="439" width="441" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="CocoapodsTest" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
<rect key="frame" x="20" y="140" width="441" height="43"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
<constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
<constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
<constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
<constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
</constraints>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="548" y="455"/>
</view>
</objects>
</document>

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="ufC-wZ-h7g">
<objects>
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
<viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
</document>

View File

@ -0,0 +1,38 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.stripe.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>

View File

@ -0,0 +1,26 @@
//
// ViewController.swift
// CocoapodsTest
//
// Created by Jack Flintermann on 5/7/15.
// Copyright (c) 2015 stripe. All rights reserved.
//
import UIKit
import Stripe
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
}

View File

@ -0,0 +1,36 @@
//
// CocoapodsTestTests.swift
// CocoapodsTestTests
//
// Created by Jack Flintermann on 5/7/15.
// Copyright (c) 2015 stripe. All rights reserved.
//
import UIKit
import XCTest
class CocoapodsTestTests: XCTestCase {
override func setUp() {
super.setUp()
// Put setup code here. This method is called before the invocation of each test method in the class.
}
override func tearDown() {
// Put teardown code here. This method is called after the invocation of each test method in the class.
super.tearDown()
}
func testExample() {
// This is an example of a functional test case.
XCTAssert(true, "Pass")
}
func testPerformanceExample() {
// This is an example of a performance test case.
self.measureBlock() {
// Put the code you want to measure the time of here.
}
}
}

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.stripe.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -0,0 +1,2 @@
use_frameworks!
pod 'Stripe', path: '../../..'

View File

@ -0,0 +1,19 @@
PODS:
- Stripe (4.0.2):
- Stripe/Checkout (= 4.0.2)
- Stripe/Core (= 4.0.2)
- Stripe/Checkout (4.0.2):
- Stripe/Core
- Stripe/Core (4.0.2)
DEPENDENCIES:
- Stripe (from `../../..`)
EXTERNAL SOURCES:
Stripe:
:path: ../../..
SPEC CHECKSUMS:
Stripe: 22906b47782784f5610190563f066468b441f403
COCOAPODS: 0.36.0