mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
506 lines
20 KiB
Plaintext
506 lines
20 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
BEB31F291A0D6F7A00F525B9 /* SwiftGit2.h in Headers */ = {isa = PBXBuildFile; fileRef = BEB31F281A0D6F7A00F525B9 /* SwiftGit2.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
BEB31F2F1A0D6F7A00F525B9 /* SwiftGit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEB31F231A0D6F7A00F525B9 /* SwiftGit2.framework */; };
|
|
BEB31F361A0D6F7A00F525B9 /* SwiftGit2Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEB31F351A0D6F7A00F525B9 /* SwiftGit2Tests.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
BEB31F301A0D6F7A00F525B9 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = BEB31F1A1A0D6F7A00F525B9 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = BEB31F221A0D6F7A00F525B9;
|
|
remoteInfo = "SwiftGit2-OSX";
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
BEB31F231A0D6F7A00F525B9 /* SwiftGit2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftGit2.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
BEB31F271A0D6F7A00F525B9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
BEB31F281A0D6F7A00F525B9 /* SwiftGit2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftGit2.h; sourceTree = "<group>"; };
|
|
BEB31F2E1A0D6F7A00F525B9 /* SwiftGit2-OSXTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SwiftGit2-OSXTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
BEB31F341A0D6F7A00F525B9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
BEB31F351A0D6F7A00F525B9 /* SwiftGit2Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftGit2Tests.swift; sourceTree = "<group>"; };
|
|
BEB31F431A0D75EE00F525B9 /* Common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; };
|
|
BEB31F451A0D75EE00F525B9 /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
|
|
BEB31F461A0D75EE00F525B9 /* Profile.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Profile.xcconfig; sourceTree = "<group>"; };
|
|
BEB31F471A0D75EE00F525B9 /* Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
|
|
BEB31F481A0D75EE00F525B9 /* Test.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Test.xcconfig; sourceTree = "<group>"; };
|
|
BEB31F4A1A0D75EE00F525B9 /* Application.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Application.xcconfig; sourceTree = "<group>"; };
|
|
BEB31F4B1A0D75EE00F525B9 /* Framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Framework.xcconfig; sourceTree = "<group>"; };
|
|
BEB31F4C1A0D75EE00F525B9 /* StaticLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = StaticLibrary.xcconfig; sourceTree = "<group>"; };
|
|
BEB31F4E1A0D75EE00F525B9 /* iOS-Application.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "iOS-Application.xcconfig"; sourceTree = "<group>"; };
|
|
BEB31F4F1A0D75EE00F525B9 /* iOS-Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "iOS-Base.xcconfig"; sourceTree = "<group>"; };
|
|
BEB31F501A0D75EE00F525B9 /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "iOS-Framework.xcconfig"; sourceTree = "<group>"; };
|
|
BEB31F511A0D75EE00F525B9 /* iOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "iOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
|
|
BEB31F531A0D75EE00F525B9 /* Mac-Application.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-Application.xcconfig"; sourceTree = "<group>"; };
|
|
BEB31F541A0D75EE00F525B9 /* Mac-Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-Base.xcconfig"; sourceTree = "<group>"; };
|
|
BEB31F551A0D75EE00F525B9 /* Mac-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-DynamicLibrary.xcconfig"; sourceTree = "<group>"; };
|
|
BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-Framework.xcconfig"; sourceTree = "<group>"; };
|
|
BEB31F571A0D75EE00F525B9 /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
|
|
BEB31F581A0D75EE00F525B9 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
BEB31F1F1A0D6F7A00F525B9 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BEB31F2B1A0D6F7A00F525B9 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BEB31F2F1A0D6F7A00F525B9 /* SwiftGit2.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
BEB31F191A0D6F7A00F525B9 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BEB31F251A0D6F7A00F525B9 /* SwiftGit2 */,
|
|
BEB31F321A0D6F7A00F525B9 /* SwiftGit2Tests */,
|
|
BEB31F411A0D75EE00F525B9 /* Configuration */,
|
|
BEB31F241A0D6F7A00F525B9 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
BEB31F241A0D6F7A00F525B9 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BEB31F231A0D6F7A00F525B9 /* SwiftGit2.framework */,
|
|
BEB31F2E1A0D6F7A00F525B9 /* SwiftGit2-OSXTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
BEB31F251A0D6F7A00F525B9 /* SwiftGit2 */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BEB31F281A0D6F7A00F525B9 /* SwiftGit2.h */,
|
|
BEB31F261A0D6F7A00F525B9 /* Supporting Files */,
|
|
);
|
|
path = SwiftGit2;
|
|
sourceTree = "<group>";
|
|
};
|
|
BEB31F261A0D6F7A00F525B9 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BEB31F271A0D6F7A00F525B9 /* Info.plist */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
BEB31F321A0D6F7A00F525B9 /* SwiftGit2Tests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BEB31F351A0D6F7A00F525B9 /* SwiftGit2Tests.swift */,
|
|
BEB31F331A0D6F7A00F525B9 /* Supporting Files */,
|
|
);
|
|
path = SwiftGit2Tests;
|
|
sourceTree = "<group>";
|
|
};
|
|
BEB31F331A0D6F7A00F525B9 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BEB31F341A0D6F7A00F525B9 /* Info.plist */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
BEB31F411A0D75EE00F525B9 /* Configuration */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BEB31F421A0D75EE00F525B9 /* Base */,
|
|
BEB31F4D1A0D75EE00F525B9 /* iOS */,
|
|
BEB31F521A0D75EE00F525B9 /* Mac OS X */,
|
|
BEB31F581A0D75EE00F525B9 /* README.md */,
|
|
);
|
|
name = Configuration;
|
|
path = External/Configuration;
|
|
sourceTree = "<group>";
|
|
};
|
|
BEB31F421A0D75EE00F525B9 /* Base */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BEB31F431A0D75EE00F525B9 /* Common.xcconfig */,
|
|
BEB31F441A0D75EE00F525B9 /* Configurations */,
|
|
BEB31F491A0D75EE00F525B9 /* Targets */,
|
|
);
|
|
path = Base;
|
|
sourceTree = "<group>";
|
|
};
|
|
BEB31F441A0D75EE00F525B9 /* Configurations */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BEB31F451A0D75EE00F525B9 /* Debug.xcconfig */,
|
|
BEB31F461A0D75EE00F525B9 /* Profile.xcconfig */,
|
|
BEB31F471A0D75EE00F525B9 /* Release.xcconfig */,
|
|
BEB31F481A0D75EE00F525B9 /* Test.xcconfig */,
|
|
);
|
|
path = Configurations;
|
|
sourceTree = "<group>";
|
|
};
|
|
BEB31F491A0D75EE00F525B9 /* Targets */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BEB31F4A1A0D75EE00F525B9 /* Application.xcconfig */,
|
|
BEB31F4B1A0D75EE00F525B9 /* Framework.xcconfig */,
|
|
BEB31F4C1A0D75EE00F525B9 /* StaticLibrary.xcconfig */,
|
|
);
|
|
path = Targets;
|
|
sourceTree = "<group>";
|
|
};
|
|
BEB31F4D1A0D75EE00F525B9 /* iOS */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BEB31F4E1A0D75EE00F525B9 /* iOS-Application.xcconfig */,
|
|
BEB31F4F1A0D75EE00F525B9 /* iOS-Base.xcconfig */,
|
|
BEB31F501A0D75EE00F525B9 /* iOS-Framework.xcconfig */,
|
|
BEB31F511A0D75EE00F525B9 /* iOS-StaticLibrary.xcconfig */,
|
|
);
|
|
path = iOS;
|
|
sourceTree = "<group>";
|
|
};
|
|
BEB31F521A0D75EE00F525B9 /* Mac OS X */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BEB31F531A0D75EE00F525B9 /* Mac-Application.xcconfig */,
|
|
BEB31F541A0D75EE00F525B9 /* Mac-Base.xcconfig */,
|
|
BEB31F551A0D75EE00F525B9 /* Mac-DynamicLibrary.xcconfig */,
|
|
BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */,
|
|
BEB31F571A0D75EE00F525B9 /* Mac-StaticLibrary.xcconfig */,
|
|
);
|
|
path = "Mac OS X";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
BEB31F201A0D6F7A00F525B9 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BEB31F291A0D6F7A00F525B9 /* SwiftGit2.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
BEB31F221A0D6F7A00F525B9 /* SwiftGit2-OSX */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = BEB31F391A0D6F7A00F525B9 /* Build configuration list for PBXNativeTarget "SwiftGit2-OSX" */;
|
|
buildPhases = (
|
|
BEB31F1E1A0D6F7A00F525B9 /* Sources */,
|
|
BEB31F1F1A0D6F7A00F525B9 /* Frameworks */,
|
|
BEB31F201A0D6F7A00F525B9 /* Headers */,
|
|
BEB31F211A0D6F7A00F525B9 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "SwiftGit2-OSX";
|
|
productName = "SwiftGit2-OSX";
|
|
productReference = BEB31F231A0D6F7A00F525B9 /* SwiftGit2.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
BEB31F2D1A0D6F7A00F525B9 /* SwiftGit2-OSXTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = BEB31F3C1A0D6F7A00F525B9 /* Build configuration list for PBXNativeTarget "SwiftGit2-OSXTests" */;
|
|
buildPhases = (
|
|
BEB31F2A1A0D6F7A00F525B9 /* Sources */,
|
|
BEB31F2B1A0D6F7A00F525B9 /* Frameworks */,
|
|
BEB31F2C1A0D6F7A00F525B9 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
BEB31F311A0D6F7A00F525B9 /* PBXTargetDependency */,
|
|
);
|
|
name = "SwiftGit2-OSXTests";
|
|
productName = "SwiftGit2-OSXTests";
|
|
productReference = BEB31F2E1A0D6F7A00F525B9 /* SwiftGit2-OSXTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
BEB31F1A1A0D6F7A00F525B9 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0610;
|
|
ORGANIZATIONNAME = "GitHub, Inc";
|
|
TargetAttributes = {
|
|
BEB31F221A0D6F7A00F525B9 = {
|
|
CreatedOnToolsVersion = 6.1;
|
|
};
|
|
BEB31F2D1A0D6F7A00F525B9 = {
|
|
CreatedOnToolsVersion = 6.1;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = BEB31F1D1A0D6F7A00F525B9 /* Build configuration list for PBXProject "SwiftGit2" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = BEB31F191A0D6F7A00F525B9;
|
|
productRefGroup = BEB31F241A0D6F7A00F525B9 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
BEB31F221A0D6F7A00F525B9 /* SwiftGit2-OSX */,
|
|
BEB31F2D1A0D6F7A00F525B9 /* SwiftGit2-OSXTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
BEB31F211A0D6F7A00F525B9 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BEB31F2C1A0D6F7A00F525B9 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
BEB31F1E1A0D6F7A00F525B9 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BEB31F2A1A0D6F7A00F525B9 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BEB31F361A0D6F7A00F525B9 /* SwiftGit2Tests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
BEB31F311A0D6F7A00F525B9 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = BEB31F221A0D6F7A00F525B9 /* SwiftGit2-OSX */;
|
|
targetProxy = BEB31F301A0D6F7A00F525B9 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
BEB31F371A0D6F7A00F525B9 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = BEB31F451A0D75EE00F525B9 /* Debug.xcconfig */;
|
|
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;
|
|
COPY_PHASE_STRIP = NO;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
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;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
BEB31F381A0D6F7A00F525B9 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = BEB31F471A0D75EE00F525B9 /* Release.xcconfig */;
|
|
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;
|
|
COPY_PHASE_STRIP = YES;
|
|
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_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;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = macosx;
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
BEB31F3A1A0D6F7A00F525B9 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEFINES_MODULE = YES;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
FRAMEWORK_VERSION = A;
|
|
INFOPLIST_FILE = SwiftGit2/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
|
PRODUCT_NAME = SwiftGit2;
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
BEB31F3B1A0D6F7A00F525B9 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
DEFINES_MODULE = YES;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
FRAMEWORK_VERSION = A;
|
|
INFOPLIST_FILE = SwiftGit2/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
|
PRODUCT_NAME = SwiftGit2;
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
BEB31F3D1A0D6F7A00F525B9 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = BEB31F531A0D75EE00F525B9 /* Mac-Application.xcconfig */;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
"$(inherited)",
|
|
);
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = SwiftGit2Tests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
BEB31F3E1A0D6F7A00F525B9 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = BEB31F531A0D75EE00F525B9 /* Mac-Application.xcconfig */;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = SwiftGit2Tests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
BEB31F1D1A0D6F7A00F525B9 /* Build configuration list for PBXProject "SwiftGit2" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
BEB31F371A0D6F7A00F525B9 /* Debug */,
|
|
BEB31F381A0D6F7A00F525B9 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
BEB31F391A0D6F7A00F525B9 /* Build configuration list for PBXNativeTarget "SwiftGit2-OSX" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
BEB31F3A1A0D6F7A00F525B9 /* Debug */,
|
|
BEB31F3B1A0D6F7A00F525B9 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
BEB31F3C1A0D6F7A00F525B9 /* Build configuration list for PBXNativeTarget "SwiftGit2-OSXTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
BEB31F3D1A0D6F7A00F525B9 /* Debug */,
|
|
BEB31F3E1A0D6F7A00F525B9 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = BEB31F1A1A0D6F7A00F525B9 /* Project object */;
|
|
}
|