Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project settings improvements #3

Merged
merged 2 commits into from Jan 26, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions MyLibrary/MyLibrary.xcodeproj/project.pbxproj
Expand Up @@ -286,6 +286,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = bundle; WRAPPER_EXTENSION = bundle;
}; };
name = Debug; name = Debug;
Expand All @@ -300,6 +301,7 @@
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = bundle; WRAPPER_EXTENSION = bundle;
}; };
name = Release; name = Release;
Expand Down
29 changes: 29 additions & 0 deletions MyLibraryTest/MyLibraryTest.xcodeproj/project.pbxproj
Expand Up @@ -17,6 +17,20 @@
/* End PBXBuildFile section */ /* End PBXBuildFile section */


/* Begin PBXContainerItemProxy section */ /* Begin PBXContainerItemProxy section */
A7DFD46114D17BDA0016FA42 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C91BD08414C0436F00727134 /* MyLibrary.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = C91BD03614C040F900727134;
remoteInfo = MyLibrary;
};
A7DFD46314D17BDD0016FA42 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C91BD08414C0436F00727134 /* MyLibrary.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = C91BD04A14C0412400727134;
remoteInfo = MyLibraryResources;
};
C91BD08C14C0437000727134 /* PBXContainerItemProxy */ = { C91BD08C14C0437000727134 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy; isa = PBXContainerItemProxy;
containerPortal = C91BD08414C0436F00727134 /* MyLibrary.xcodeproj */; containerPortal = C91BD08414C0436F00727134 /* MyLibrary.xcodeproj */;
Expand Down Expand Up @@ -132,6 +146,8 @@
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
A7DFD46414D17BDD0016FA42 /* PBXTargetDependency */,
A7DFD46214D17BDA0016FA42 /* PBXTargetDependency */,
); );
name = MyLibraryTest; name = MyLibraryTest;
productName = MyLibraryTest; productName = MyLibraryTest;
Expand Down Expand Up @@ -209,6 +225,19 @@
}; };
/* End PBXSourcesBuildPhase section */ /* End PBXSourcesBuildPhase section */


/* Begin PBXTargetDependency section */
A7DFD46214D17BDA0016FA42 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = MyLibrary;
targetProxy = A7DFD46114D17BDA0016FA42 /* PBXContainerItemProxy */;
};
A7DFD46414D17BDD0016FA42 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = MyLibraryResources;
targetProxy = A7DFD46314D17BDD0016FA42 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */ /* Begin XCBuildConfiguration section */
C91BD07F14C0436200727134 /* Debug */ = { C91BD07F14C0436200727134 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
Expand Down