rename example targets to Example and Tests

This commit is contained in:
Paul Zabelin
2016-02-22 21:29:42 -08:00
parent 9391f9cfe6
commit e72aafc156
6 changed files with 61 additions and 56 deletions

View File

@@ -21,6 +21,8 @@
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
607FACEC1AFB9204008FA782 /* MatrixSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* MatrixSpec.swift */; };
BD175ED324E474203371CD76 /* Pods_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C02503EFB5B7621552FF2795 /* Pods_Tests.framework */; };
CAEE5DA8ED296B803FB2B4F7 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C1ED5B1F7BCF3AC7E6E4D7F0 /* Pods_Example.framework */; };
E07EA3BCFC98AA747795E895 /* Pods_PerspectiveTransform_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54239BF346BDA1A204452D96 /* Pods_PerspectiveTransform_Example.framework */; };
/* End PBXBuildFile section */
@@ -36,6 +38,7 @@
/* Begin PBXFileReference section */
11CFEB20812B9CCCF8BF46FE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
228B48512798F0994ED8E8A0 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; };
3C01DBA2314872F457E9DADD /* Pods-PerspectiveTransform_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PerspectiveTransform_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PerspectiveTransform_Tests/Pods-PerspectiveTransform_Tests.debug.xcconfig"; sourceTree = "<group>"; };
49D74FF71C76808F6942EAE3 /* Pods-PerspectiveTransform_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PerspectiveTransform_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-PerspectiveTransform_Example/Pods-PerspectiveTransform_Example.release.xcconfig"; sourceTree = "<group>"; };
4B1B1C0A1C7A687E003F8165 /* HomogeneousInverseSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomogeneousInverseSpec.swift; sourceTree = "<group>"; };
@@ -52,20 +55,25 @@
4BA3D1871C7995630009B690 /* Visual.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Visual.playground; sourceTree = "<group>"; };
4EA2244D76A3BF4D89D92FD5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
54239BF346BDA1A204452D96 /* Pods_PerspectiveTransform_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PerspectiveTransform_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
607FACD01AFB9204008FA782 /* PerspectiveTransform_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PerspectiveTransform_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
607FACD01AFB9204008FA782 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
607FACE51AFB9204008FA782 /* PerspectiveTransform_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PerspectiveTransform_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
607FACE51AFB9204008FA782 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
607FACEB1AFB9204008FA782 /* MatrixSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MatrixSpec.swift; sourceTree = "<group>"; };
8E6BB167377E7674273158F4 /* PerspectiveTransform.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = PerspectiveTransform.podspec; path = ../PerspectiveTransform.podspec; sourceTree = "<group>"; };
94A16A8706A6E84494068BCA /* Pods_PerspectiveTransform_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PerspectiveTransform_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9E264085FC60A9143CA167C3 /* Pods-PerspectiveTransform_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PerspectiveTransform_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PerspectiveTransform_Example/Pods-PerspectiveTransform_Example.debug.xcconfig"; sourceTree = "<group>"; };
9F3E8114E7EC7B2A47104A86 /* Pods-PerspectiveTransform_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PerspectiveTransform_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-PerspectiveTransform_Tests/Pods-PerspectiveTransform_Tests.release.xcconfig"; sourceTree = "<group>"; };
C02503EFB5B7621552FF2795 /* Pods_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C1ED5B1F7BCF3AC7E6E4D7F0 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
CA0ACCC22E20AE139320DFD2 /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig"; sourceTree = "<group>"; };
DABD958C579A5AC1BF7B468E /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig"; sourceTree = "<group>"; };
E995B2887EFE603CA3E1920A /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -74,6 +82,7 @@
buildActionMask = 2147483647;
files = (
E07EA3BCFC98AA747795E895 /* Pods_PerspectiveTransform_Example.framework in Frameworks */,
CAEE5DA8ED296B803FB2B4F7 /* Pods_Example.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -82,6 +91,7 @@
buildActionMask = 2147483647;
files = (
4226E76D5782BCFD7E16A726 /* Pods_PerspectiveTransform_Tests.framework in Frameworks */,
BD175ED324E474203371CD76 /* Pods_Tests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -95,6 +105,8 @@
4B3FE4F41C76F57000E6EB40 /* Quick.framework */,
54239BF346BDA1A204452D96 /* Pods_PerspectiveTransform_Example.framework */,
94A16A8706A6E84494068BCA /* Pods_PerspectiveTransform_Tests.framework */,
C1ED5B1F7BCF3AC7E6E4D7F0 /* Pods_Example.framework */,
C02503EFB5B7621552FF2795 /* Pods_Tests.framework */,
);
name = Frameworks;
path = Carthage/Build/iOS;
@@ -117,8 +129,8 @@
607FACD11AFB9204008FA782 /* Products */ = {
isa = PBXGroup;
children = (
607FACD01AFB9204008FA782 /* PerspectiveTransform_Example.app */,
607FACE51AFB9204008FA782 /* PerspectiveTransform_Tests.xctest */,
607FACD01AFB9204008FA782 /* Example.app */,
607FACE51AFB9204008FA782 /* Tests.xctest */,
);
name = Products;
sourceTree = "<group>";
@@ -189,6 +201,10 @@
49D74FF71C76808F6942EAE3 /* Pods-PerspectiveTransform_Example.release.xcconfig */,
3C01DBA2314872F457E9DADD /* Pods-PerspectiveTransform_Tests.debug.xcconfig */,
9F3E8114E7EC7B2A47104A86 /* Pods-PerspectiveTransform_Tests.release.xcconfig */,
E995B2887EFE603CA3E1920A /* Pods-Example.debug.xcconfig */,
228B48512798F0994ED8E8A0 /* Pods-Example.release.xcconfig */,
DABD958C579A5AC1BF7B468E /* Pods-Tests.debug.xcconfig */,
CA0ACCC22E20AE139320DFD2 /* Pods-Tests.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
@@ -196,9 +212,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
607FACCF1AFB9204008FA782 /* PerspectiveTransform_Example */ = {
607FACCF1AFB9204008FA782 /* Example */ = {
isa = PBXNativeTarget;
buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "PerspectiveTransform_Example" */;
buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Example" */;
buildPhases = (
E7809D026223061482F1DD51 /* Check Pods Manifest.lock */,
607FACCC1AFB9204008FA782 /* Sources */,
@@ -211,14 +227,14 @@
);
dependencies = (
);
name = PerspectiveTransform_Example;
name = Example;
productName = PerspectiveTransform;
productReference = 607FACD01AFB9204008FA782 /* PerspectiveTransform_Example.app */;
productReference = 607FACD01AFB9204008FA782 /* Example.app */;
productType = "com.apple.product-type.application";
};
607FACE41AFB9204008FA782 /* PerspectiveTransform_Tests */ = {
607FACE41AFB9204008FA782 /* Tests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "PerspectiveTransform_Tests" */;
buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Tests" */;
buildPhases = (
33772A991A70511D54B74024 /* Check Pods Manifest.lock */,
607FACE11AFB9204008FA782 /* Sources */,
@@ -232,9 +248,9 @@
dependencies = (
607FACE71AFB9204008FA782 /* PBXTargetDependency */,
);
name = PerspectiveTransform_Tests;
name = Tests;
productName = Tests;
productReference = 607FACE51AFB9204008FA782 /* PerspectiveTransform_Tests.xctest */;
productReference = 607FACE51AFB9204008FA782 /* Tests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
@@ -269,8 +285,8 @@
projectDirPath = "";
projectRoot = "";
targets = (
607FACCF1AFB9204008FA782 /* PerspectiveTransform_Example */,
607FACE41AFB9204008FA782 /* PerspectiveTransform_Tests */,
607FACCF1AFB9204008FA782 /* Example */,
607FACE41AFB9204008FA782 /* Tests */,
);
};
/* End PBXProject section */
@@ -308,7 +324,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PerspectiveTransform_Example/Pods-PerspectiveTransform_Example-frameworks.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
33772A991A70511D54B74024 /* Check Pods Manifest.lock */ = {
@@ -338,7 +354,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PerspectiveTransform_Tests/Pods-PerspectiveTransform_Tests-frameworks.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
77276E3C570FFFFFC0ABD785 /* Copy Pods Resources */ = {
@@ -353,7 +369,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PerspectiveTransform_Example/Pods-PerspectiveTransform_Example-resources.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh\"\n";
showEnvVarsInLog = 0;
};
E7809D026223061482F1DD51 /* Check Pods Manifest.lock */ = {
@@ -383,7 +399,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PerspectiveTransform_Tests/Pods-PerspectiveTransform_Tests-resources.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
@@ -418,7 +434,7 @@
/* Begin PBXTargetDependency section */
607FACE71AFB9204008FA782 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 607FACCF1AFB9204008FA782 /* PerspectiveTransform_Example */;
target = 607FACCF1AFB9204008FA782 /* Example */;
targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
@@ -461,8 +477,6 @@
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;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -473,7 +487,6 @@
"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;
@@ -506,8 +519,6 @@
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;
@@ -521,45 +532,38 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
607FACF01AFB9204008FA782 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9E264085FC60A9143CA167C3 /* Pods-PerspectiveTransform_Example.debug.xcconfig */;
baseConfigurationReference = E995B2887EFE603CA3E1920A /* Pods-Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
INFOPLIST_FILE = PerspectiveTransform/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
};
name = Debug;
};
607FACF11AFB9204008FA782 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 49D74FF71C76808F6942EAE3 /* Pods-PerspectiveTransform_Example.release.xcconfig */;
baseConfigurationReference = 228B48512798F0994ED8E8A0 /* Pods-Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
INFOPLIST_FILE = PerspectiveTransform/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
};
name = Release;
};
607FACF31AFB9204008FA782 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3C01DBA2314872F457E9DADD /* Pods-PerspectiveTransform_Tests.debug.xcconfig */;
baseConfigurationReference = DABD958C579A5AC1BF7B468E /* Pods-Tests.debug.xcconfig */;
buildSettings = {
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
@@ -574,7 +578,7 @@
};
607FACF41AFB9204008FA782 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9F3E8114E7EC7B2A47104A86 /* Pods-PerspectiveTransform_Tests.release.xcconfig */;
baseConfigurationReference = CA0ACCC22E20AE139320DFD2 /* Pods-Tests.release.xcconfig */;
buildSettings = {
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -595,7 +599,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "PerspectiveTransform_Example" */ = {
607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
607FACF01AFB9204008FA782 /* Debug */,
@@ -604,7 +608,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "PerspectiveTransform_Tests" */ = {
607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Tests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
607FACF31AFB9204008FA782 /* Debug */,

View File

@@ -15,8 +15,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "PerspectiveTransform_Example.app"
BlueprintName = "PerspectiveTransform_Example"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:PerspectiveTransform.xcodeproj">
</BuildableReference>
</BuildActionEntry>
@@ -29,8 +29,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "607FACE41AFB9204008FA782"
BuildableName = "PerspectiveTransform_Tests.xctest"
BlueprintName = "PerspectiveTransform_Tests"
BuildableName = "Tests.xctest"
BlueprintName = "Tests"
ReferencedContainer = "container:PerspectiveTransform.xcodeproj">
</BuildableReference>
</BuildActionEntry>
@@ -47,8 +47,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "607FACE41AFB9204008FA782"
BuildableName = "PerspectiveTransform_Tests.xctest"
BlueprintName = "PerspectiveTransform_Tests"
BuildableName = "Tests.xctest"
BlueprintName = "Tests"
ReferencedContainer = "container:PerspectiveTransform.xcodeproj">
</BuildableReference>
</TestableReference>
@@ -57,8 +57,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "PerspectiveTransform_Example.app"
BlueprintName = "PerspectiveTransform_Example"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:PerspectiveTransform.xcodeproj">
</BuildableReference>
</MacroExpansion>
@@ -80,8 +80,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "PerspectiveTransform_Example.app"
BlueprintName = "PerspectiveTransform_Example"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:PerspectiveTransform.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
@@ -99,8 +99,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "PerspectiveTransform_Example.app"
BlueprintName = "PerspectiveTransform_Example"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:PerspectiveTransform.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>

View File

@@ -1,7 +1,8 @@
<?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">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
</dependencies>
<objects>
@@ -11,7 +12,7 @@
<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 CocoaPods. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 Paul Zabelin. 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"/>

View File

@@ -8,7 +8,7 @@
<!--View Controller-->
<scene sceneID="ufC-wZ-h7g">
<objects>
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="PerspectiveTransform_Example" customModuleProvider="target" sceneMemberID="viewController">
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="Example" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
<viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>

View File

@@ -1,11 +1,11 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'PerspectiveTransform_Example' do
target 'Example' do
pod 'PerspectiveTransform', :path => '../'
end
target 'PerspectiveTransform_Tests' do
target 'Tests' do
pod 'PerspectiveTransform', :path => '../'
pod 'Quick', '~> 0.8.0'

View File

@@ -37,6 +37,6 @@ SPEC CHECKSUMS:
PerspectiveTransform: 228d918e462bd85feabd7559031fe63f2971e2fe
Quick: 563d0f6ec5f72e394645adb377708639b7dd38ab
PODFILE CHECKSUM: a669c56016697dba4afe2ff164ce4d4dc92150e0
PODFILE CHECKSUM: 8a40b72ea098dd65c0fccbb65a2e2d81801a9899
COCOAPODS: 1.0.0.beta.3