mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Update project configuration for RKMacOS X example
This commit is contained in:
@@ -55,6 +55,13 @@
|
||||
remoteGlobalIDString = 25160E61145651060060A5C5;
|
||||
remoteInfo = RestKitFramework;
|
||||
};
|
||||
256780AF152D1771000725F5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 25D63938135184F0000879B1 /* RestKit.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 259C301615128079003066A2;
|
||||
remoteInfo = RestKitResources;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@@ -169,6 +176,7 @@
|
||||
250DF24914C67E9A0001DEFA /* RestKitTests.octest */,
|
||||
250DF24B14C67E9A0001DEFA /* RestKit.framework */,
|
||||
250DF24D14C67E9A0001DEFA /* RestKitFrameworkTests.octest */,
|
||||
256780B0152D1771000725F5 /* RestKitResources.bundle */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
@@ -268,6 +276,13 @@
|
||||
remoteRef = 250DF24C14C67E9A0001DEFA /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
256780B0152D1771000725F5 /* RestKitResources.bundle */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.cfbundle;
|
||||
path = RestKitResources.bundle;
|
||||
remoteRef = 256780AF152D1771000725F5 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
@@ -374,7 +389,7 @@
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "RKMacOSX/RKMacOSX-Prefix.pch";
|
||||
HEADER_SEARCH_PATHS = "\"$(SOURCE_ROOT)/../../Build\"";
|
||||
HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/../../Headers\"";
|
||||
INFOPLIST_FILE = "RKMacOSX/RKMacOSX-Info.plist";
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@@ -395,7 +410,7 @@
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "RKMacOSX/RKMacOSX-Prefix.pch";
|
||||
HEADER_SEARCH_PATHS = "\"$(SOURCE_ROOT)/../../Build\"";
|
||||
HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/../../Headers\"";
|
||||
INFOPLIST_FILE = "RKMacOSX/RKMacOSX-Info.plist";
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
||||
@@ -18,6 +18,13 @@
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
25678093152D124D000725F5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2516F10D144A8841004631A1 /* RestKit.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 259C301615128079003066A2;
|
||||
remoteInfo = RestKitResources;
|
||||
};
|
||||
25A34226147D885B0009758D /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2516F10D144A8841004631A1 /* RestKit.xcodeproj */;
|
||||
@@ -153,6 +160,7 @@
|
||||
25A34229147D885B0009758D /* RestKitTests.octest */,
|
||||
25A3422B147D885B0009758D /* RestKit.framework */,
|
||||
25A3422D147D885B0009758D /* RestKitFrameworkTests.octest */,
|
||||
25678094152D124D000725F5 /* RestKitResources.bundle */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
@@ -211,6 +219,13 @@
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
25678094152D124D000725F5 /* RestKitResources.bundle */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.cfbundle;
|
||||
path = RestKitResources.bundle;
|
||||
remoteRef = 25678093152D124D000725F5 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
25A34227147D885B0009758D /* libRestKit.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
|
||||
Reference in New Issue
Block a user