221 lines
7.6 KiB
Plaintext
221 lines
7.6 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
C95BCAE51CD0787800FFFAAD /* Base32.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C95BCAE41CD0787800FFFAAD /* Base32.framework */; };
|
|
C98BCBEA1CD0728C00E5C77D /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = C98BCBE91CD0728C00E5C77D /* main.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
C92EBC7E21C0E25E002EEFF9 /* Mac-Application.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "Mac-Application.xcconfig"; path = "Mac OS X/Mac-Application.xcconfig"; sourceTree = "<group>"; };
|
|
C92EBC9021C0E25E002EEFF9 /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Base/Configurations/Debug.xcconfig; sourceTree = "<group>"; };
|
|
C92EBC9121C0E25E002EEFF9 /* Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Base/Configurations/Release.xcconfig; sourceTree = "<group>"; };
|
|
C95BCAE41CD0787800FFFAAD /* Base32.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Base32.framework; path = ../build/Debug/Base32.framework; sourceTree = "<group>"; };
|
|
C98BCBE61CD0728C00E5C77D /* PerformanceTests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PerformanceTests.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
C98BCBE91CD0728C00E5C77D /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
C98BCBE31CD0728C00E5C77D /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C95BCAE51CD0787800FFFAAD /* Base32.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
C92EBC7321C0E25E002EEFF9 /* Configurations */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C92EBC9021C0E25E002EEFF9 /* Debug.xcconfig */,
|
|
C92EBC9121C0E25E002EEFF9 /* Release.xcconfig */,
|
|
C92EBC7E21C0E25E002EEFF9 /* Mac-Application.xcconfig */,
|
|
);
|
|
name = Configurations;
|
|
path = ../Carthage/Checkouts/xcconfigs;
|
|
sourceTree = "<group>";
|
|
};
|
|
C95BCAE61CD0788B00FFFAAD /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C95BCAE41CD0787800FFFAAD /* Base32.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
C98BCBDD1CD0728C00E5C77D = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C98BCBE81CD0728C00E5C77D /* PerformanceTests */,
|
|
C92EBC7321C0E25E002EEFF9 /* Configurations */,
|
|
C95BCAE61CD0788B00FFFAAD /* Frameworks */,
|
|
C98BCBE71CD0728C00E5C77D /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
C98BCBE71CD0728C00E5C77D /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C98BCBE61CD0728C00E5C77D /* PerformanceTests.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
C98BCBE81CD0728C00E5C77D /* PerformanceTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C98BCBE91CD0728C00E5C77D /* main.swift */,
|
|
);
|
|
path = PerformanceTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
C98BCBE51CD0728C00E5C77D /* PerformanceTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C98BCBF31CD0728C00E5C77D /* Build configuration list for PBXNativeTarget "PerformanceTests" */;
|
|
buildPhases = (
|
|
C98BCBE21CD0728C00E5C77D /* Sources */,
|
|
C98BCBE31CD0728C00E5C77D /* Frameworks */,
|
|
C98BCBE41CD0728C00E5C77D /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = PerformanceTests;
|
|
productName = PerformanceTests;
|
|
productReference = C98BCBE61CD0728C00E5C77D /* PerformanceTests.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
C98BCBDE1CD0728C00E5C77D /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 0730;
|
|
LastUpgradeCheck = 1010;
|
|
ORGANIZATIONNAME = "Matt Rubin";
|
|
TargetAttributes = {
|
|
C98BCBE51CD0728C00E5C77D = {
|
|
CreatedOnToolsVersion = 7.3;
|
|
LastSwiftMigration = 1020;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = C98BCBE11CD0728C00E5C77D /* Build configuration list for PBXProject "PerformanceTests" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = C98BCBDD1CD0728C00E5C77D;
|
|
productRefGroup = C98BCBE71CD0728C00E5C77D /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
C98BCBE51CD0728C00E5C77D /* PerformanceTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
C98BCBE41CD0728C00E5C77D /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
C98BCBE21CD0728C00E5C77D /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C98BCBEA1CD0728C00E5C77D /* main.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
C98BCBF11CD0728C00E5C77D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = C92EBC9021C0E25E002EEFF9 /* Debug.xcconfig */;
|
|
buildSettings = {
|
|
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
SDKROOT = macosx;
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
C98BCBF21CD0728C00E5C77D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = C92EBC9121C0E25E002EEFF9 /* Release.xcconfig */;
|
|
buildSettings = {
|
|
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
SDKROOT = macosx;
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
C98BCBF41CD0728C00E5C77D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = C92EBC7E21C0E25E002EEFF9 /* Mac-Application.xcconfig */;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
PRODUCT_BUNDLE_IDENTIFIER = me.mattrubin.PerformanceTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
C98BCBF51CD0728C00E5C77D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = C92EBC7E21C0E25E002EEFF9 /* Mac-Application.xcconfig */;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
PRODUCT_BUNDLE_IDENTIFIER = me.mattrubin.PerformanceTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
C98BCBE11CD0728C00E5C77D /* Build configuration list for PBXProject "PerformanceTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C98BCBF11CD0728C00E5C77D /* Debug */,
|
|
C98BCBF21CD0728C00E5C77D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C98BCBF31CD0728C00E5C77D /* Build configuration list for PBXNativeTarget "PerformanceTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C98BCBF41CD0728C00E5C77D /* Debug */,
|
|
C98BCBF51CD0728C00E5C77D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = C98BCBDE1CD0728C00E5C77D /* Project object */;
|
|
}
|