Skip to content

Commit

Permalink
Update project targets for mac, ios and aggregate for both
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Connolly committed Sep 20, 2012
1 parent ad1b477 commit 44103fe
Showing 1 changed file with 193 additions and 10 deletions.
203 changes: 193 additions & 10 deletions ZipArchive/ZipArchive.xcodeproj/project.pbxproj
Expand Up @@ -6,9 +6,38 @@
objectVersion = 46;
objects = {

/* Begin PBXAggregateTarget section */
C9C36EF6160AC3C0005BED39 /* ZipArchive */ = {
isa = PBXAggregateTarget;
buildConfigurationList = C9C36EF7160AC3C0005BED39 /* Build configuration list for PBXAggregateTarget "ZipArchive" */;
buildPhases = (
);
dependencies = (
C9C36EFD160AC3C9005BED39 /* PBXTargetDependency */,
C9C36EFB160AC3C6005BED39 /* PBXTargetDependency */,
);
name = ZipArchive;
productName = ZipArchive;
};
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
AA747D9F0F9514B9006C5449 /* ZipArchive_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = AA747D9E0F9514B9006C5449 /* ZipArchive_Prefix.pch */; };
AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
C908A95C160AC26D000395DB /* ZipArchive_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = AA747D9E0F9514B9006C5449 /* ZipArchive_Prefix.pch */; };
C908A95D160AC26D000395DB /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E8EBE3124F3D030047C862 /* crypt.h */; };
C908A95E160AC26D000395DB /* ioapi.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E8EBE5124F3D030047C862 /* ioapi.h */; };
C908A95F160AC26D000395DB /* mztools.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E8EBE8124F3D030047C862 /* mztools.h */; };
C908A960160AC26D000395DB /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E8EBEA124F3D030047C862 /* unzip.h */; };
C908A961160AC26D000395DB /* zip.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E8EBEC124F3D030047C862 /* zip.h */; };
C908A962160AC26D000395DB /* ZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E8EBF7124F3D170047C862 /* ZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; };
C908A964160AC26D000395DB /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = C9E8EBE4124F3D030047C862 /* ioapi.c */; };
C908A965160AC26D000395DB /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = C9E8EBE7124F3D030047C862 /* mztools.c */; };
C908A966160AC26D000395DB /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = C9E8EBE9124F3D030047C862 /* unzip.c */; };
C908A967160AC26D000395DB /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = C9E8EBEB124F3D030047C862 /* zip.c */; };
C908A968160AC26D000395DB /* ZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = C9E8EBF8124F3D170047C862 /* ZipArchive.m */; };
C908A96A160AC26D000395DB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
C908A96B160AC26D000395DB /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = C9E8EBDB124F3CD70047C862 /* libz.dylib */; };
C9E8EBDC124F3CD70047C862 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = C9E8EBDB124F3CD70047C862 /* libz.dylib */; };
C9E8EBED124F3D030047C862 /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E8EBE3124F3D030047C862 /* crypt.h */; };
C9E8EBEE124F3D030047C862 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = C9E8EBE4124F3D030047C862 /* ioapi.c */; };
Expand All @@ -23,9 +52,27 @@
C9E8EBFA124F3D170047C862 /* ZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = C9E8EBF8124F3D170047C862 /* ZipArchive.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
C9C36EFA160AC3C6005BED39 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = D2AAC07D0554694100DB518D;
remoteInfo = "ZipArchive ios";
};
C9C36EFC160AC3C9005BED39 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = C908A95A160AC26D000395DB;
remoteInfo = "ZipArchive mac";
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
AA747D9E0F9514B9006C5449 /* ZipArchive_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZipArchive_Prefix.pch; sourceTree = SOURCE_ROOT; };
AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
C908A96F160AC26D000395DB /* libZipArchive-mac.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libZipArchive-mac.a"; sourceTree = BUILT_PRODUCTS_DIR; };
C9E8EBDB124F3CD70047C862 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
C9E8EBE3124F3D030047C862 /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypt.h; sourceTree = "<group>"; };
C9E8EBE4124F3D030047C862 /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ioapi.c; sourceTree = "<group>"; };
Expand All @@ -38,10 +85,19 @@
C9E8EBEC124F3D030047C862 /* zip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zip.h; sourceTree = "<group>"; };
C9E8EBF7124F3D170047C862 /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = ../ZipArchive.h; sourceTree = "<group>"; };
C9E8EBF8124F3D170047C862 /* ZipArchive.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ZipArchive.m; path = ../ZipArchive.m; sourceTree = "<group>"; };
D2AAC07E0554694100DB518D /* libZipArchive.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libZipArchive.a; sourceTree = BUILT_PRODUCTS_DIR; };
D2AAC07E0554694100DB518D /* libZipArchive-ios.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libZipArchive-ios.a"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
C908A969160AC26D000395DB /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C908A96A160AC26D000395DB /* Foundation.framework in Frameworks */,
C908A96B160AC26D000395DB /* libz.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
D2AAC07C0554694100DB518D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -57,7 +113,8 @@
034768DFFF38A50411DB9C8B /* Products */ = {
isa = PBXGroup;
children = (
D2AAC07E0554694100DB518D /* libZipArchive.a */,
D2AAC07E0554694100DB518D /* libZipArchive-ios.a */,
C908A96F160AC26D000395DB /* libZipArchive-mac.a */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -120,6 +177,20 @@
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
C908A95B160AC26D000395DB /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
C908A95C160AC26D000395DB /* ZipArchive_Prefix.pch in Headers */,
C908A95D160AC26D000395DB /* crypt.h in Headers */,
C908A95E160AC26D000395DB /* ioapi.h in Headers */,
C908A95F160AC26D000395DB /* mztools.h in Headers */,
C908A960160AC26D000395DB /* unzip.h in Headers */,
C908A961160AC26D000395DB /* zip.h in Headers */,
C908A962160AC26D000395DB /* ZipArchive.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
D2AAC07A0554694100DB518D /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -137,9 +208,26 @@
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
D2AAC07D0554694100DB518D /* ZipArchive */ = {
C908A95A160AC26D000395DB /* ZipArchive mac */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "ZipArchive" */;
buildConfigurationList = C908A96C160AC26D000395DB /* Build configuration list for PBXNativeTarget "ZipArchive mac" */;
buildPhases = (
C908A95B160AC26D000395DB /* Headers */,
C908A963160AC26D000395DB /* Sources */,
C908A969160AC26D000395DB /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = "ZipArchive mac";
productName = ZipArchive;
productReference = C908A96F160AC26D000395DB /* libZipArchive-mac.a */;
productType = "com.apple.product-type.library.static";
};
D2AAC07D0554694100DB518D /* ZipArchive ios */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "ZipArchive ios" */;
buildPhases = (
D2AAC07A0554694100DB518D /* Headers */,
D2AAC07B0554694100DB518D /* Sources */,
Expand All @@ -149,9 +237,9 @@
);
dependencies = (
);
name = ZipArchive;
name = "ZipArchive ios";
productName = ZipArchive;
productReference = D2AAC07E0554694100DB518D /* libZipArchive.a */;
productReference = D2AAC07E0554694100DB518D /* libZipArchive-ios.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
Expand All @@ -177,12 +265,26 @@
projectDirPath = "";
projectRoot = "";
targets = (
D2AAC07D0554694100DB518D /* ZipArchive */,
D2AAC07D0554694100DB518D /* ZipArchive ios */,
C908A95A160AC26D000395DB /* ZipArchive mac */,
C9C36EF6160AC3C0005BED39 /* ZipArchive */,
);
};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
C908A963160AC26D000395DB /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C908A964160AC26D000395DB /* ioapi.c in Sources */,
C908A965160AC26D000395DB /* mztools.c in Sources */,
C908A966160AC26D000395DB /* unzip.c in Sources */,
C908A967160AC26D000395DB /* zip.c in Sources */,
C908A968160AC26D000395DB /* ZipArchive.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
D2AAC07B0554694100DB518D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -197,6 +299,19 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
C9C36EFB160AC3C6005BED39 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = D2AAC07D0554694100DB518D /* ZipArchive ios */;
targetProxy = C9C36EFA160AC3C6005BED39 /* PBXContainerItemProxy */;
};
C9C36EFD160AC3C9005BED39 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C908A95A160AC26D000395DB /* ZipArchive mac */;
targetProxy = C9C36EFC160AC3C9005BED39 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
1DEB921F08733DC00010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
Expand All @@ -212,7 +327,7 @@
GCC_PREFIX_HEADER = ZipArchive_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = ZipArchive;
PRODUCT_NAME = "ZipArchive-ios";
PUBLIC_HEADERS_FOLDER_PATH = "";
SDKROOT = iphoneos;
};
Expand All @@ -229,7 +344,7 @@
GCC_PREFIX_HEADER = ZipArchive_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = ZipArchive;
PRODUCT_NAME = "ZipArchive-ios";
PUBLIC_HEADERS_FOLDER_PATH = "";
SDKROOT = iphoneos;
};
Expand Down Expand Up @@ -261,10 +376,61 @@
};
name = Release;
};
C908A96D160AC26D000395DB /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/ZipArchive.dst;
GCC_DYNAMIC_NO_PIC = NO;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = ZipArchive_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = "ZipArchive-mac";
PUBLIC_HEADERS_FOLDER_PATH = "";
SDKROOT = macosx;
};
name = Debug;
};
C908A96E160AC26D000395DB /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
DSTROOT = /tmp/ZipArchive.dst;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = ZipArchive_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = "ZipArchive-mac";
PUBLIC_HEADERS_FOLDER_PATH = "";
SDKROOT = macosx;
};
name = Release;
};
C9C36EF8160AC3C0005BED39 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
C9C36EF9160AC3C0005BED39 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "ZipArchive" */ = {
1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "ZipArchive ios" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB921F08733DC00010E9CD /* Debug */,
Expand All @@ -282,6 +448,23 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C908A96C160AC26D000395DB /* Build configuration list for PBXNativeTarget "ZipArchive mac" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C908A96D160AC26D000395DB /* Debug */,
C908A96E160AC26D000395DB /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C9C36EF7160AC3C0005BED39 /* Build configuration list for PBXAggregateTarget "ZipArchive" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C9C36EF8160AC3C0005BED39 /* Debug */,
C9C36EF9160AC3C0005BED39 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
Expand Down

0 comments on commit 44103fe

Please sign in to comment.