mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 17:32:51 +08:00
627 lines
28 KiB
Plaintext
627 lines
28 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 47;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
4B1B1C081C7A64BF003F8165 /* ProjectionSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BA3D17A1C771B2E0009B690 /* ProjectionSpec.swift */; };
|
|
4B1B1C091C7A64F7003F8165 /* CATransform3Dfrom2DSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B58ECF61C79C3C200F1BC00 /* CATransform3Dfrom2DSpec.swift */; };
|
|
4B1B1C0B1C7A687E003F8165 /* HomogeneousInverseSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1B1C0A1C7A687E003F8165 /* HomogeneousInverseSpec.swift */; };
|
|
4B1B1C0D1C7A76C8003F8165 /* PerformanceTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1B1C0C1C7A76C8003F8165 /* PerformanceTest.swift */; };
|
|
4B2D2E871C7C2AD10045FD11 /* SnapshotSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B2D2E861C7C2AD10045FD11 /* SnapshotSpec.swift */; };
|
|
4B2D2E8A1C7C2E620045FD11 /* container.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 4B2D2E881C7C2E620045FD11 /* container.jpg */; };
|
|
4B2D2E8B1C7C2E620045FD11 /* with-overlay.svg in Resources */ = {isa = PBXBuildFile; fileRef = 4B2D2E891C7C2E620045FD11 /* with-overlay.svg */; };
|
|
4B2D2E8D1C7C323D0045FD11 /* sky.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 4B2D2E8C1C7C323D0045FD11 /* sky.jpg */; };
|
|
4B58ECEF1C799C2A00F1BC00 /* BasisVectorSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B58ECEE1C799C2A00F1BC00 /* BasisVectorSpec.swift */; };
|
|
4BA3D17D1C771B560009B690 /* SpecHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BA3D17C1C771B560009B690 /* SpecHelper.swift */; };
|
|
4BA3D1811C77230A0009B690 /* VectorProjectionSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BA3D1801C77230A0009B690 /* VectorProjectionSpec.swift */; };
|
|
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
|
|
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
|
|
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
|
|
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 */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
607FACE61AFB9204008FA782 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 607FACC81AFB9204008FA782 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 607FACCF1AFB9204008FA782;
|
|
remoteInfo = PerspectiveTransform;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* 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>"; };
|
|
4B1B1C0A1C7A687E003F8165 /* HomogeneousInverseSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomogeneousInverseSpec.swift; sourceTree = "<group>"; };
|
|
4B1B1C0C1C7A76C8003F8165 /* PerformanceTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PerformanceTest.swift; sourceTree = "<group>"; };
|
|
4B2D2E861C7C2AD10045FD11 /* SnapshotSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SnapshotSpec.swift; sourceTree = "<group>"; };
|
|
4B2D2E881C7C2E620045FD11 /* container.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = container.jpg; sourceTree = "<group>"; };
|
|
4B2D2E891C7C2E620045FD11 /* with-overlay.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "with-overlay.svg"; sourceTree = "<group>"; };
|
|
4B2D2E8C1C7C323D0045FD11 /* sky.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = sky.jpg; sourceTree = "<group>"; };
|
|
4B58ECEE1C799C2A00F1BC00 /* BasisVectorSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BasisVectorSpec.swift; sourceTree = "<group>"; };
|
|
4B58ECF61C79C3C200F1BC00 /* CATransform3Dfrom2DSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CATransform3Dfrom2DSpec.swift; sourceTree = "<group>"; };
|
|
4BA3D1781C77010D0009B690 /* Gemfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; path = Gemfile; sourceTree = "<group>"; };
|
|
4BA3D1791C77010D0009B690 /* Gemfile.lock */ = {isa = PBXFileReference; lastKnownFileType = text; path = Gemfile.lock; sourceTree = "<group>"; };
|
|
4BA3D17A1C771B2E0009B690 /* ProjectionSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.swift; path = ProjectionSpec.swift; sourceTree = "<group>"; tabWidth = 4; };
|
|
4BA3D17C1C771B560009B690 /* SpecHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpecHelper.swift; sourceTree = "<group>"; };
|
|
4BA3D1801C77230A0009B690 /* VectorProjectionSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VectorProjectionSpec.swift; sourceTree = "<group>"; };
|
|
4BA3D1871C7995630009B690 /* Visual.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Visual.playground; sourceTree = "<group>"; };
|
|
4BA7B1481C7C7A0600933779 /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text; name = .travis.yml; path = ../.travis.yml; sourceTree = "<group>"; };
|
|
4EA2244D76A3BF4D89D92FD5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
|
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 /* 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>"; };
|
|
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 */
|
|
607FACCD1AFB9204008FA782 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
CAEE5DA8ED296B803FB2B4F7 /* Pods_Example.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
607FACE21AFB9204008FA782 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BD175ED324E474203371CD76 /* Pods_Tests.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
4B3FE4FA1C76F63300E6EB40 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C1ED5B1F7BCF3AC7E6E4D7F0 /* Pods_Example.framework */,
|
|
C02503EFB5B7621552FF2795 /* Pods_Tests.framework */,
|
|
);
|
|
name = Frameworks;
|
|
path = Carthage/Build/iOS;
|
|
sourceTree = "<group>";
|
|
};
|
|
607FACC71AFB9204008FA782 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
607FACF51AFB993E008FA782 /* Podspec Metadata */,
|
|
607FACD21AFB9204008FA782 /* Example */,
|
|
4B3FE4FA1C76F63300E6EB40 /* Frameworks */,
|
|
607FACE81AFB9204008FA782 /* Tests */,
|
|
607FACD11AFB9204008FA782 /* Products */,
|
|
F7FF9E304AB4C0C160499BEB /* Pods */,
|
|
);
|
|
indentWidth = 4;
|
|
sourceTree = "<group>";
|
|
tabWidth = 4;
|
|
};
|
|
607FACD11AFB9204008FA782 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
607FACD01AFB9204008FA782 /* Example.app */,
|
|
607FACE51AFB9204008FA782 /* Tests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
607FACD21AFB9204008FA782 /* Example */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
607FACD51AFB9204008FA782 /* AppDelegate.swift */,
|
|
607FACD71AFB9204008FA782 /* ViewController.swift */,
|
|
607FACD91AFB9204008FA782 /* Main.storyboard */,
|
|
607FACDC1AFB9204008FA782 /* Images.xcassets */,
|
|
607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
|
|
607FACD31AFB9204008FA782 /* Supporting Files */,
|
|
4BA3D1871C7995630009B690 /* Visual.playground */,
|
|
);
|
|
name = Example;
|
|
path = PerspectiveTransform;
|
|
sourceTree = "<group>";
|
|
};
|
|
607FACD31AFB9204008FA782 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
607FACD41AFB9204008FA782 /* Info.plist */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
607FACE81AFB9204008FA782 /* Tests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
607FACEB1AFB9204008FA782 /* MatrixSpec.swift */,
|
|
4B2D2E861C7C2AD10045FD11 /* SnapshotSpec.swift */,
|
|
4B58ECF61C79C3C200F1BC00 /* CATransform3Dfrom2DSpec.swift */,
|
|
4BA3D17A1C771B2E0009B690 /* ProjectionSpec.swift */,
|
|
4B58ECEE1C799C2A00F1BC00 /* BasisVectorSpec.swift */,
|
|
4B1B1C0A1C7A687E003F8165 /* HomogeneousInverseSpec.swift */,
|
|
4B1B1C0C1C7A76C8003F8165 /* PerformanceTest.swift */,
|
|
4BA3D1801C77230A0009B690 /* VectorProjectionSpec.swift */,
|
|
607FACE91AFB9204008FA782 /* Supporting Files */,
|
|
);
|
|
path = Tests;
|
|
sourceTree = "<group>";
|
|
};
|
|
607FACE91AFB9204008FA782 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4B2D2E881C7C2E620045FD11 /* container.jpg */,
|
|
4B2D2E8C1C7C323D0045FD11 /* sky.jpg */,
|
|
4B2D2E891C7C2E620045FD11 /* with-overlay.svg */,
|
|
607FACEA1AFB9204008FA782 /* Info.plist */,
|
|
4BA3D17C1C771B560009B690 /* SpecHelper.swift */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4BA3D1781C77010D0009B690 /* Gemfile */,
|
|
4BA3D1791C77010D0009B690 /* Gemfile.lock */,
|
|
8E6BB167377E7674273158F4 /* PerspectiveTransform.podspec */,
|
|
4EA2244D76A3BF4D89D92FD5 /* README.md */,
|
|
4BA7B1481C7C7A0600933779 /* .travis.yml */,
|
|
11CFEB20812B9CCCF8BF46FE /* LICENSE */,
|
|
);
|
|
name = "Podspec Metadata";
|
|
sourceTree = "<group>";
|
|
};
|
|
F7FF9E304AB4C0C160499BEB /* Pods */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E995B2887EFE603CA3E1920A /* Pods-Example.debug.xcconfig */,
|
|
228B48512798F0994ED8E8A0 /* Pods-Example.release.xcconfig */,
|
|
DABD958C579A5AC1BF7B468E /* Pods-Tests.debug.xcconfig */,
|
|
CA0ACCC22E20AE139320DFD2 /* Pods-Tests.release.xcconfig */,
|
|
);
|
|
name = Pods;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
607FACCF1AFB9204008FA782 /* Example */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Example" */;
|
|
buildPhases = (
|
|
E7809D026223061482F1DD51 /* Check Pods Manifest.lock */,
|
|
607FACCC1AFB9204008FA782 /* Sources */,
|
|
607FACCD1AFB9204008FA782 /* Frameworks */,
|
|
607FACCE1AFB9204008FA782 /* Resources */,
|
|
125261E66BB239DB9C4C2C55 /* Embed Pods Frameworks */,
|
|
77276E3C570FFFFFC0ABD785 /* Copy Pods Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Example;
|
|
productName = PerspectiveTransform;
|
|
productReference = 607FACD01AFB9204008FA782 /* Example.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
607FACE41AFB9204008FA782 /* Tests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Tests" */;
|
|
buildPhases = (
|
|
33772A991A70511D54B74024 /* Check Pods Manifest.lock */,
|
|
607FACE11AFB9204008FA782 /* Sources */,
|
|
607FACE21AFB9204008FA782 /* Frameworks */,
|
|
607FACE31AFB9204008FA782 /* Resources */,
|
|
36AC9298AFCE04F36DAC2D69 /* Embed Pods Frameworks */,
|
|
EE57197235997E705B5FC405 /* Copy Pods Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
607FACE71AFB9204008FA782 /* PBXTargetDependency */,
|
|
);
|
|
name = Tests;
|
|
productName = Tests;
|
|
productReference = 607FACE51AFB9204008FA782 /* Tests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
607FACC81AFB9204008FA782 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 0720;
|
|
LastUpgradeCheck = 0720;
|
|
ORGANIZATIONNAME = CocoaPods;
|
|
TargetAttributes = {
|
|
607FACCF1AFB9204008FA782 = {
|
|
CreatedOnToolsVersion = 6.3.1;
|
|
DevelopmentTeam = 35KC7LV9BL;
|
|
};
|
|
607FACE41AFB9204008FA782 = {
|
|
CreatedOnToolsVersion = 6.3.1;
|
|
TestTargetID = 607FACCF1AFB9204008FA782;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "PerspectiveTransform" */;
|
|
compatibilityVersion = "Xcode 6.3";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 607FACC71AFB9204008FA782;
|
|
productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
607FACCF1AFB9204008FA782 /* Example */,
|
|
607FACE41AFB9204008FA782 /* Tests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
607FACCE1AFB9204008FA782 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
|
|
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
|
|
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
607FACE31AFB9204008FA782 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
4B2D2E8D1C7C323D0045FD11 /* sky.jpg in Resources */,
|
|
4B2D2E8A1C7C2E620045FD11 /* container.jpg in Resources */,
|
|
4B2D2E8B1C7C2E620045FD11 /* with-overlay.svg in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
125261E66BB239DB9C4C2C55 /* 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-Example/Pods-Example-frameworks.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
33772A991A70511D54B74024 /* 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;
|
|
};
|
|
36AC9298AFCE04F36DAC2D69 /* 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-Tests/Pods-Tests-frameworks.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
77276E3C570FFFFFC0ABD785 /* 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-Example/Pods-Example-resources.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
E7809D026223061482F1DD51 /* 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;
|
|
};
|
|
EE57197235997E705B5FC405 /* 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-Tests/Pods-Tests-resources.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
607FACCC1AFB9204008FA782 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
|
|
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
607FACE11AFB9204008FA782 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
4BA3D1811C77230A0009B690 /* VectorProjectionSpec.swift in Sources */,
|
|
4B58ECEF1C799C2A00F1BC00 /* BasisVectorSpec.swift in Sources */,
|
|
4B1B1C0D1C7A76C8003F8165 /* PerformanceTest.swift in Sources */,
|
|
4B2D2E871C7C2AD10045FD11 /* SnapshotSpec.swift in Sources */,
|
|
607FACEC1AFB9204008FA782 /* MatrixSpec.swift in Sources */,
|
|
4BA3D17D1C771B560009B690 /* SpecHelper.swift in Sources */,
|
|
4B1B1C091C7A64F7003F8165 /* CATransform3Dfrom2DSpec.swift in Sources */,
|
|
4B1B1C0B1C7A687E003F8165 /* HomogeneousInverseSpec.swift in Sources */,
|
|
4B1B1C081C7A64BF003F8165 /* ProjectionSpec.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
607FACE71AFB9204008FA782 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 607FACCF1AFB9204008FA782 /* Example */;
|
|
targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
607FACD91AFB9204008FA782 /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
607FACDA1AFB9204008FA782 /* Base */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
607FACDF1AFB9204008FA782 /* Base */,
|
|
);
|
|
name = LaunchScreen.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
607FACED1AFB9204008FA782 /* 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";
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = 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_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;
|
|
};
|
|
607FACEE1AFB9204008FA782 /* 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";
|
|
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;
|
|
};
|
|
name = Release;
|
|
};
|
|
607FACF01AFB9204008FA782 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = E995B2887EFE603CA3E1920A /* Pods-Example.debug.xcconfig */;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
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)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
607FACF11AFB9204008FA782 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 228B48512798F0994ED8E8A0 /* Pods-Example.release.xcconfig */;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
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)";
|
|
};
|
|
name = Release;
|
|
};
|
|
607FACF31AFB9204008FA782 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = DABD958C579A5AC1BF7B468E /* Pods-Tests.debug.xcconfig */;
|
|
buildSettings = {
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = Tests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example.app/Example";
|
|
};
|
|
name = Debug;
|
|
};
|
|
607FACF41AFB9204008FA782 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = CA0ACCC22E20AE139320DFD2 /* Pods-Tests.release.xcconfig */;
|
|
buildSettings = {
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
INFOPLIST_FILE = Tests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example.app/Example";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "PerspectiveTransform" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
607FACED1AFB9204008FA782 /* Debug */,
|
|
607FACEE1AFB9204008FA782 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Example" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
607FACF01AFB9204008FA782 /* Debug */,
|
|
607FACF11AFB9204008FA782 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Tests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
607FACF31AFB9204008FA782 /* Debug */,
|
|
607FACF41AFB9204008FA782 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 607FACC81AFB9204008FA782 /* Project object */;
|
|
}
|