525 lines
21 KiB
Plaintext
525 lines
21 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
7F1CA4C62854D7A400FE6C2E /* CMake in Resources */ = {isa = PBXBuildFile; fileRef = 7F1CA4C12854D77600FE6C2E /* CMake */; };
|
|
BE48FF5807AFA9A800BB41DA /* SDL_net.h in Headers */ = {isa = PBXBuildFile; fileRef = 1014BAEA010A4B677F000001 /* SDL_net.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
BE48FF5C07AFA9A800BB41DA /* SDLnet.c in Sources */ = {isa = PBXBuildFile; fileRef = 1014BAEB010A4B677F000001 /* SDLnet.c */; };
|
|
BE48FF5D07AFA9A800BB41DA /* SDLnetselect.c in Sources */ = {isa = PBXBuildFile; fileRef = 1014BAEC010A4B677F000001 /* SDLnetselect.c */; };
|
|
BE48FF5E07AFA9A800BB41DA /* SDLnetTCP.c in Sources */ = {isa = PBXBuildFile; fileRef = 1014BAED010A4B677F000001 /* SDLnetTCP.c */; };
|
|
BE48FF5F07AFA9A800BB41DA /* SDLnetUDP.c in Sources */ = {isa = PBXBuildFile; fileRef = 1014BAEE010A4B677F000001 /* SDLnetUDP.c */; };
|
|
BE48FF6707AFA9A800BB41DA /* SDLnetsys.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E06A2830119C8317F000001 /* SDLnetsys.h */; };
|
|
BE48FF6907AFA9A800BB41DA /* SDLnet.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E06A2810119C8317F000001 /* SDLnet.c */; };
|
|
BE48FF6A07AFA9A800BB41DA /* SDLnetselect.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E06A2820119C8317F000001 /* SDLnetselect.c */; };
|
|
BE48FF6B07AFA9A800BB41DA /* SDLnetTCP.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E06A2840119C8317F000001 /* SDLnetTCP.c */; };
|
|
BE48FF6C07AFA9A800BB41DA /* SDLnetUDP.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E06A2850119C8317F000001 /* SDLnetUDP.c */; };
|
|
BE48FF8307AFAA6F00BB41DA /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE48FF8207AFAA6F00BB41DA /* SDL2.framework */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
BE48FF7A07AFA9A900BB41DA /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = BE48FF5607AFA9A800BB41DA;
|
|
remoteInfo = Framework;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
0E06A2810119C8317F000001 /* SDLnet.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnet.c; path = ../SDLnet.c; sourceTree = SOURCE_ROOT; };
|
|
0E06A2820119C8317F000001 /* SDLnetselect.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnetselect.c; path = ../SDLnetselect.c; sourceTree = SOURCE_ROOT; };
|
|
0E06A2830119C8317F000001 /* SDLnetsys.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDLnetsys.h; path = ../SDLnetsys.h; sourceTree = SOURCE_ROOT; };
|
|
0E06A2840119C8317F000001 /* SDLnetTCP.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnetTCP.c; path = ../SDLnetTCP.c; sourceTree = SOURCE_ROOT; };
|
|
0E06A2850119C8317F000001 /* SDLnetUDP.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnetUDP.c; path = ../SDLnetUDP.c; sourceTree = SOURCE_ROOT; };
|
|
1014BAEA010A4B677F000001 /* SDL_net.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_net.h; path = ../SDL_net.h; sourceTree = SOURCE_ROOT; };
|
|
1014BAEB010A4B677F000001 /* SDLnet.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnet.c; path = ../SDLnet.c; sourceTree = SOURCE_ROOT; };
|
|
1014BAEC010A4B677F000001 /* SDLnetselect.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnetselect.c; path = ../SDLnetselect.c; sourceTree = SOURCE_ROOT; };
|
|
1014BAED010A4B677F000001 /* SDLnetTCP.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnetTCP.c; path = ../SDLnetTCP.c; sourceTree = SOURCE_ROOT; };
|
|
1014BAEE010A4B677F000001 /* SDLnetUDP.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnetUDP.c; path = ../SDLnetUDP.c; sourceTree = SOURCE_ROOT; };
|
|
7F1CA4C12854D77600FE6C2E /* CMake */ = {isa = PBXFileReference; lastKnownFileType = folder; path = CMake; sourceTree = "<group>"; };
|
|
BE48FF6307AFA9A800BB41DA /* Info-Framework.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Framework.plist"; sourceTree = "<group>"; };
|
|
BE48FF6407AFA9A800BB41DA /* SDL2_net.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDL2_net.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
BE48FF6F07AFA9A900BB41DA /* libSDL2_net.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL2_net.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
BE48FF7307AFA9A900BB41DA /* Create DMG */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Create DMG"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
BE48FF8207AFAA6F00BB41DA /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = /Library/Frameworks/SDL2.framework; sourceTree = "<absolute>"; };
|
|
F59C710300D5CB5801000001 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; };
|
|
F59C710400D5CB5801000001 /* Welcome.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Welcome.txt; sourceTree = "<group>"; };
|
|
F59C710600D5CB5801000001 /* SDL_net.info */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SDL_net.info; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
BE48FF6007AFA9A800BB41DA /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BE48FF8307AFAA6F00BB41DA /* SDL2.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BE48FF6D07AFA9A800BB41DA /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
0153844A006D81B07F000001 /* Public Headers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1014BAEA010A4B677F000001 /* SDL_net.h */,
|
|
);
|
|
name = "Public Headers";
|
|
sourceTree = "<group>";
|
|
};
|
|
034768DDFF38A45A11DB9C8B /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
089C1665FE841158C02AAC07 /* Resources */,
|
|
BE48FF6407AFA9A800BB41DA /* SDL2_net.framework */,
|
|
BE48FF6F07AFA9A900BB41DA /* libSDL2_net.a */,
|
|
BE48FF7307AFA9A900BB41DA /* Create DMG */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
0867D691FE84028FC02AAC07 /* SDL_netFramework */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F59C70FC00D5CB5801000001 /* pkg-support */,
|
|
0153844A006D81B07F000001 /* Public Headers */,
|
|
08FB77ACFE841707C02AAC07 /* Library Source */,
|
|
BE48FF8007AFAA4100BB41DA /* Frameworks */,
|
|
034768DDFF38A45A11DB9C8B /* Products */,
|
|
BE48FF6307AFA9A800BB41DA /* Info-Framework.plist */,
|
|
);
|
|
name = SDL_netFramework;
|
|
sourceTree = "<group>";
|
|
};
|
|
089C1665FE841158C02AAC07 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
08FB77ACFE841707C02AAC07 /* Library Source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0E06A2830119C8317F000001 /* SDLnetsys.h */,
|
|
1014BAEB010A4B677F000001 /* SDLnet.c */,
|
|
1014BAEC010A4B677F000001 /* SDLnetselect.c */,
|
|
1014BAED010A4B677F000001 /* SDLnetTCP.c */,
|
|
1014BAEE010A4B677F000001 /* SDLnetUDP.c */,
|
|
0E06A2810119C8317F000001 /* SDLnet.c */,
|
|
0E06A2820119C8317F000001 /* SDLnetselect.c */,
|
|
0E06A2840119C8317F000001 /* SDLnetTCP.c */,
|
|
0E06A2850119C8317F000001 /* SDLnetUDP.c */,
|
|
);
|
|
name = "Library Source";
|
|
sourceTree = "<group>";
|
|
};
|
|
BE48FF8007AFAA4100BB41DA /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BE48FF8107AFAA4A00BB41DA /* Linked Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
BE48FF8107AFAA4A00BB41DA /* Linked Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BE48FF8207AFAA6F00BB41DA /* SDL2.framework */,
|
|
);
|
|
name = "Linked Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
F59C70FC00D5CB5801000001 /* pkg-support */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
F59C710100D5CB5801000001 /* resources */,
|
|
F59C710600D5CB5801000001 /* SDL_net.info */,
|
|
);
|
|
path = "pkg-support";
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
F59C710100D5CB5801000001 /* resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
7F1CA4C12854D77600FE6C2E /* CMake */,
|
|
F59C710300D5CB5801000001 /* ReadMe.txt */,
|
|
F59C710400D5CB5801000001 /* Welcome.txt */,
|
|
);
|
|
path = resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
BE48FF5707AFA9A800BB41DA /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BE48FF5807AFA9A800BB41DA /* SDL_net.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BE48FF6607AFA9A800BB41DA /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BE48FF6707AFA9A800BB41DA /* SDLnetsys.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
BE48FF5607AFA9A800BB41DA /* Framework */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 00F071FD0992C7C800D99510 /* Build configuration list for PBXNativeTarget "Framework" */;
|
|
buildPhases = (
|
|
BE48FF5707AFA9A800BB41DA /* Headers */,
|
|
BE48FF5A07AFA9A800BB41DA /* Resources */,
|
|
BE48FF5B07AFA9A800BB41DA /* Sources */,
|
|
BE48FF6007AFA9A800BB41DA /* Frameworks */,
|
|
BE48FF6107AFA9A800BB41DA /* Rez */,
|
|
AAF0666114D4748600475C7D /* Convert SDL includes to SDL Framework includes */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
comments = "Installed into ~/Library/Frameworks/SDL_net.framework\n\nAdd -framework SDL_net to your linker flags\nAdd ~/Library/Frameworks/SDL_net.framework/Headers to your header search path\nAdd ~/Library/Frameworks to your library search path";
|
|
dependencies = (
|
|
);
|
|
name = Framework;
|
|
productInstallPath = "@executable_path/../Frameworks";
|
|
productName = SDL_net;
|
|
productReference = BE48FF6407AFA9A800BB41DA /* SDL2_net.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
BE48FF6507AFA9A800BB41DA /* Static Library */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 00F072010992C7C800D99510 /* Build configuration list for PBXNativeTarget "Static Library" */;
|
|
buildPhases = (
|
|
BE48FF6607AFA9A800BB41DA /* Headers */,
|
|
BE48FF6807AFA9A800BB41DA /* Sources */,
|
|
BE48FF6D07AFA9A800BB41DA /* Frameworks */,
|
|
BE48FF6E07AFA9A800BB41DA /* Rez */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "Static Library";
|
|
productInstallPath = /usr/local/lib;
|
|
productName = "Static Library";
|
|
productReference = BE48FF6F07AFA9A900BB41DA /* libSDL2_net.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
BE48FF7007AFA9A900BB41DA /* Create DMG */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 00F072050992C7C800D99510 /* Build configuration list for PBXNativeTarget "Create DMG" */;
|
|
buildPhases = (
|
|
BE48FF7207AFA9A900BB41DA /* ShellScript */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
BE48FF7B07AFA9A900BB41DA /* PBXTargetDependency */,
|
|
);
|
|
name = "Create DMG";
|
|
productInstallPath = /usr/local/bin;
|
|
productName = "Standard Package";
|
|
productReference = BE48FF7307AFA9A900BB41DA /* Create DMG */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
0867D690FE84028FC02AAC07 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0630;
|
|
};
|
|
buildConfigurationList = 00F072090992C7C800D99510 /* Build configuration list for PBXProject "SDL_net" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 1;
|
|
knownRegions = (
|
|
English,
|
|
en,
|
|
);
|
|
mainGroup = 0867D691FE84028FC02AAC07 /* SDL_netFramework */;
|
|
productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
BE48FF5607AFA9A800BB41DA /* Framework */,
|
|
BE48FF6507AFA9A800BB41DA /* Static Library */,
|
|
BE48FF7007AFA9A900BB41DA /* Create DMG */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
BE48FF5A07AFA9A800BB41DA /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
7F1CA4C62854D7A400FE6C2E /* CMake in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXRezBuildPhase section */
|
|
BE48FF6107AFA9A800BB41DA /* Rez */ = {
|
|
isa = PBXRezBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BE48FF6E07AFA9A800BB41DA /* Rez */ = {
|
|
isa = PBXRezBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXRezBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
AAF0666114D4748600475C7D /* Convert SDL includes to SDL Framework includes */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Convert SDL includes to SDL Framework includes";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "cd $SYMROOT/$CONFIGURATION/$PUBLIC_HEADERS_FOLDER_PATH\nHEADER=SDL_net.h\nsed 's,#include \"\\(.*\\)\",#include <SDL2/\\1>,' <$HEADER >$HEADER.new\nmv $HEADER.new $HEADER";
|
|
};
|
|
BE48FF7207AFA9A900BB41DA /* ShellScript */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "PRODUCT_NAME=SDL2_net\n\n# Sign framework\nif [ \"$SDL_CODESIGN_IDENTITY\" != \"\" ]; then\n codesign --force --deep --sign \"$SDL_CODESIGN_IDENTITY\" --preserve-metadata\\=identifier,entitlements,flags --generate-entitlement-der $TARGET_BUILD_DIR/$PRODUCT_NAME.framework/Versions/A || exit $?\nfi\n\n# clean up the framework, remove headers, extra files\nmkdir -p build/dmg-tmp\ncp -a $TARGET_BUILD_DIR/$PRODUCT_NAME.framework build/dmg-tmp/\ncp pkg-support/resources/ReadMe.txt build/dmg-tmp\n\n# remove the .DS_Store files if any (we may want to provide one in the future for fancy .dmgs)\nrm -rf build/dmg-tmp/.DS_Store\n\n# create the dmg\nhdiutil create -ov -fs HFS+ -volname $PRODUCT_NAME -srcfolder build/dmg-tmp build/$PRODUCT_NAME.dmg\n\n# clean up\nrm -rf build/dmg-tmp\n";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
BE48FF5B07AFA9A800BB41DA /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BE48FF5C07AFA9A800BB41DA /* SDLnet.c in Sources */,
|
|
BE48FF5D07AFA9A800BB41DA /* SDLnetselect.c in Sources */,
|
|
BE48FF5E07AFA9A800BB41DA /* SDLnetTCP.c in Sources */,
|
|
BE48FF5F07AFA9A800BB41DA /* SDLnetUDP.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
BE48FF6807AFA9A800BB41DA /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BE48FF6907AFA9A800BB41DA /* SDLnet.c in Sources */,
|
|
BE48FF6A07AFA9A800BB41DA /* SDLnetselect.c in Sources */,
|
|
BE48FF6B07AFA9A800BB41DA /* SDLnetTCP.c in Sources */,
|
|
BE48FF6C07AFA9A800BB41DA /* SDLnetUDP.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
BE48FF7B07AFA9A900BB41DA /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = BE48FF5607AFA9A800BB41DA /* Framework */;
|
|
targetProxy = BE48FF7A07AFA9A900BB41DA /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
00F071FE0992C7C800D99510 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
00F071FF0992C7C800D99510 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
00F072020992C7C800D99510 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
00F072030992C7C800D99510 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
00F072060992C7C800D99510 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
OTHER_CFLAGS = "";
|
|
OTHER_LDFLAGS = "";
|
|
OTHER_REZFLAGS = "";
|
|
PRODUCT_NAME = "Create DMG";
|
|
REZ_EXECUTABLE = YES;
|
|
SECTORDER_FLAGS = "";
|
|
WARNING_CFLAGS = (
|
|
"-Wmost",
|
|
"-Wno-four-char-constants",
|
|
"-Wno-unknown-pragmas",
|
|
);
|
|
ZERO_LINK = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
00F072070992C7C800D99510 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
OTHER_CFLAGS = "";
|
|
OTHER_LDFLAGS = "";
|
|
OTHER_REZFLAGS = "";
|
|
PRODUCT_NAME = "Create DMG";
|
|
REZ_EXECUTABLE = YES;
|
|
SECTORDER_FLAGS = "";
|
|
WARNING_CFLAGS = (
|
|
"-Wmost",
|
|
"-Wno-four-char-constants",
|
|
"-Wno-unknown-pragmas",
|
|
);
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
00F0720A0992C7C800D99510 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DYLIB_COMPATIBILITY_VERSION = 1.0.0;
|
|
DYLIB_CURRENT_VERSION = 201.0.0;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
ENABLE_TESTABILITY = YES;
|
|
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
|
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)/SDL2.framework/Headers\"";
|
|
INFOPLIST_FILE = "Info-Framework.plist";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PLATFORM = "";
|
|
"PLATFORM[sdk=appletvos*]" = tvOS;
|
|
"PLATFORM[sdk=iphoneos*]" = iOS;
|
|
"PLATFORM[sdk=macosx*]" = macOS;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.libsdl.SDL2-net";
|
|
PRODUCT_NAME = SDL2_net;
|
|
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
|
|
SUPPORTS_MACCATALYST = YES;
|
|
TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
00F0720B0992C7C800D99510 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
|
|
DEPLOYMENT_POSTPROCESSING = YES;
|
|
DYLIB_COMPATIBILITY_VERSION = 1.0.0;
|
|
DYLIB_CURRENT_VERSION = 201.0.0;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
|
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)/SDL2.framework/Headers\"";
|
|
INFOPLIST_FILE = "Info-Framework.plist";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
PLATFORM = "";
|
|
"PLATFORM[sdk=appletvos*]" = tvOS;
|
|
"PLATFORM[sdk=iphoneos*]" = iOS;
|
|
"PLATFORM[sdk=macosx*]" = macOS;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.libsdl.SDL2-net";
|
|
PRODUCT_NAME = SDL2_net;
|
|
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
|
|
SUPPORTS_MACCATALYST = YES;
|
|
TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
00F071FD0992C7C800D99510 /* Build configuration list for PBXNativeTarget "Framework" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
00F071FE0992C7C800D99510 /* Debug */,
|
|
00F071FF0992C7C800D99510 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Debug;
|
|
};
|
|
00F072010992C7C800D99510 /* Build configuration list for PBXNativeTarget "Static Library" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
00F072020992C7C800D99510 /* Debug */,
|
|
00F072030992C7C800D99510 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Debug;
|
|
};
|
|
00F072050992C7C800D99510 /* Build configuration list for PBXNativeTarget "Create DMG" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
00F072060992C7C800D99510 /* Debug */,
|
|
00F072070992C7C800D99510 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Debug;
|
|
};
|
|
00F072090992C7C800D99510 /* Build configuration list for PBXProject "SDL_net" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
00F0720A0992C7C800D99510 /* Debug */,
|
|
00F0720B0992C7C800D99510 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Debug;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
|
|
}
|