656 lines
26 KiB
Plaintext
656 lines
26 KiB
Plaintext
|
// !$*UTF8*$!
|
||
|
{
|
||
|
archiveVersion = 1;
|
||
|
classes = {
|
||
|
};
|
||
|
objectVersion = 46;
|
||
|
objects = {
|
||
|
|
||
|
/* Begin PBXBuildFile section */
|
||
|
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 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
|
||
|
AA31225E33516EB3CE20EC93 /* Pods_Doric_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 972B1C7B71414DF9AC151EE0 /* Pods_Doric_Example.framework */; };
|
||
|
C4DF03C9CBA66A27ED587DD4 /* Pods_Doric_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78ED34DAE38B7E34C7C5ED62 /* Pods_Doric_Tests.framework */; };
|
||
|
/* End PBXBuildFile section */
|
||
|
|
||
|
/* Begin PBXContainerItemProxy section */
|
||
|
607FACE61AFB9204008FA782 /* PBXContainerItemProxy */ = {
|
||
|
isa = PBXContainerItemProxy;
|
||
|
containerPortal = 607FACC81AFB9204008FA782 /* Project object */;
|
||
|
proxyType = 1;
|
||
|
remoteGlobalIDString = 607FACCF1AFB9204008FA782;
|
||
|
remoteInfo = Doric;
|
||
|
};
|
||
|
/* End PBXContainerItemProxy section */
|
||
|
|
||
|
/* Begin PBXFileReference section */
|
||
|
3289B5D2FE93B1397613F78D /* Pods-Doric_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Doric_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Doric_Tests/Pods-Doric_Tests.debug.xcconfig"; sourceTree = "<group>"; };
|
||
|
337C7F79BFB7D1089773CBBB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
||
|
3657907C57FF8512CF3B0A5D /* Pods-Doric_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Doric_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-Doric_Example/Pods-Doric_Example.release.xcconfig"; sourceTree = "<group>"; };
|
||
|
5040219B1561A38F7C04D801 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
|
||
|
607FACD01AFB9204008FA782 /* Doric_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Doric_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 /* Doric_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Doric_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||
|
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||
|
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
|
||
|
65AD5D17B7728BEF21DAD436 /* Pods-Doric_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Doric_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Doric_Tests/Pods-Doric_Tests.release.xcconfig"; sourceTree = "<group>"; };
|
||
|
78ED34DAE38B7E34C7C5ED62 /* Pods_Doric_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Doric_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||
|
972B1C7B71414DF9AC151EE0 /* Pods_Doric_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Doric_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||
|
CC67379F30C9E12F7919374D /* Doric.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Doric.podspec; path = ../Doric.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
||
|
ECED1D64B2512FAA4DBC32D8 /* Pods-Doric_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Doric_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Doric_Example/Pods-Doric_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
||
|
/* End PBXFileReference section */
|
||
|
|
||
|
/* Begin PBXFrameworksBuildPhase section */
|
||
|
607FACCD1AFB9204008FA782 /* Frameworks */ = {
|
||
|
isa = PBXFrameworksBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
AA31225E33516EB3CE20EC93 /* Pods_Doric_Example.framework in Frameworks */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
607FACE21AFB9204008FA782 /* Frameworks */ = {
|
||
|
isa = PBXFrameworksBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
C4DF03C9CBA66A27ED587DD4 /* Pods_Doric_Tests.framework in Frameworks */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXFrameworksBuildPhase section */
|
||
|
|
||
|
/* Begin PBXGroup section */
|
||
|
1C9F2753EC29D3BF15C4D52F /* Pods */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
ECED1D64B2512FAA4DBC32D8 /* Pods-Doric_Example.debug.xcconfig */,
|
||
|
3657907C57FF8512CF3B0A5D /* Pods-Doric_Example.release.xcconfig */,
|
||
|
3289B5D2FE93B1397613F78D /* Pods-Doric_Tests.debug.xcconfig */,
|
||
|
65AD5D17B7728BEF21DAD436 /* Pods-Doric_Tests.release.xcconfig */,
|
||
|
);
|
||
|
name = Pods;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
1F0B2C35C261A10094552EFC /* Frameworks */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
972B1C7B71414DF9AC151EE0 /* Pods_Doric_Example.framework */,
|
||
|
78ED34DAE38B7E34C7C5ED62 /* Pods_Doric_Tests.framework */,
|
||
|
);
|
||
|
name = Frameworks;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
607FACC71AFB9204008FA782 = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
607FACF51AFB993E008FA782 /* Podspec Metadata */,
|
||
|
607FACD21AFB9204008FA782 /* Example for Doric */,
|
||
|
607FACE81AFB9204008FA782 /* Tests */,
|
||
|
607FACD11AFB9204008FA782 /* Products */,
|
||
|
1C9F2753EC29D3BF15C4D52F /* Pods */,
|
||
|
1F0B2C35C261A10094552EFC /* Frameworks */,
|
||
|
);
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
607FACD11AFB9204008FA782 /* Products */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
607FACD01AFB9204008FA782 /* Doric_Example.app */,
|
||
|
607FACE51AFB9204008FA782 /* Doric_Tests.xctest */,
|
||
|
);
|
||
|
name = Products;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
607FACD21AFB9204008FA782 /* Example for Doric */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
607FACD51AFB9204008FA782 /* AppDelegate.swift */,
|
||
|
607FACD71AFB9204008FA782 /* ViewController.swift */,
|
||
|
607FACD91AFB9204008FA782 /* Main.storyboard */,
|
||
|
607FACDC1AFB9204008FA782 /* Images.xcassets */,
|
||
|
607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
|
||
|
607FACD31AFB9204008FA782 /* Supporting Files */,
|
||
|
);
|
||
|
name = "Example for Doric";
|
||
|
path = Doric;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
607FACD31AFB9204008FA782 /* Supporting Files */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
607FACD41AFB9204008FA782 /* Info.plist */,
|
||
|
);
|
||
|
name = "Supporting Files";
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
607FACE81AFB9204008FA782 /* Tests */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
607FACEB1AFB9204008FA782 /* Tests.swift */,
|
||
|
607FACE91AFB9204008FA782 /* Supporting Files */,
|
||
|
);
|
||
|
path = Tests;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
607FACE91AFB9204008FA782 /* Supporting Files */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
607FACEA1AFB9204008FA782 /* Info.plist */,
|
||
|
);
|
||
|
name = "Supporting Files";
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
CC67379F30C9E12F7919374D /* Doric.podspec */,
|
||
|
337C7F79BFB7D1089773CBBB /* README.md */,
|
||
|
5040219B1561A38F7C04D801 /* LICENSE */,
|
||
|
);
|
||
|
name = "Podspec Metadata";
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
/* End PBXGroup section */
|
||
|
|
||
|
/* Begin PBXNativeTarget section */
|
||
|
607FACCF1AFB9204008FA782 /* Doric_Example */ = {
|
||
|
isa = PBXNativeTarget;
|
||
|
buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Doric_Example" */;
|
||
|
buildPhases = (
|
||
|
C278ADEBFBA63008119EAEEA /* [CP] Check Pods Manifest.lock */,
|
||
|
607FACCC1AFB9204008FA782 /* Sources */,
|
||
|
607FACCD1AFB9204008FA782 /* Frameworks */,
|
||
|
607FACCE1AFB9204008FA782 /* Resources */,
|
||
|
7BC7296498D73C719F61C4E7 /* [CP] Embed Pods Frameworks */,
|
||
|
93513D011E341473C9020057 /* [CP] Copy Pods Resources */,
|
||
|
);
|
||
|
buildRules = (
|
||
|
);
|
||
|
dependencies = (
|
||
|
);
|
||
|
name = Doric_Example;
|
||
|
productName = Doric;
|
||
|
productReference = 607FACD01AFB9204008FA782 /* Doric_Example.app */;
|
||
|
productType = "com.apple.product-type.application";
|
||
|
};
|
||
|
607FACE41AFB9204008FA782 /* Doric_Tests */ = {
|
||
|
isa = PBXNativeTarget;
|
||
|
buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Doric_Tests" */;
|
||
|
buildPhases = (
|
||
|
8263A569E7854F386B0AE591 /* [CP] Check Pods Manifest.lock */,
|
||
|
607FACE11AFB9204008FA782 /* Sources */,
|
||
|
607FACE21AFB9204008FA782 /* Frameworks */,
|
||
|
607FACE31AFB9204008FA782 /* Resources */,
|
||
|
01D79B9ACC8DA6C6C1F85FC1 /* [CP] Embed Pods Frameworks */,
|
||
|
528B1D879F22980DE128542A /* [CP] Copy Pods Resources */,
|
||
|
);
|
||
|
buildRules = (
|
||
|
);
|
||
|
dependencies = (
|
||
|
607FACE71AFB9204008FA782 /* PBXTargetDependency */,
|
||
|
);
|
||
|
name = Doric_Tests;
|
||
|
productName = Tests;
|
||
|
productReference = 607FACE51AFB9204008FA782 /* Doric_Tests.xctest */;
|
||
|
productType = "com.apple.product-type.bundle.unit-test";
|
||
|
};
|
||
|
/* End PBXNativeTarget section */
|
||
|
|
||
|
/* Begin PBXProject section */
|
||
|
607FACC81AFB9204008FA782 /* Project object */ = {
|
||
|
isa = PBXProject;
|
||
|
attributes = {
|
||
|
LastSwiftUpdateCheck = 0830;
|
||
|
LastUpgradeCheck = 0830;
|
||
|
ORGANIZATIONNAME = CocoaPods;
|
||
|
TargetAttributes = {
|
||
|
607FACCF1AFB9204008FA782 = {
|
||
|
CreatedOnToolsVersion = 6.3.1;
|
||
|
DevelopmentTeam = 7EE2RX3L3P;
|
||
|
LastSwiftMigration = 0900;
|
||
|
};
|
||
|
607FACE41AFB9204008FA782 = {
|
||
|
CreatedOnToolsVersion = 6.3.1;
|
||
|
LastSwiftMigration = 0900;
|
||
|
TestTargetID = 607FACCF1AFB9204008FA782;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "Doric" */;
|
||
|
compatibilityVersion = "Xcode 3.2";
|
||
|
developmentRegion = English;
|
||
|
hasScannedForEncodings = 0;
|
||
|
knownRegions = (
|
||
|
English,
|
||
|
en,
|
||
|
Base,
|
||
|
);
|
||
|
mainGroup = 607FACC71AFB9204008FA782;
|
||
|
productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
|
||
|
projectDirPath = "";
|
||
|
projectRoot = "";
|
||
|
targets = (
|
||
|
607FACCF1AFB9204008FA782 /* Doric_Example */,
|
||
|
607FACE41AFB9204008FA782 /* Doric_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 = (
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXResourcesBuildPhase section */
|
||
|
|
||
|
/* Begin PBXShellScriptBuildPhase section */
|
||
|
01D79B9ACC8DA6C6C1F85FC1 /* [CP] Embed Pods Frameworks */ = {
|
||
|
isa = PBXShellScriptBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
inputFileListPaths = (
|
||
|
);
|
||
|
inputPaths = (
|
||
|
"${SRCROOT}/Pods/Target Support Files/Pods-Doric_Tests/Pods-Doric_Tests-frameworks.sh",
|
||
|
"${BUILT_PRODUCTS_DIR}/FBSnapshotTestCase/FBSnapshotTestCase.framework",
|
||
|
"${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
|
||
|
"${BUILT_PRODUCTS_DIR}/Nimble-Snapshots/Nimble_Snapshots.framework",
|
||
|
"${BUILT_PRODUCTS_DIR}/Quick/Quick.framework",
|
||
|
);
|
||
|
name = "[CP] Embed Pods Frameworks";
|
||
|
outputFileListPaths = (
|
||
|
);
|
||
|
outputPaths = (
|
||
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBSnapshotTestCase.framework",
|
||
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Nimble.framework",
|
||
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Nimble_Snapshots.framework",
|
||
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Quick.framework",
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
shellPath = /bin/sh;
|
||
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Doric_Tests/Pods-Doric_Tests-frameworks.sh\"\n";
|
||
|
showEnvVarsInLog = 0;
|
||
|
};
|
||
|
528B1D879F22980DE128542A /* [CP] Copy Pods Resources */ = {
|
||
|
isa = PBXShellScriptBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
inputFileListPaths = (
|
||
|
);
|
||
|
inputPaths = (
|
||
|
);
|
||
|
name = "[CP] Copy Pods Resources";
|
||
|
outputFileListPaths = (
|
||
|
);
|
||
|
outputPaths = (
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
shellPath = /bin/sh;
|
||
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Doric_Tests/Pods-Doric_Tests-resources.sh\"\n";
|
||
|
showEnvVarsInLog = 0;
|
||
|
};
|
||
|
7BC7296498D73C719F61C4E7 /* [CP] Embed Pods Frameworks */ = {
|
||
|
isa = PBXShellScriptBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
inputFileListPaths = (
|
||
|
);
|
||
|
inputPaths = (
|
||
|
"${SRCROOT}/Pods/Target Support Files/Pods-Doric_Example/Pods-Doric_Example-frameworks.sh",
|
||
|
"${BUILT_PRODUCTS_DIR}/Doric/Doric.framework",
|
||
|
);
|
||
|
name = "[CP] Embed Pods Frameworks";
|
||
|
outputFileListPaths = (
|
||
|
);
|
||
|
outputPaths = (
|
||
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Doric.framework",
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
shellPath = /bin/sh;
|
||
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Doric_Example/Pods-Doric_Example-frameworks.sh\"\n";
|
||
|
showEnvVarsInLog = 0;
|
||
|
};
|
||
|
8263A569E7854F386B0AE591 /* [CP] Check Pods Manifest.lock */ = {
|
||
|
isa = PBXShellScriptBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
inputFileListPaths = (
|
||
|
);
|
||
|
inputPaths = (
|
||
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
||
|
"${PODS_ROOT}/Manifest.lock",
|
||
|
);
|
||
|
name = "[CP] Check Pods Manifest.lock";
|
||
|
outputFileListPaths = (
|
||
|
);
|
||
|
outputPaths = (
|
||
|
"$(DERIVED_FILE_DIR)/Pods-Doric_Tests-checkManifestLockResult.txt",
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
shellPath = /bin/sh;
|
||
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
||
|
showEnvVarsInLog = 0;
|
||
|
};
|
||
|
93513D011E341473C9020057 /* [CP] Copy Pods Resources */ = {
|
||
|
isa = PBXShellScriptBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
inputFileListPaths = (
|
||
|
);
|
||
|
inputPaths = (
|
||
|
);
|
||
|
name = "[CP] Copy Pods Resources";
|
||
|
outputFileListPaths = (
|
||
|
);
|
||
|
outputPaths = (
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
shellPath = /bin/sh;
|
||
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Doric_Example/Pods-Doric_Example-resources.sh\"\n";
|
||
|
showEnvVarsInLog = 0;
|
||
|
};
|
||
|
C278ADEBFBA63008119EAEEA /* [CP] Check Pods Manifest.lock */ = {
|
||
|
isa = PBXShellScriptBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
inputFileListPaths = (
|
||
|
);
|
||
|
inputPaths = (
|
||
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
||
|
"${PODS_ROOT}/Manifest.lock",
|
||
|
);
|
||
|
name = "[CP] Check Pods Manifest.lock";
|
||
|
outputFileListPaths = (
|
||
|
);
|
||
|
outputPaths = (
|
||
|
"$(DERIVED_FILE_DIR)/Pods-Doric_Example-checkManifestLockResult.txt",
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
shellPath = /bin/sh;
|
||
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\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 = (
|
||
|
607FACEC1AFB9204008FA782 /* Tests.swift in Sources */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXSourcesBuildPhase section */
|
||
|
|
||
|
/* Begin PBXTargetDependency section */
|
||
|
607FACE71AFB9204008FA782 /* PBXTargetDependency */ = {
|
||
|
isa = PBXTargetDependency;
|
||
|
target = 607FACCF1AFB9204008FA782 /* Doric_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_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||
|
CLANG_WARN_COMMA = 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_INFINITE_RECURSION = YES;
|
||
|
CLANG_WARN_INT_CONVERSION = YES;
|
||
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||
|
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;
|
||
|
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 = 9.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_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||
|
CLANG_WARN_COMMA = 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_INFINITE_RECURSION = YES;
|
||
|
CLANG_WARN_INT_CONVERSION = YES;
|
||
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||
|
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 = 9.3;
|
||
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||
|
SDKROOT = iphoneos;
|
||
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
||
|
VALIDATE_PRODUCT = YES;
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
607FACF01AFB9204008FA782 /* Debug */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
baseConfigurationReference = ECED1D64B2512FAA4DBC32D8 /* Pods-Doric_Example.debug.xcconfig */;
|
||
|
buildSettings = {
|
||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||
|
DEVELOPMENT_TEAM = 7EE2RX3L3P;
|
||
|
INFOPLIST_FILE = Doric/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)";
|
||
|
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
|
||
|
SWIFT_VERSION = 4.0;
|
||
|
};
|
||
|
name = Debug;
|
||
|
};
|
||
|
607FACF11AFB9204008FA782 /* Release */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
baseConfigurationReference = 3657907C57FF8512CF3B0A5D /* Pods-Doric_Example.release.xcconfig */;
|
||
|
buildSettings = {
|
||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||
|
DEVELOPMENT_TEAM = 7EE2RX3L3P;
|
||
|
INFOPLIST_FILE = Doric/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)";
|
||
|
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
|
||
|
SWIFT_VERSION = 4.0;
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
607FACF31AFB9204008FA782 /* Debug */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
baseConfigurationReference = 3289B5D2FE93B1397613F78D /* Pods-Doric_Tests.debug.xcconfig */;
|
||
|
buildSettings = {
|
||
|
FRAMEWORK_SEARCH_PATHS = (
|
||
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
||
|
"$(inherited)",
|
||
|
);
|
||
|
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)";
|
||
|
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
|
||
|
SWIFT_VERSION = 4.0;
|
||
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Doric_Example.app/Doric_Example";
|
||
|
};
|
||
|
name = Debug;
|
||
|
};
|
||
|
607FACF41AFB9204008FA782 /* Release */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
baseConfigurationReference = 65AD5D17B7728BEF21DAD436 /* Pods-Doric_Tests.release.xcconfig */;
|
||
|
buildSettings = {
|
||
|
FRAMEWORK_SEARCH_PATHS = (
|
||
|
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
||
|
"$(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)";
|
||
|
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
|
||
|
SWIFT_VERSION = 4.0;
|
||
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Doric_Example.app/Doric_Example";
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
/* End XCBuildConfiguration section */
|
||
|
|
||
|
/* Begin XCConfigurationList section */
|
||
|
607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "Doric" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
607FACED1AFB9204008FA782 /* Debug */,
|
||
|
607FACEE1AFB9204008FA782 /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Doric_Example" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
607FACF01AFB9204008FA782 /* Debug */,
|
||
|
607FACF11AFB9204008FA782 /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Doric_Tests" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
607FACF31AFB9204008FA782 /* Debug */,
|
||
|
607FACF41AFB9204008FA782 /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
/* End XCConfigurationList section */
|
||
|
};
|
||
|
rootObject = 607FACC81AFB9204008FA782 /* Project object */;
|
||
|
}
|