mirror of
https://github.com/aemaeth-me/SwiftyCharms.git
synced 2026-01-12 17:52:49 +08:00
576 lines
26 KiB
Plaintext
576 lines
26 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
045EF3841C75DC3A004D898A /* XMLParserExamples.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045EF3831C75DC3A004D898A /* XMLParserExamples.swift */; };
|
|
045EF3881C75FE82004D898A /* XMLParserTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045EF3871C75FE82004D898A /* XMLParserTest.swift */; };
|
|
1745C3561C72CCF80035A6D2 /* SwiftyCharms.h in Headers */ = {isa = PBXBuildFile; fileRef = 1745C3551C72CCF80035A6D2 /* SwiftyCharms.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
1745C35D1C72CCF80035A6D2 /* SwiftyCharms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1745C3521C72CCF80035A6D2 /* SwiftyCharms.framework */; };
|
|
17B604531C72CEEE00F056AE /* Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B6044C1C72CEEE00F056AE /* Async.swift */; };
|
|
17B604541C72CEEE00F056AE /* AsyncCharms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B6044D1C72CEEE00F056AE /* AsyncCharms.swift */; };
|
|
17B604551C72CEEE00F056AE /* Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B6044E1C72CEEE00F056AE /* Parser.swift */; };
|
|
17B604561C72CEEE00F056AE /* ParserCharms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B6044F1C72CEEE00F056AE /* ParserCharms.swift */; };
|
|
17B604571C72CEEE00F056AE /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B604501C72CEEE00F056AE /* Result.swift */; };
|
|
17B604581C72CEEE00F056AE /* ResultCharms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B604511C72CEEE00F056AE /* ResultCharms.swift */; };
|
|
17B604591C72CEEE00F056AE /* Runes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B604521C72CEEE00F056AE /* Runes.swift */; };
|
|
17B6045B1C72CFA000F056AE /* JSONParserExamples.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B6045A1C72CFA000F056AE /* JSONParserExamples.swift */; };
|
|
17B6045D1C72F9C100F056AE /* JSONParserTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B6045C1C72F9C100F056AE /* JSONParserTest.swift */; };
|
|
17B6045F1C74542800F056AE /* CustomMatchers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B6045E1C74542800F056AE /* CustomMatchers.swift */; };
|
|
17B604611C74770500F056AE /* example.json in Resources */ = {isa = PBXBuildFile; fileRef = 17B604601C74770500F056AE /* example.json */; };
|
|
35313E4020F10B7AC4408398 /* Pods_SwiftyCharms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 160C85B7AFA353215A1B9347 /* Pods_SwiftyCharms.framework */; };
|
|
969E9BD728267323D3C6C8FE /* Pods_SwiftyCharmsTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C2D227430E79D5281745ECDF /* Pods_SwiftyCharmsTests.framework */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
1745C35E1C72CCF80035A6D2 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 1745C3491C72CCF70035A6D2 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 1745C3511C72CCF80035A6D2;
|
|
remoteInfo = SwiftyCharms;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
045EF3831C75DC3A004D898A /* XMLParserExamples.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = XMLParserExamples.swift; sourceTree = "<group>"; };
|
|
045EF3871C75FE82004D898A /* XMLParserTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = XMLParserTest.swift; sourceTree = "<group>"; };
|
|
160C85B7AFA353215A1B9347 /* Pods_SwiftyCharms.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftyCharms.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1745C3521C72CCF80035A6D2 /* SwiftyCharms.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyCharms.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1745C3551C72CCF80035A6D2 /* SwiftyCharms.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftyCharms.h; sourceTree = "<group>"; };
|
|
1745C3571C72CCF80035A6D2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
1745C35C1C72CCF80035A6D2 /* SwiftyCharmsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftyCharmsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1745C3631C72CCF80035A6D2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
17B6044C1C72CEEE00F056AE /* Async.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Async.swift; sourceTree = "<group>"; };
|
|
17B6044D1C72CEEE00F056AE /* AsyncCharms.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsyncCharms.swift; sourceTree = "<group>"; };
|
|
17B6044E1C72CEEE00F056AE /* Parser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Parser.swift; sourceTree = "<group>"; };
|
|
17B6044F1C72CEEE00F056AE /* ParserCharms.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParserCharms.swift; sourceTree = "<group>"; };
|
|
17B604501C72CEEE00F056AE /* Result.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = "<group>"; };
|
|
17B604511C72CEEE00F056AE /* ResultCharms.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResultCharms.swift; sourceTree = "<group>"; };
|
|
17B604521C72CEEE00F056AE /* Runes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Runes.swift; sourceTree = "<group>"; };
|
|
17B6045A1C72CFA000F056AE /* JSONParserExamples.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSONParserExamples.swift; sourceTree = "<group>"; };
|
|
17B6045C1C72F9C100F056AE /* JSONParserTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSONParserTest.swift; sourceTree = "<group>"; };
|
|
17B6045E1C74542800F056AE /* CustomMatchers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomMatchers.swift; sourceTree = "<group>"; };
|
|
17B604601C74770500F056AE /* example.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = example.json; sourceTree = "<group>"; };
|
|
566DA7FCB2E22AB313E7A83E /* Pods-SwiftyCharms.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftyCharms.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftyCharms/Pods-SwiftyCharms.release.xcconfig"; sourceTree = "<group>"; };
|
|
71EE978A31756536C5C9467A /* Pods-SwiftyCharmsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftyCharmsTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftyCharmsTests/Pods-SwiftyCharmsTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
A7AD7761AE503992D55A8AA2 /* Pods-SwiftyCharms.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftyCharms.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftyCharms/Pods-SwiftyCharms.debug.xcconfig"; sourceTree = "<group>"; };
|
|
AC0EF663672259D5A7C704C8 /* Pods-SwiftyCharmsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftyCharmsTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftyCharmsTests/Pods-SwiftyCharmsTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
C2D227430E79D5281745ECDF /* Pods_SwiftyCharmsTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftyCharmsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
D9DC3DC69780EFF580790B03 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
1745C34E1C72CCF80035A6D2 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
35313E4020F10B7AC4408398 /* Pods_SwiftyCharms.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1745C3591C72CCF80035A6D2 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1745C35D1C72CCF80035A6D2 /* SwiftyCharms.framework in Frameworks */,
|
|
969E9BD728267323D3C6C8FE /* Pods_SwiftyCharmsTests.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
1745C3481C72CCF70035A6D2 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
17B6044B1C72CECD00F056AE /* Source */,
|
|
1745C3541C72CCF80035A6D2 /* SwiftyCharms */,
|
|
1745C3601C72CCF80035A6D2 /* SwiftyCharmsTests */,
|
|
1745C3531C72CCF80035A6D2 /* Products */,
|
|
CCD308C175948D8FCFCFDB3C /* Frameworks */,
|
|
2C22AF606ABFEF342B7A11B4 /* Pods */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
1745C3531C72CCF80035A6D2 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1745C3521C72CCF80035A6D2 /* SwiftyCharms.framework */,
|
|
1745C35C1C72CCF80035A6D2 /* SwiftyCharmsTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
1745C3541C72CCF80035A6D2 /* SwiftyCharms */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1745C3551C72CCF80035A6D2 /* SwiftyCharms.h */,
|
|
1745C3571C72CCF80035A6D2 /* Info.plist */,
|
|
17B6045A1C72CFA000F056AE /* JSONParserExamples.swift */,
|
|
045EF3831C75DC3A004D898A /* XMLParserExamples.swift */,
|
|
);
|
|
path = SwiftyCharms;
|
|
sourceTree = "<group>";
|
|
};
|
|
1745C3601C72CCF80035A6D2 /* SwiftyCharmsTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
045EF3871C75FE82004D898A /* XMLParserTest.swift */,
|
|
1745C3631C72CCF80035A6D2 /* Info.plist */,
|
|
17B6045C1C72F9C100F056AE /* JSONParserTest.swift */,
|
|
17B6045E1C74542800F056AE /* CustomMatchers.swift */,
|
|
17B604601C74770500F056AE /* example.json */,
|
|
);
|
|
path = SwiftyCharmsTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
17B6044B1C72CECD00F056AE /* Source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
17B6044C1C72CEEE00F056AE /* Async.swift */,
|
|
17B6044D1C72CEEE00F056AE /* AsyncCharms.swift */,
|
|
17B6044E1C72CEEE00F056AE /* Parser.swift */,
|
|
17B6044F1C72CEEE00F056AE /* ParserCharms.swift */,
|
|
17B604501C72CEEE00F056AE /* Result.swift */,
|
|
17B604511C72CEEE00F056AE /* ResultCharms.swift */,
|
|
17B604521C72CEEE00F056AE /* Runes.swift */,
|
|
);
|
|
path = Source;
|
|
sourceTree = "<group>";
|
|
};
|
|
2C22AF606ABFEF342B7A11B4 /* Pods */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AC0EF663672259D5A7C704C8 /* Pods-SwiftyCharmsTests.debug.xcconfig */,
|
|
71EE978A31756536C5C9467A /* Pods-SwiftyCharmsTests.release.xcconfig */,
|
|
A7AD7761AE503992D55A8AA2 /* Pods-SwiftyCharms.debug.xcconfig */,
|
|
566DA7FCB2E22AB313E7A83E /* Pods-SwiftyCharms.release.xcconfig */,
|
|
);
|
|
name = Pods;
|
|
sourceTree = "<group>";
|
|
};
|
|
CCD308C175948D8FCFCFDB3C /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D9DC3DC69780EFF580790B03 /* Pods.framework */,
|
|
C2D227430E79D5281745ECDF /* Pods_SwiftyCharmsTests.framework */,
|
|
160C85B7AFA353215A1B9347 /* Pods_SwiftyCharms.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
1745C34F1C72CCF80035A6D2 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
1745C3561C72CCF80035A6D2 /* SwiftyCharms.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
1745C3511C72CCF80035A6D2 /* SwiftyCharms */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1745C3661C72CCF80035A6D2 /* Build configuration list for PBXNativeTarget "SwiftyCharms" */;
|
|
buildPhases = (
|
|
E82AD5621ABCB795A3D1CF08 /* 📦 Check Pods Manifest.lock */,
|
|
1745C34D1C72CCF80035A6D2 /* Sources */,
|
|
1745C34E1C72CCF80035A6D2 /* Frameworks */,
|
|
1745C34F1C72CCF80035A6D2 /* Headers */,
|
|
1745C3501C72CCF80035A6D2 /* Resources */,
|
|
F22E4BCBC783BF6679F78F56 /* 📦 Copy Pods Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = SwiftyCharms;
|
|
productName = SwiftyCharms;
|
|
productReference = 1745C3521C72CCF80035A6D2 /* SwiftyCharms.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
1745C35B1C72CCF80035A6D2 /* SwiftyCharmsTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1745C3691C72CCF80035A6D2 /* Build configuration list for PBXNativeTarget "SwiftyCharmsTests" */;
|
|
buildPhases = (
|
|
344C713040F4EFD6C4094608 /* 📦 Check Pods Manifest.lock */,
|
|
1745C3581C72CCF80035A6D2 /* Sources */,
|
|
1745C3591C72CCF80035A6D2 /* Frameworks */,
|
|
1745C35A1C72CCF80035A6D2 /* Resources */,
|
|
D0B28AD696CF3A33805CE834 /* 📦 Embed Pods Frameworks */,
|
|
2E13FFA4BE2367BBAD942BED /* 📦 Copy Pods Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
1745C35F1C72CCF80035A6D2 /* PBXTargetDependency */,
|
|
);
|
|
name = SwiftyCharmsTests;
|
|
productName = SwiftyCharmsTests;
|
|
productReference = 1745C35C1C72CCF80035A6D2 /* SwiftyCharmsTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
1745C3491C72CCF70035A6D2 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 0720;
|
|
LastUpgradeCheck = 0720;
|
|
ORGANIZATIONNAME = "Ruoyu Fu";
|
|
TargetAttributes = {
|
|
1745C3511C72CCF80035A6D2 = {
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
DevelopmentTeam = RH547UXARG;
|
|
};
|
|
1745C35B1C72CCF80035A6D2 = {
|
|
CreatedOnToolsVersion = 7.2.1;
|
|
DevelopmentTeam = RH547UXARG;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 1745C34C1C72CCF70035A6D2 /* Build configuration list for PBXProject "SwiftyCharms" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 1745C3481C72CCF70035A6D2;
|
|
productRefGroup = 1745C3531C72CCF80035A6D2 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
1745C3511C72CCF80035A6D2 /* SwiftyCharms */,
|
|
1745C35B1C72CCF80035A6D2 /* SwiftyCharmsTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
1745C3501C72CCF80035A6D2 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1745C35A1C72CCF80035A6D2 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
17B604611C74770500F056AE /* example.json in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
2E13FFA4BE2367BBAD942BED /* 📦 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-SwiftyCharmsTests/Pods-SwiftyCharmsTests-resources.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
344C713040F4EFD6C4094608 /* 📦 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;
|
|
};
|
|
D0B28AD696CF3A33805CE834 /* 📦 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-SwiftyCharmsTests/Pods-SwiftyCharmsTests-frameworks.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
E82AD5621ABCB795A3D1CF08 /* 📦 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;
|
|
};
|
|
F22E4BCBC783BF6679F78F56 /* 📦 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-SwiftyCharms/Pods-SwiftyCharms-resources.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
1745C34D1C72CCF80035A6D2 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
17B604561C72CEEE00F056AE /* ParserCharms.swift in Sources */,
|
|
17B604571C72CEEE00F056AE /* Result.swift in Sources */,
|
|
17B604581C72CEEE00F056AE /* ResultCharms.swift in Sources */,
|
|
17B6045B1C72CFA000F056AE /* JSONParserExamples.swift in Sources */,
|
|
17B604591C72CEEE00F056AE /* Runes.swift in Sources */,
|
|
17B604541C72CEEE00F056AE /* AsyncCharms.swift in Sources */,
|
|
17B604531C72CEEE00F056AE /* Async.swift in Sources */,
|
|
17B604551C72CEEE00F056AE /* Parser.swift in Sources */,
|
|
045EF3841C75DC3A004D898A /* XMLParserExamples.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
1745C3581C72CCF80035A6D2 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
045EF3881C75FE82004D898A /* XMLParserTest.swift in Sources */,
|
|
17B6045F1C74542800F056AE /* CustomMatchers.swift in Sources */,
|
|
17B6045D1C72F9C100F056AE /* JSONParserTest.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
1745C35F1C72CCF80035A6D2 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 1745C3511C72CCF80035A6D2 /* SwiftyCharms */;
|
|
targetProxy = 1745C35E1C72CCF80035A6D2 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
1745C3641C72CCF80035A6D2 /* 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;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
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 = 9.2;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
1745C3651C72CCF80035A6D2 /* 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;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
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.2;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = iphoneos;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
VALIDATE_PRODUCT = YES;
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
1745C3671C72CCF80035A6D2 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = A7AD7761AE503992D55A8AA2 /* Pods-SwiftyCharms.debug.xcconfig */;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
DEFINES_MODULE = YES;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
INFOPLIST_FILE = SwiftyCharms/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = Aemaeth.SwiftyCharms;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
1745C3681C72CCF80035A6D2 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 566DA7FCB2E22AB313E7A83E /* Pods-SwiftyCharms.release.xcconfig */;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
DEFINES_MODULE = YES;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
INFOPLIST_FILE = SwiftyCharms/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = Aemaeth.SwiftyCharms;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
1745C36A1C72CCF80035A6D2 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = AC0EF663672259D5A7C704C8 /* Pods-SwiftyCharmsTests.debug.xcconfig */;
|
|
buildSettings = {
|
|
INFOPLIST_FILE = SwiftyCharmsTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = Aemaeth.SwiftyCharmsTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
1745C36B1C72CCF80035A6D2 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 71EE978A31756536C5C9467A /* Pods-SwiftyCharmsTests.release.xcconfig */;
|
|
buildSettings = {
|
|
INFOPLIST_FILE = SwiftyCharmsTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = Aemaeth.SwiftyCharmsTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1745C34C1C72CCF70035A6D2 /* Build configuration list for PBXProject "SwiftyCharms" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1745C3641C72CCF80035A6D2 /* Debug */,
|
|
1745C3651C72CCF80035A6D2 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1745C3661C72CCF80035A6D2 /* Build configuration list for PBXNativeTarget "SwiftyCharms" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1745C3671C72CCF80035A6D2 /* Debug */,
|
|
1745C3681C72CCF80035A6D2 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1745C3691C72CCF80035A6D2 /* Build configuration list for PBXNativeTarget "SwiftyCharmsTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1745C36A1C72CCF80035A6D2 /* Debug */,
|
|
1745C36B1C72CCF80035A6D2 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 1745C3491C72CCF70035A6D2 /* Project object */;
|
|
}
|