ipatool/ipatool.xcodeproj/project.pbxproj

449 lines
20 KiB
Plaintext
Raw Normal View History

2021-05-22 16:33:47 +08:00
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
2021-05-22 16:51:35 +08:00
objectVersion = 52;
2021-05-22 16:33:47 +08:00
objects = {
/* Begin PBXBuildFile section */
A9CA48C22658F93F00BC09D5 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48C12658F93F00BC09D5 /* main.swift */; };
2021-05-22 16:51:35 +08:00
A9CA48CA2658FB6900BC09D5 /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = A9CA48C92658FB6900BC09D5 /* ArgumentParser */; };
A9CA48CD2658FBF700BC09D5 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48CC2658FBF700BC09D5 /* Download.swift */; };
A9CA48CF2658FC7400BC09D5 /* IPATool.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48CE2658FC7400BC09D5 /* IPATool.swift */; };
2021-05-22 19:46:28 +08:00
A9CA48D2265913B300BC09D5 /* HTTPRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48D1265913B300BC09D5 /* HTTPRequest.swift */; };
A9CA48D626591AC200BC09D5 /* HTTPClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48D526591AC200BC09D5 /* HTTPClient.swift */; };
A9CA48D826591B0400BC09D5 /* URLSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48D726591B0400BC09D5 /* URLSession.swift */; };
A9CA48DA26591CE200BC09D5 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48D926591CE200BC09D5 /* HTTPMethod.swift */; };
A9CA48DC26591CF100BC09D5 /* HTTPPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48DB26591CF100BC09D5 /* HTTPPayload.swift */; };
A9CA48DE26591D6A00BC09D5 /* HTTPEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48DD26591D6A00BC09D5 /* HTTPEndpoint.swift */; };
A9CA48E026591E4000BC09D5 /* HTTPResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48DF26591E4000BC09D5 /* HTTPResponse.swift */; };
2021-05-22 20:00:06 +08:00
A9CA48E3265926D200BC09D5 /* iTunesClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48E2265926D200BC09D5 /* iTunesClient.swift */; };
A9CA48E5265926DB00BC09D5 /* iTunesRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48E4265926DB00BC09D5 /* iTunesRequest.swift */; };
A9CA48E72659273700BC09D5 /* iTunesEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48E62659273700BC09D5 /* iTunesEndpoint.swift */; };
A9CA48E92659281F00BC09D5 /* iTunesResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48E82659281F00BC09D5 /* iTunesResponse.swift */; };
2021-05-22 21:31:25 +08:00
A9CA48EC26592DD100BC09D5 /* StoreClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48EB26592DD100BC09D5 /* StoreClient.swift */; };
A9CA48EE26592DD800BC09D5 /* StoreEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48ED26592DD800BC09D5 /* StoreEndpoint.swift */; };
A9CA48F026592DE100BC09D5 /* StoreRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48EF26592DE100BC09D5 /* StoreRequest.swift */; };
A9CA48F22659317E00BC09D5 /* StoreResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48F12659317E00BC09D5 /* StoreResponse.swift */; };
2021-05-22 22:02:11 +08:00
A9CA48F52659423C00BC09D5 /* ZIPFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = A9CA48F42659423C00BC09D5 /* ZIPFoundation */; };
A9CA48F8265942D500BC09D5 /* SignatureClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48F7265942D500BC09D5 /* SignatureClient.swift */; };
2021-05-22 22:21:51 +08:00
A9CA48FA2659478600BC09D5 /* HTTPDownloadClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9CA48F92659478600BC09D5 /* HTTPDownloadClient.swift */; };
2021-05-22 16:33:47 +08:00
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
A9CA48BC2658F93F00BC09D5 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
A9CA48BE2658F93F00BC09D5 /* ipatool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ipatool; sourceTree = BUILT_PRODUCTS_DIR; };
A9CA48C12658F93F00BC09D5 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
2021-05-22 16:51:35 +08:00
A9CA48CC2658FBF700BC09D5 /* Download.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Download.swift; sourceTree = "<group>"; };
A9CA48CE2658FC7400BC09D5 /* IPATool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IPATool.swift; sourceTree = "<group>"; };
2021-05-22 19:46:28 +08:00
A9CA48D1265913B300BC09D5 /* HTTPRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPRequest.swift; sourceTree = "<group>"; };
A9CA48D526591AC200BC09D5 /* HTTPClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPClient.swift; sourceTree = "<group>"; };
A9CA48D726591B0400BC09D5 /* URLSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLSession.swift; sourceTree = "<group>"; };
A9CA48D926591CE200BC09D5 /* HTTPMethod.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPMethod.swift; sourceTree = "<group>"; };
A9CA48DB26591CF100BC09D5 /* HTTPPayload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPPayload.swift; sourceTree = "<group>"; };
A9CA48DD26591D6A00BC09D5 /* HTTPEndpoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPEndpoint.swift; sourceTree = "<group>"; };
A9CA48DF26591E4000BC09D5 /* HTTPResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPResponse.swift; sourceTree = "<group>"; };
2021-05-22 20:00:06 +08:00
A9CA48E2265926D200BC09D5 /* iTunesClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iTunesClient.swift; sourceTree = "<group>"; };
A9CA48E4265926DB00BC09D5 /* iTunesRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iTunesRequest.swift; sourceTree = "<group>"; };
A9CA48E62659273700BC09D5 /* iTunesEndpoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iTunesEndpoint.swift; sourceTree = "<group>"; };
A9CA48E82659281F00BC09D5 /* iTunesResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iTunesResponse.swift; sourceTree = "<group>"; };
2021-05-22 21:31:25 +08:00
A9CA48EB26592DD100BC09D5 /* StoreClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreClient.swift; sourceTree = "<group>"; };
A9CA48ED26592DD800BC09D5 /* StoreEndpoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreEndpoint.swift; sourceTree = "<group>"; };
A9CA48EF26592DE100BC09D5 /* StoreRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreRequest.swift; sourceTree = "<group>"; };
A9CA48F12659317E00BC09D5 /* StoreResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreResponse.swift; sourceTree = "<group>"; };
2021-05-22 22:02:11 +08:00
A9CA48F7265942D500BC09D5 /* SignatureClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignatureClient.swift; sourceTree = "<group>"; };
2021-05-22 22:21:51 +08:00
A9CA48F92659478600BC09D5 /* HTTPDownloadClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPDownloadClient.swift; sourceTree = "<group>"; };
2021-05-22 16:33:47 +08:00
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
A9CA48BB2658F93F00BC09D5 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2021-05-22 16:51:35 +08:00
A9CA48CA2658FB6900BC09D5 /* ArgumentParser in Frameworks */,
2021-05-22 22:02:11 +08:00
A9CA48F52659423C00BC09D5 /* ZIPFoundation in Frameworks */,
2021-05-22 16:33:47 +08:00
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
A9CA48B52658F93F00BC09D5 = {
isa = PBXGroup;
children = (
A9CA48C02658F93F00BC09D5 /* Source */,
A9CA48BF2658F93F00BC09D5 /* Products */,
);
sourceTree = "<group>";
};
A9CA48BF2658F93F00BC09D5 /* Products */ = {
isa = PBXGroup;
children = (
A9CA48BE2658F93F00BC09D5 /* ipatool */,
);
name = Products;
sourceTree = "<group>";
};
A9CA48C02658F93F00BC09D5 /* Source */ = {
isa = PBXGroup;
children = (
2021-05-22 16:51:35 +08:00
A9CA48CB2658FBEB00BC09D5 /* Commands */,
2021-05-22 20:00:06 +08:00
A9CA48E1265926BF00BC09D5 /* iTunes */,
2021-05-22 19:46:28 +08:00
A9CA48D02659138600BC09D5 /* Networking */,
2021-05-22 22:02:11 +08:00
A9CA48F6265942A600BC09D5 /* Signature */,
2021-05-22 21:31:25 +08:00
A9CA48EA265929E000BC09D5 /* Store */,
2021-05-22 16:51:35 +08:00
A9CA48CE2658FC7400BC09D5 /* IPATool.swift */,
2021-05-22 16:33:47 +08:00
A9CA48C12658F93F00BC09D5 /* main.swift */,
);
path = Source;
sourceTree = "<group>";
};
2021-05-22 16:51:35 +08:00
A9CA48CB2658FBEB00BC09D5 /* Commands */ = {
isa = PBXGroup;
children = (
A9CA48CC2658FBF700BC09D5 /* Download.swift */,
);
path = Commands;
sourceTree = "<group>";
};
2021-05-22 19:46:28 +08:00
A9CA48D02659138600BC09D5 /* Networking */ = {
isa = PBXGroup;
children = (
A9CA48D526591AC200BC09D5 /* HTTPClient.swift */,
2021-05-22 22:21:51 +08:00
A9CA48F92659478600BC09D5 /* HTTPDownloadClient.swift */,
2021-05-22 19:46:28 +08:00
A9CA48DD26591D6A00BC09D5 /* HTTPEndpoint.swift */,
A9CA48D926591CE200BC09D5 /* HTTPMethod.swift */,
A9CA48DB26591CF100BC09D5 /* HTTPPayload.swift */,
A9CA48D1265913B300BC09D5 /* HTTPRequest.swift */,
A9CA48DF26591E4000BC09D5 /* HTTPResponse.swift */,
A9CA48D726591B0400BC09D5 /* URLSession.swift */,
);
path = Networking;
sourceTree = "<group>";
};
2021-05-22 20:00:06 +08:00
A9CA48E1265926BF00BC09D5 /* iTunes */ = {
isa = PBXGroup;
children = (
A9CA48E2265926D200BC09D5 /* iTunesClient.swift */,
A9CA48E62659273700BC09D5 /* iTunesEndpoint.swift */,
A9CA48E4265926DB00BC09D5 /* iTunesRequest.swift */,
A9CA48E82659281F00BC09D5 /* iTunesResponse.swift */,
);
path = iTunes;
sourceTree = "<group>";
};
2021-05-22 21:31:25 +08:00
A9CA48EA265929E000BC09D5 /* Store */ = {
isa = PBXGroup;
children = (
A9CA48EB26592DD100BC09D5 /* StoreClient.swift */,
A9CA48ED26592DD800BC09D5 /* StoreEndpoint.swift */,
A9CA48EF26592DE100BC09D5 /* StoreRequest.swift */,
A9CA48F12659317E00BC09D5 /* StoreResponse.swift */,
);
path = Store;
sourceTree = "<group>";
};
2021-05-22 22:02:11 +08:00
A9CA48F6265942A600BC09D5 /* Signature */ = {
isa = PBXGroup;
children = (
A9CA48F7265942D500BC09D5 /* SignatureClient.swift */,
);
path = Signature;
sourceTree = "<group>";
};
2021-05-22 16:33:47 +08:00
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
2021-05-22 19:46:28 +08:00
A9CA48BD2658F93F00BC09D5 /* IPATool */ = {
2021-05-22 16:33:47 +08:00
isa = PBXNativeTarget;
2021-05-22 19:46:28 +08:00
buildConfigurationList = A9CA48C52658F93F00BC09D5 /* Build configuration list for PBXNativeTarget "IPATool" */;
2021-05-22 16:33:47 +08:00
buildPhases = (
A9CA48BA2658F93F00BC09D5 /* Sources */,
A9CA48BB2658F93F00BC09D5 /* Frameworks */,
A9CA48BC2658F93F00BC09D5 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
2021-05-22 19:46:28 +08:00
name = IPATool;
2021-05-22 16:51:35 +08:00
packageProductDependencies = (
A9CA48C92658FB6900BC09D5 /* ArgumentParser */,
2021-05-22 22:02:11 +08:00
A9CA48F42659423C00BC09D5 /* ZIPFoundation */,
2021-05-22 16:51:35 +08:00
);
2021-05-22 16:33:47 +08:00
productName = ipatool;
productReference = A9CA48BE2658F93F00BC09D5 /* ipatool */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
A9CA48B62658F93F00BC09D5 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1250;
LastUpgradeCheck = 1250;
TargetAttributes = {
A9CA48BD2658F93F00BC09D5 = {
CreatedOnToolsVersion = 12.5;
};
};
};
buildConfigurationList = A9CA48B92658F93F00BC09D5 /* Build configuration list for PBXProject "ipatool" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = A9CA48B52658F93F00BC09D5;
2021-05-22 16:51:35 +08:00
packageReferences = (
A9CA48C82658FB6900BC09D5 /* XCRemoteSwiftPackageReference "swift-argument-parser" */,
2021-05-22 22:02:11 +08:00
A9CA48F32659423C00BC09D5 /* XCRemoteSwiftPackageReference "ZIPFoundation" */,
2021-05-22 16:51:35 +08:00
);
2021-05-22 16:33:47 +08:00
productRefGroup = A9CA48BF2658F93F00BC09D5 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
2021-05-22 19:46:28 +08:00
A9CA48BD2658F93F00BC09D5 /* IPATool */,
2021-05-22 16:33:47 +08:00
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
A9CA48BA2658F93F00BC09D5 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2021-05-22 16:51:35 +08:00
A9CA48CF2658FC7400BC09D5 /* IPATool.swift in Sources */,
2021-05-22 19:46:28 +08:00
A9CA48DE26591D6A00BC09D5 /* HTTPEndpoint.swift in Sources */,
A9CA48E026591E4000BC09D5 /* HTTPResponse.swift in Sources */,
A9CA48D626591AC200BC09D5 /* HTTPClient.swift in Sources */,
A9CA48DA26591CE200BC09D5 /* HTTPMethod.swift in Sources */,
2021-05-22 20:00:06 +08:00
A9CA48E3265926D200BC09D5 /* iTunesClient.swift in Sources */,
2021-05-22 21:31:25 +08:00
A9CA48F026592DE100BC09D5 /* StoreRequest.swift in Sources */,
2021-05-22 19:46:28 +08:00
A9CA48D826591B0400BC09D5 /* URLSession.swift in Sources */,
2021-05-22 20:00:06 +08:00
A9CA48E5265926DB00BC09D5 /* iTunesRequest.swift in Sources */,
2021-05-22 19:46:28 +08:00
A9CA48D2265913B300BC09D5 /* HTTPRequest.swift in Sources */,
2021-05-22 16:33:47 +08:00
A9CA48C22658F93F00BC09D5 /* main.swift in Sources */,
2021-05-22 21:31:25 +08:00
A9CA48EC26592DD100BC09D5 /* StoreClient.swift in Sources */,
2021-05-22 22:02:11 +08:00
A9CA48F8265942D500BC09D5 /* SignatureClient.swift in Sources */,
2021-05-22 20:00:06 +08:00
A9CA48E92659281F00BC09D5 /* iTunesResponse.swift in Sources */,
2021-05-22 21:31:25 +08:00
A9CA48EE26592DD800BC09D5 /* StoreEndpoint.swift in Sources */,
2021-05-22 19:46:28 +08:00
A9CA48DC26591CF100BC09D5 /* HTTPPayload.swift in Sources */,
2021-05-22 20:00:06 +08:00
A9CA48E72659273700BC09D5 /* iTunesEndpoint.swift in Sources */,
2021-05-22 21:31:25 +08:00
A9CA48F22659317E00BC09D5 /* StoreResponse.swift in Sources */,
2021-05-22 22:21:51 +08:00
A9CA48FA2659478600BC09D5 /* HTTPDownloadClient.swift in Sources */,
2021-05-22 16:51:35 +08:00
A9CA48CD2658FBF700BC09D5 /* Download.swift in Sources */,
2021-05-22 16:33:47 +08:00
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
A9CA48C32658F93F00BC09D5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
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_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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;
MACOSX_DEPLOYMENT_TARGET = 11.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
A9CA48C42658F93F00BC09D5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
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_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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;
MACOSX_DEPLOYMENT_TARGET = 11.3;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;
};
A9CA48C62658F93F00BC09D5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
2021-05-22 22:02:11 +08:00
MACOSX_DEPLOYMENT_TARGET = 10.11;
2021-05-22 19:46:28 +08:00
PRODUCT_NAME = ipatool;
2021-05-22 16:33:47 +08:00
SWIFT_VERSION = 5.0;
};
name = Debug;
};
A9CA48C72658F93F00BC09D5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
2021-05-22 22:02:11 +08:00
MACOSX_DEPLOYMENT_TARGET = 10.11;
2021-05-22 19:46:28 +08:00
PRODUCT_NAME = ipatool;
2021-05-22 16:33:47 +08:00
SWIFT_VERSION = 5.0;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
A9CA48B92658F93F00BC09D5 /* Build configuration list for PBXProject "ipatool" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A9CA48C32658F93F00BC09D5 /* Debug */,
A9CA48C42658F93F00BC09D5 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2021-05-22 19:46:28 +08:00
A9CA48C52658F93F00BC09D5 /* Build configuration list for PBXNativeTarget "IPATool" */ = {
2021-05-22 16:33:47 +08:00
isa = XCConfigurationList;
buildConfigurations = (
A9CA48C62658F93F00BC09D5 /* Debug */,
A9CA48C72658F93F00BC09D5 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
2021-05-22 16:51:35 +08:00
/* Begin XCRemoteSwiftPackageReference section */
A9CA48C82658FB6900BC09D5 /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/apple/swift-argument-parser";
requirement = {
kind = exactVersion;
version = 0.4.3;
};
};
2021-05-22 22:02:11 +08:00
A9CA48F32659423C00BC09D5 /* XCRemoteSwiftPackageReference "ZIPFoundation" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/weichsel/ZIPFoundation.git";
requirement = {
kind = exactVersion;
version = 0.9.12;
};
};
2021-05-22 16:51:35 +08:00
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
A9CA48C92658FB6900BC09D5 /* ArgumentParser */ = {
isa = XCSwiftPackageProductDependency;
package = A9CA48C82658FB6900BC09D5 /* XCRemoteSwiftPackageReference "swift-argument-parser" */;
productName = ArgumentParser;
};
2021-05-22 22:02:11 +08:00
A9CA48F42659423C00BC09D5 /* ZIPFoundation */ = {
isa = XCSwiftPackageProductDependency;
package = A9CA48F32659423C00BC09D5 /* XCRemoteSwiftPackageReference "ZIPFoundation" */;
productName = ZIPFoundation;
};
2021-05-22 16:51:35 +08:00
/* End XCSwiftPackageProductDependency section */
2021-05-22 16:33:47 +08:00
};
rootObject = A9CA48B62658F93F00BC09D5 /* Project object */;
}