Remove some stray settings from minimal sample's Xcode projects
Delete a few settings that are either undesired or already set through Xcode configuration files.
This commit is contained in:
parent
32bc67fb8c
commit
b4aaaeae1e
@ -283,7 +283,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 407A752213B0E1EB006BC2D5 /* wxcocoa.xcconfig */;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = YES;
|
||||
PRODUCT_NAME = minimal_cocoa;
|
||||
USER_HEADER_SEARCH_PATHS = "$(WXROOT)/include $(WXROOT)/build/osx/setup/$(WXTOOLKIT)/include";
|
||||
};
|
||||
|
@ -205,8 +205,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD)";
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_NAME = minimal_iphone;
|
||||
};
|
||||
name = Debug;
|
||||
@ -215,7 +213,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD)";
|
||||
PRODUCT_NAME = minimal_iphone;
|
||||
};
|
||||
name = Release;
|
||||
|
Loading…
Reference in New Issue
Block a user