Set Release build style as default.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1103 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
6e09596e70
commit
a5f48534e3
4 changed files with 76 additions and 76 deletions
|
@ -193,10 +193,10 @@
|
|||
A01BF0900F6BF6860095262C /* Sprite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A011E5510F65786600FAE48D /* Sprite.cpp */; };
|
||||
A01BF0910F6BF6870095262C /* PostFX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A011E4110F6577A500FAE48D /* PostFX.cpp */; };
|
||||
A01BF0920F6BF6870095262C /* Rect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A011E4120F6577A500FAE48D /* Rect.cpp */; };
|
||||
A01BF0B50F6BF7DC0095262C /* csfml-system.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A01BEF7F0F6BF42D0095262C /* csfml-system.framework */; };
|
||||
A01BF0BE0F6BF8070095262C /* csfml-system.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A01BEF7F0F6BF42D0095262C /* csfml-system.framework */; };
|
||||
A01BF0C70F6BF8370095262C /* csfml-window.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A01BEF9D0F6BF4490095262C /* csfml-window.framework */; };
|
||||
A01BF0CA0F6BF8460095262C /* csfml-system.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A01BEF7F0F6BF42D0095262C /* csfml-system.framework */; };
|
||||
A01BF0B50F6BF7DC0095262C /* csfml-system-d.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A01BEF7F0F6BF42D0095262C /* csfml-system-d.framework */; };
|
||||
A01BF0BE0F6BF8070095262C /* csfml-system-d.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A01BEF7F0F6BF42D0095262C /* csfml-system-d.framework */; };
|
||||
A01BF0C70F6BF8370095262C /* csfml-window-d.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A01BEF9D0F6BF4490095262C /* csfml-window-d.framework */; };
|
||||
A01BF0CA0F6BF8460095262C /* csfml-system-d.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A01BEF7F0F6BF42D0095262C /* csfml-system-d.framework */; };
|
||||
A0DE009A0FCB1EC500DA0132 /* dummy.c in Sources */ = {isa = PBXBuildFile; fileRef = A0DE00990FCB1EC500DA0132 /* dummy.c */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
|
@ -468,15 +468,15 @@
|
|||
A011E5670F65786600FAE48D /* zutil.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = zutil.c; sourceTree = "<group>"; };
|
||||
A011E5680F65786600FAE48D /* zutil.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = zutil.h; sourceTree = "<group>"; };
|
||||
A01BEF360F6BF2490095262C /* sndfile.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = sndfile.framework; path = "../../extlibs/libs-xcode/sndfile.framework"; sourceTree = SOURCE_ROOT; };
|
||||
A01BEF7F0F6BF42D0095262C /* csfml-system.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "csfml-system.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A01BEF7F0F6BF42D0095262C /* csfml-system-d.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "csfml-system-d.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A01BEF800F6BF42D0095262C /* csfml-system-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "csfml-system-Info.plist"; sourceTree = "<group>"; };
|
||||
A01BEF890F6BF4360095262C /* csfml-network.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "csfml-network.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A01BEF890F6BF4360095262C /* csfml-network-d.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "csfml-network-d.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A01BEF8A0F6BF4360095262C /* csfml-network-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "csfml-network-Info.plist"; sourceTree = "<group>"; };
|
||||
A01BEF930F6BF4400095262C /* csfml-audio.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "csfml-audio.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A01BEF930F6BF4400095262C /* csfml-audio-d.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "csfml-audio-d.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A01BEF940F6BF4400095262C /* csfml-audio-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "csfml-audio-Info.plist"; sourceTree = "<group>"; };
|
||||
A01BEF9D0F6BF4490095262C /* csfml-window.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "csfml-window.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A01BEF9D0F6BF4490095262C /* csfml-window-d.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "csfml-window-d.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A01BEF9E0F6BF4490095262C /* csfml-window-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "csfml-window-Info.plist"; sourceTree = "<group>"; };
|
||||
A01BEFA70F6BF4510095262C /* csfml-graphics.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "csfml-graphics.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A01BEFA70F6BF4510095262C /* csfml-graphics-d.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "csfml-graphics-d.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A01BEFA80F6BF4510095262C /* csfml-graphics-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "csfml-graphics-Info.plist"; sourceTree = "<group>"; };
|
||||
A0DE008E0FCB1D8D00DA0132 /* SFML.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SFML.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A0DE00990FCB1EC500DA0132 /* dummy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dummy.c; sourceTree = "<group>"; };
|
||||
|
@ -552,7 +552,7 @@
|
|||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
A01BF0050F6BF5D30095262C /* sndfile.framework in Frameworks */,
|
||||
A01BF0B50F6BF7DC0095262C /* csfml-system.framework in Frameworks */,
|
||||
A01BF0B50F6BF7DC0095262C /* csfml-system-d.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -560,7 +560,7 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
A01BF0BE0F6BF8070095262C /* csfml-system.framework in Frameworks */,
|
||||
A01BF0BE0F6BF8070095262C /* csfml-system-d.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -568,8 +568,8 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
A01BF0C70F6BF8370095262C /* csfml-window.framework in Frameworks */,
|
||||
A01BF0CA0F6BF8460095262C /* csfml-system.framework in Frameworks */,
|
||||
A01BF0C70F6BF8370095262C /* csfml-window-d.framework in Frameworks */,
|
||||
A01BF0CA0F6BF8460095262C /* csfml-system-d.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -599,11 +599,11 @@
|
|||
A011E3730F65749300FAE48D /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
A01BEF7F0F6BF42D0095262C /* csfml-system.framework */,
|
||||
A01BEF890F6BF4360095262C /* csfml-network.framework */,
|
||||
A01BEF930F6BF4400095262C /* csfml-audio.framework */,
|
||||
A01BEF9D0F6BF4490095262C /* csfml-window.framework */,
|
||||
A01BEFA70F6BF4510095262C /* csfml-graphics.framework */,
|
||||
A01BEF7F0F6BF42D0095262C /* csfml-system-d.framework */,
|
||||
A01BEF890F6BF4360095262C /* csfml-network-d.framework */,
|
||||
A01BEF930F6BF4400095262C /* csfml-audio-d.framework */,
|
||||
A01BEF9D0F6BF4490095262C /* csfml-window-d.framework */,
|
||||
A01BEFA70F6BF4510095262C /* csfml-graphics-d.framework */,
|
||||
A0DE008E0FCB1D8D00DA0132 /* SFML.framework */,
|
||||
);
|
||||
name = Products;
|
||||
|
@ -1170,7 +1170,7 @@
|
|||
);
|
||||
name = "csfml-system";
|
||||
productName = "csfml-system";
|
||||
productReference = A01BEF7F0F6BF42D0095262C /* csfml-system.framework */;
|
||||
productReference = A01BEF7F0F6BF42D0095262C /* csfml-system-d.framework */;
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
A01BEF880F6BF4360095262C /* csfml-network */ = {
|
||||
|
@ -1188,7 +1188,7 @@
|
|||
);
|
||||
name = "csfml-network";
|
||||
productName = "csfml-network";
|
||||
productReference = A01BEF890F6BF4360095262C /* csfml-network.framework */;
|
||||
productReference = A01BEF890F6BF4360095262C /* csfml-network-d.framework */;
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
A01BEF920F6BF4400095262C /* csfml-audio */ = {
|
||||
|
@ -1206,7 +1206,7 @@
|
|||
);
|
||||
name = "csfml-audio";
|
||||
productName = "csfml-audio";
|
||||
productReference = A01BEF930F6BF4400095262C /* csfml-audio.framework */;
|
||||
productReference = A01BEF930F6BF4400095262C /* csfml-audio-d.framework */;
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
A01BEF9C0F6BF4490095262C /* csfml-window */ = {
|
||||
|
@ -1224,7 +1224,7 @@
|
|||
);
|
||||
name = "csfml-window";
|
||||
productName = "csfml-window";
|
||||
productReference = A01BEF9D0F6BF4490095262C /* csfml-window.framework */;
|
||||
productReference = A01BEF9D0F6BF4490095262C /* csfml-window-d.framework */;
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
A01BEFA60F6BF4510095262C /* csfml-graphics */ = {
|
||||
|
@ -1242,7 +1242,7 @@
|
|||
);
|
||||
name = "csfml-graphics";
|
||||
productName = "csfml-graphics";
|
||||
productReference = A01BEFA70F6BF4510095262C /* csfml-graphics.framework */;
|
||||
productReference = A01BEFA70F6BF4510095262C /* csfml-graphics-d.framework */;
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
A0DE008D0FCB1D8D00DA0132 /* SFML */ = {
|
||||
|
@ -1977,8 +1977,8 @@
|
|||
A011E35A0F65738800FAE48D /* Build configuration list for PBXProject "SFML" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
A011E3580F65738800FAE48D /* Debug */,
|
||||
A011E3590F65738800FAE48D /* Release */,
|
||||
A011E3580F65738800FAE48D /* Debug */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
|
@ -1986,8 +1986,8 @@
|
|||
A011E3AB0F6574E400FAE48D /* Build configuration list for PBXAggregateTarget "All" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
A011E39C0F6574D600FAE48D /* Debug */,
|
||||
A011E39D0F6574D600FAE48D /* Release */,
|
||||
A011E39C0F6574D600FAE48D /* Debug */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
|
@ -1995,8 +1995,8 @@
|
|||
A01BEF830F6BF42D0095262C /* Build configuration list for PBXNativeTarget "csfml-system" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
A01BEF810F6BF42D0095262C /* Debug */,
|
||||
A01BEF820F6BF42D0095262C /* Release */,
|
||||
A01BEF810F6BF42D0095262C /* Debug */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
|
@ -2004,8 +2004,8 @@
|
|||
A01BEF8D0F6BF4370095262C /* Build configuration list for PBXNativeTarget "csfml-network" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
A01BEF8B0F6BF4370095262C /* Debug */,
|
||||
A01BEF8C0F6BF4370095262C /* Release */,
|
||||
A01BEF8B0F6BF4370095262C /* Debug */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
|
@ -2013,8 +2013,8 @@
|
|||
A01BEF970F6BF4410095262C /* Build configuration list for PBXNativeTarget "csfml-audio" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
A01BEF950F6BF4410095262C /* Debug */,
|
||||
A01BEF960F6BF4410095262C /* Release */,
|
||||
A01BEF950F6BF4410095262C /* Debug */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
|
@ -2022,8 +2022,8 @@
|
|||
A01BEFA10F6BF4490095262C /* Build configuration list for PBXNativeTarget "csfml-window" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
A01BEF9F0F6BF4490095262C /* Debug */,
|
||||
A01BEFA00F6BF4490095262C /* Release */,
|
||||
A01BEF9F0F6BF4490095262C /* Debug */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
|
@ -2031,8 +2031,8 @@
|
|||
A01BEFAB0F6BF4520095262C /* Build configuration list for PBXNativeTarget "csfml-graphics" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
A01BEFA90F6BF4520095262C /* Debug */,
|
||||
A01BEFAA0F6BF4520095262C /* Release */,
|
||||
A01BEFA90F6BF4520095262C /* Debug */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
|
@ -2040,8 +2040,8 @@
|
|||
A0DE00940FCB1D9000DA0132 /* Build configuration list for PBXNativeTarget "SFML" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
A0DE008F0FCB1D8E00DA0132 /* Debug */,
|
||||
A0DE00900FCB1D8E00DA0132 /* Release */,
|
||||
A0DE008F0FCB1D8E00DA0132 /* Debug */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue