Added a README file regarding WinRT support
To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad.
This commit is contained in:
commit
3dcb451f85
1838 changed files with 474982 additions and 0 deletions
366
premake/Xcode-iOS/Demos/accelerometer/accelerometer.xcodeproj/project.pbxproj
Executable file
366
premake/Xcode-iOS/Demos/accelerometer/accelerometer.xcodeproj/project.pbxproj
Executable file
|
@ -0,0 +1,366 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
674906CF330F50E3203B3BE2 /* ship.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 324B72283F7756BA003D4F89 /* ship.bmp */; };
|
||||
7D6E4948535F13803EB24793 /* space.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 75D70D1032D7609D1FF110D8 /* space.bmp */; };
|
||||
05BC137B00F21C1E34222E13 /* accelerometer.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F0668AE7894542751932A92 /* accelerometer.c */; };
|
||||
26993FB748FA383F4D1609ED /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 1AD060ED78CA41CC628541A4 /* common.c */; };
|
||||
0D4139CC20C575FB6FE0714B /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 13373F7C6C961F2D4D281BE9 /* AudioToolbox.framework */; };
|
||||
21C26FE40025290D321B186A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 761E2DD50F5B34C04FFD2AAE /* QuartzCore.framework */; };
|
||||
27DC096C4EBF1C4910E8113A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 691C3F7C7CBC50FC7AF4543F /* OpenGLES.framework */; };
|
||||
188D7C0554AA68A621F77BC2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CF62CCC24035B7636970CDF /* CoreGraphics.framework */; };
|
||||
1C4B220C7E566D3B6FEA219B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0FF410EE17A75CBF37A16A7A /* UIKit.framework */; };
|
||||
3AB556FB793A74F25F5554E7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EE13E2B3520069A797D2E12 /* Foundation.framework */; };
|
||||
128C61D42B537987446C3DAE /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09C44E3B227D56962A4C6F18 /* CoreAudio.framework */; };
|
||||
6B4A5750488819AB41E467FB /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EF20F1D796452C879872F95 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
7C9A632C62AF516279D47C47 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 224D2C85085A7BA60E532655;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
3694413107B7067430080ECD /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
2FE912395DD5772A6A7E1F33 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
|
||||
324B72283F7756BA003D4F89 /* ship.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "ship.bmp"; path = "../../../../Xcode-iOS/Demos/data/ship.bmp"; sourceTree = "<group>"; };
|
||||
75D70D1032D7609D1FF110D8 /* space.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "space.bmp"; path = "../../../../Xcode-iOS/Demos/data/space.bmp"; sourceTree = "<group>"; };
|
||||
0F0668AE7894542751932A92 /* accelerometer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "accelerometer.c"; path = "../../../../Xcode-iOS/Demos/src/accelerometer.c"; sourceTree = "<group>"; };
|
||||
1AD060ED78CA41CC628541A4 /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
|
||||
6717384817185E66201700F1 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
|
||||
13373F7C6C961F2D4D281BE9 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
|
||||
761E2DD50F5B34C04FFD2AAE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
|
||||
691C3F7C7CBC50FC7AF4543F /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
|
||||
7CF62CCC24035B7636970CDF /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
|
||||
0FF410EE17A75CBF37A16A7A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
|
||||
4EE13E2B3520069A797D2E12 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
|
||||
09C44E3B227D56962A4C6F18 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
|
||||
61D70B5D29674F5D75141737 /* accelerometer */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "accelerometer"; path = "accelerometer"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
4F2B411B72F5599B7711251B /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
0D4139CC20C575FB6FE0714B /* AudioToolbox.framework in Frameworks */,
|
||||
21C26FE40025290D321B186A /* QuartzCore.framework in Frameworks */,
|
||||
27DC096C4EBF1C4910E8113A /* OpenGLES.framework in Frameworks */,
|
||||
188D7C0554AA68A621F77BC2 /* CoreGraphics.framework in Frameworks */,
|
||||
1C4B220C7E566D3B6FEA219B /* UIKit.framework in Frameworks */,
|
||||
3AB556FB793A74F25F5554E7 /* Foundation.framework in Frameworks */,
|
||||
128C61D42B537987446C3DAE /* CoreAudio.framework in Frameworks */,
|
||||
6B4A5750488819AB41E467FB /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
1BCF64F206ED3FFA6FCB3744 /* accelerometer */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
57EA49B528E153D23CAA746B /* Xcode-iOS */,
|
||||
04022578784D401A06614C4C /* Frameworks */,
|
||||
0682642E36227AF649AD15E1 /* Products */,
|
||||
10934AB6192843925A2C3FCB /* Projects */,
|
||||
);
|
||||
name = "accelerometer";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
57EA49B528E153D23CAA746B /* Xcode-iOS */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
440746E769CB3C2666172B92 /* Demos */,
|
||||
);
|
||||
name = "Xcode-iOS";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
440746E769CB3C2666172B92 /* Demos */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2FE912395DD5772A6A7E1F33 /* Info.plist */,
|
||||
09B436A542BB045D05CC2009 /* data */,
|
||||
0D4A117E0EF119EE7D3E77A5 /* src */,
|
||||
);
|
||||
name = "Demos";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
09B436A542BB045D05CC2009 /* data */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
324B72283F7756BA003D4F89 /* ship.bmp */,
|
||||
75D70D1032D7609D1FF110D8 /* space.bmp */,
|
||||
);
|
||||
name = "data";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0D4A117E0EF119EE7D3E77A5 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0F0668AE7894542751932A92 /* accelerometer.c */,
|
||||
1AD060ED78CA41CC628541A4 /* common.c */,
|
||||
6717384817185E66201700F1 /* common.h */,
|
||||
);
|
||||
name = "src";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04022578784D401A06614C4C /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
13373F7C6C961F2D4D281BE9 /* AudioToolbox.framework */,
|
||||
761E2DD50F5B34C04FFD2AAE /* QuartzCore.framework */,
|
||||
691C3F7C7CBC50FC7AF4543F /* OpenGLES.framework */,
|
||||
7CF62CCC24035B7636970CDF /* CoreGraphics.framework */,
|
||||
0FF410EE17A75CBF37A16A7A /* UIKit.framework */,
|
||||
4EE13E2B3520069A797D2E12 /* Foundation.framework */,
|
||||
09C44E3B227D56962A4C6F18 /* CoreAudio.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0682642E36227AF649AD15E1 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
61D70B5D29674F5D75141737 /* accelerometer */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
10934AB6192843925A2C3FCB /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
00327F6B64F33A717B2750FC /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5EF20F1D796452C879872F95 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
206349984FD364256139268B /* accelerometer */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 31FC2F13262437C908FF3C38 /* Build configuration list for PBXNativeTarget "accelerometer" */;
|
||||
buildPhases = (
|
||||
1CE11A4948F84856205D72AA /* Resources */,
|
||||
0A7A791967E92509752E3940 /* Sources */,
|
||||
4F2B411B72F5599B7711251B /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
59ED738603BF22172E103B9C /* PBXTargetDependency */,
|
||||
);
|
||||
name = "accelerometer";
|
||||
productInstallPath = "$(HOME)/Applications";
|
||||
productName = "accelerometer";
|
||||
productReference = 61D70B5D29674F5D75141737 /* accelerometer */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "accelerometer" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 1BCF64F206ED3FFA6FCB3744 /* accelerometer */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 00327F6B64F33A717B2750FC /* Products */;
|
||||
ProjectRef = 3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
206349984FD364256139268B /* accelerometer */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
5EF20F1D796452C879872F95 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 7C9A632C62AF516279D47C47 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
1CE11A4948F84856205D72AA /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
674906CF330F50E3203B3BE2 /* ship.bmp in Resources */,
|
||||
7D6E4948535F13803EB24793 /* space.bmp in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
0A7A791967E92509752E3940 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
05BC137B00F21C1E34222E13 /* accelerometer.c in Sources */,
|
||||
26993FB748FA383F4D1609ED /* common.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
59ED738603BF22172E103B9C /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 3694413107B7067430080ECD /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
25FD2ACB1A5E4A7146666462 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "accelerometer";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
171926D866766FC058847A16 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "accelerometer";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
6505556E31F8228178087816 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
50AE5630181E7A0D22AF4CB3 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
31FC2F13262437C908FF3C38 /* Build configuration list for PBXNativeTarget "accelerometer" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
25FD2ACB1A5E4A7146666462 /* Debug */,
|
||||
171926D866766FC058847A16 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "accelerometer" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
6505556E31F8228178087816 /* Debug */,
|
||||
50AE5630181E7A0D22AF4CB3 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
362
premake/Xcode-iOS/Demos/fireworks/fireworks.xcodeproj/project.pbxproj
Executable file
362
premake/Xcode-iOS/Demos/fireworks/fireworks.xcodeproj/project.pbxproj
Executable file
|
@ -0,0 +1,362 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
10E2774011786F995B805C7F /* stroke.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 6730111A6BFB5F5C14DD4871 /* stroke.bmp */; };
|
||||
79D87D07048610C3209314C6 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 0EBB33113E847AA430B96B69 /* common.c */; };
|
||||
71A12A290ADF47D43590019A /* fireworks.c in Sources */ = {isa = PBXBuildFile; fileRef = 596447B07498655C0C243381 /* fireworks.c */; };
|
||||
79C17D3407632C1F2E3E0E60 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 123376C8576F65BC595A6307 /* AudioToolbox.framework */; };
|
||||
73360C2A26FB4CA511D62254 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60711C343D703F8D4C67108C /* QuartzCore.framework */; };
|
||||
527D0CDF1702119E424E4A1F /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 633F528E066847D70E7013C4 /* OpenGLES.framework */; };
|
||||
098672276FAD7A58464B0720 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E802A784A7A29545AD836CD /* CoreGraphics.framework */; };
|
||||
5FA3503D55AC13E211914909 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B22322B31D5351E536A0626 /* UIKit.framework */; };
|
||||
25665D894EE1308D14544C71 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 230B36B52E4826A148913E3B /* Foundation.framework */; };
|
||||
4C2479ED4E2C5193217C6EC9 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE031D65AB00DD264007083 /* CoreAudio.framework */; };
|
||||
0A231ED87C3D466409B42038 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 36533B8A10B0217136B82153 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
21963BEC278D360D2CC829A9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 460E547038C062D10E9E3D5F /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 224D2C85085A7BA60E532655;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
50E70FB957213B36609376FC /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 460E547038C062D10E9E3D5F /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
0671155E7F8E65FF744F0C39 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
|
||||
6730111A6BFB5F5C14DD4871 /* stroke.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "stroke.bmp"; path = "../../../../Xcode-iOS/Demos/data/stroke.bmp"; sourceTree = "<group>"; };
|
||||
0EBB33113E847AA430B96B69 /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
|
||||
5E933B3601CB6D550A35284B /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
|
||||
596447B07498655C0C243381 /* fireworks.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "fireworks.c"; path = "../../../../Xcode-iOS/Demos/src/fireworks.c"; sourceTree = "<group>"; };
|
||||
123376C8576F65BC595A6307 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
|
||||
60711C343D703F8D4C67108C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
|
||||
633F528E066847D70E7013C4 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
|
||||
5E802A784A7A29545AD836CD /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
|
||||
7B22322B31D5351E536A0626 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
|
||||
230B36B52E4826A148913E3B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
|
||||
4CE031D65AB00DD264007083 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
|
||||
30200E315CB6417F29DA5065 /* fireworks */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "fireworks"; path = "fireworks"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
460E547038C062D10E9E3D5F /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
00003F873C025B1226283799 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
79C17D3407632C1F2E3E0E60 /* AudioToolbox.framework in Frameworks */,
|
||||
73360C2A26FB4CA511D62254 /* QuartzCore.framework in Frameworks */,
|
||||
527D0CDF1702119E424E4A1F /* OpenGLES.framework in Frameworks */,
|
||||
098672276FAD7A58464B0720 /* CoreGraphics.framework in Frameworks */,
|
||||
5FA3503D55AC13E211914909 /* UIKit.framework in Frameworks */,
|
||||
25665D894EE1308D14544C71 /* Foundation.framework in Frameworks */,
|
||||
4C2479ED4E2C5193217C6EC9 /* CoreAudio.framework in Frameworks */,
|
||||
0A231ED87C3D466409B42038 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
792F068F49A57B4638B70EC5 /* fireworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
49E04FED520F68E0695A1DB6 /* Xcode-iOS */,
|
||||
501A0CA8227D64CE52083875 /* Frameworks */,
|
||||
07354BC83E791D3F4F231D23 /* Products */,
|
||||
6E052C166223126769C05956 /* Projects */,
|
||||
);
|
||||
name = "fireworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
49E04FED520F68E0695A1DB6 /* Xcode-iOS */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
31BA2F820B3B5C9778AE27A2 /* Demos */,
|
||||
);
|
||||
name = "Xcode-iOS";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
31BA2F820B3B5C9778AE27A2 /* Demos */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0671155E7F8E65FF744F0C39 /* Info.plist */,
|
||||
142A121F4562529546B6158D /* data */,
|
||||
30930BB2673975194C004BD3 /* src */,
|
||||
);
|
||||
name = "Demos";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
142A121F4562529546B6158D /* data */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6730111A6BFB5F5C14DD4871 /* stroke.bmp */,
|
||||
);
|
||||
name = "data";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
30930BB2673975194C004BD3 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0EBB33113E847AA430B96B69 /* common.c */,
|
||||
5E933B3601CB6D550A35284B /* common.h */,
|
||||
596447B07498655C0C243381 /* fireworks.c */,
|
||||
);
|
||||
name = "src";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
501A0CA8227D64CE52083875 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
123376C8576F65BC595A6307 /* AudioToolbox.framework */,
|
||||
60711C343D703F8D4C67108C /* QuartzCore.framework */,
|
||||
633F528E066847D70E7013C4 /* OpenGLES.framework */,
|
||||
5E802A784A7A29545AD836CD /* CoreGraphics.framework */,
|
||||
7B22322B31D5351E536A0626 /* UIKit.framework */,
|
||||
230B36B52E4826A148913E3B /* Foundation.framework */,
|
||||
4CE031D65AB00DD264007083 /* CoreAudio.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
07354BC83E791D3F4F231D23 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
30200E315CB6417F29DA5065 /* fireworks */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6E052C166223126769C05956 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
460E547038C062D10E9E3D5F /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
69CE07AB71092E5823634CFF /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
36533B8A10B0217136B82153 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
449B2B3766C40168684F5081 /* fireworks */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 6476261C1F55185646DD5A1D /* Build configuration list for PBXNativeTarget "fireworks" */;
|
||||
buildPhases = (
|
||||
602E226C0419148750F91DB2 /* Resources */,
|
||||
376F64A66D4239294A6949B6 /* Sources */,
|
||||
00003F873C025B1226283799 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
39CF02464D5053C66EA47AC0 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "fireworks";
|
||||
productInstallPath = "$(HOME)/Applications";
|
||||
productName = "fireworks";
|
||||
productReference = 30200E315CB6417F29DA5065 /* fireworks */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "fireworks" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 792F068F49A57B4638B70EC5 /* fireworks */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 69CE07AB71092E5823634CFF /* Products */;
|
||||
ProjectRef = 460E547038C062D10E9E3D5F /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
449B2B3766C40168684F5081 /* fireworks */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
36533B8A10B0217136B82153 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 21963BEC278D360D2CC829A9 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
602E226C0419148750F91DB2 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
10E2774011786F995B805C7F /* stroke.bmp in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
376F64A66D4239294A6949B6 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
79D87D07048610C3209314C6 /* common.c in Sources */,
|
||||
71A12A290ADF47D43590019A /* fireworks.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
39CF02464D5053C66EA47AC0 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 50E70FB957213B36609376FC /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
670D1D77032D31C655C83E60 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "fireworks";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
3777705C388527704EAB5951 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "fireworks";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
11105FF3697A04D35F3C1869 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
75EF49955C93529475B6356E /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
6476261C1F55185646DD5A1D /* Build configuration list for PBXNativeTarget "fireworks" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
670D1D77032D31C655C83E60 /* Debug */,
|
||||
3777705C388527704EAB5951 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "fireworks" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
11105FF3697A04D35F3C1869 /* Debug */,
|
||||
75EF49955C93529475B6356E /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
362
premake/Xcode-iOS/Demos/happy/happy.xcodeproj/project.pbxproj
Executable file
362
premake/Xcode-iOS/Demos/happy/happy.xcodeproj/project.pbxproj
Executable file
|
@ -0,0 +1,362 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
43587E112FDE41E3486A5141 /* icon.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 67E105821F9D19C248BF17B6 /* icon.bmp */; };
|
||||
2F5A7AB72FA52C3D029335B6 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 49AD32CF351438B316C15B7A /* common.c */; };
|
||||
66455D1E7E3179156E546AA8 /* happy.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F0270E77CC100E968633EBA /* happy.c */; };
|
||||
04CE7E9842C4612763496460 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C147BCA187412202A676460 /* AudioToolbox.framework */; };
|
||||
5DC8148934C32F3407541C0F /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DDB080C0C872DF96CEE0B62 /* QuartzCore.framework */; };
|
||||
039E2FCB749D2AE6705435A4 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B210870772357A20E4576EE /* OpenGLES.framework */; };
|
||||
263A59BA6D20796421AC3870 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 603E37DB4001230953C943FD /* CoreGraphics.framework */; };
|
||||
7E2000C447ED370218691A83 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49C87CB0268927E071506CEA /* UIKit.framework */; };
|
||||
081D5E427A420BEA66DF6129 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 489C1A076394164C7F853083 /* Foundation.framework */; };
|
||||
65AC30DF305741C6521420A7 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AF1729947305D7E10DA777D /* CoreAudio.framework */; };
|
||||
424C13DC60653FEE6370536B /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 327333F1228F1B0D0A582BEC /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
73DD36916E01179F50147B85 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 45B64B000539221732843506 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 224D2C85085A7BA60E532655;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
6D92213A249742C860667923 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 45B64B000539221732843506 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
4E8504577F0B2DC43C2073B9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
|
||||
67E105821F9D19C248BF17B6 /* icon.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "icon.bmp"; path = "../../../../Xcode-iOS/Demos/data/icon.bmp"; sourceTree = "<group>"; };
|
||||
49AD32CF351438B316C15B7A /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
|
||||
4346585005E47029491C60D0 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
|
||||
1F0270E77CC100E968633EBA /* happy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "happy.c"; path = "../../../../Xcode-iOS/Demos/src/happy.c"; sourceTree = "<group>"; };
|
||||
2C147BCA187412202A676460 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
|
||||
5DDB080C0C872DF96CEE0B62 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
|
||||
3B210870772357A20E4576EE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
|
||||
603E37DB4001230953C943FD /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
|
||||
49C87CB0268927E071506CEA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
|
||||
489C1A076394164C7F853083 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
|
||||
7AF1729947305D7E10DA777D /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
|
||||
65F833BA06B514AD0EE36218 /* happy */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "happy"; path = "happy"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
45B64B000539221732843506 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
42BC7BB86D0D2AE72C3C307D /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
04CE7E9842C4612763496460 /* AudioToolbox.framework in Frameworks */,
|
||||
5DC8148934C32F3407541C0F /* QuartzCore.framework in Frameworks */,
|
||||
039E2FCB749D2AE6705435A4 /* OpenGLES.framework in Frameworks */,
|
||||
263A59BA6D20796421AC3870 /* CoreGraphics.framework in Frameworks */,
|
||||
7E2000C447ED370218691A83 /* UIKit.framework in Frameworks */,
|
||||
081D5E427A420BEA66DF6129 /* Foundation.framework in Frameworks */,
|
||||
65AC30DF305741C6521420A7 /* CoreAudio.framework in Frameworks */,
|
||||
424C13DC60653FEE6370536B /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
3555679049400DAA17916DD7 /* happy */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7CFE361B495F31F009A616F6 /* Xcode-iOS */,
|
||||
532F72873A65662513E35533 /* Frameworks */,
|
||||
343C7E606DE365001C7D0B84 /* Products */,
|
||||
20D87CCB7D1E6AC128B72992 /* Projects */,
|
||||
);
|
||||
name = "happy";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7CFE361B495F31F009A616F6 /* Xcode-iOS */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
224D240956AC3D2636C95904 /* Demos */,
|
||||
);
|
||||
name = "Xcode-iOS";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
224D240956AC3D2636C95904 /* Demos */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4E8504577F0B2DC43C2073B9 /* Info.plist */,
|
||||
1EEF027C57A725660BCF6FB9 /* data */,
|
||||
1F3D1DBD7857554A0C1C1965 /* src */,
|
||||
);
|
||||
name = "Demos";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1EEF027C57A725660BCF6FB9 /* data */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
67E105821F9D19C248BF17B6 /* icon.bmp */,
|
||||
);
|
||||
name = "data";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1F3D1DBD7857554A0C1C1965 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
49AD32CF351438B316C15B7A /* common.c */,
|
||||
4346585005E47029491C60D0 /* common.h */,
|
||||
1F0270E77CC100E968633EBA /* happy.c */,
|
||||
);
|
||||
name = "src";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
532F72873A65662513E35533 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2C147BCA187412202A676460 /* AudioToolbox.framework */,
|
||||
5DDB080C0C872DF96CEE0B62 /* QuartzCore.framework */,
|
||||
3B210870772357A20E4576EE /* OpenGLES.framework */,
|
||||
603E37DB4001230953C943FD /* CoreGraphics.framework */,
|
||||
49C87CB0268927E071506CEA /* UIKit.framework */,
|
||||
489C1A076394164C7F853083 /* Foundation.framework */,
|
||||
7AF1729947305D7E10DA777D /* CoreAudio.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
343C7E606DE365001C7D0B84 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
65F833BA06B514AD0EE36218 /* happy */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
20D87CCB7D1E6AC128B72992 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
45B64B000539221732843506 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
452A4F211058019E46671F0C /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
327333F1228F1B0D0A582BEC /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
2CAD44D858E6037A6F811B90 /* happy */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 233F10BA36C35A146C6A4B3E /* Build configuration list for PBXNativeTarget "happy" */;
|
||||
buildPhases = (
|
||||
779B1C3D74C34A815E3A3F7E /* Resources */,
|
||||
059733C83C381D451EFA5F5A /* Sources */,
|
||||
42BC7BB86D0D2AE72C3C307D /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
1F023F2F3EDE66E20BCC17E1 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "happy";
|
||||
productInstallPath = "$(HOME)/Applications";
|
||||
productName = "happy";
|
||||
productReference = 65F833BA06B514AD0EE36218 /* happy */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "happy" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 3555679049400DAA17916DD7 /* happy */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 452A4F211058019E46671F0C /* Products */;
|
||||
ProjectRef = 45B64B000539221732843506 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
2CAD44D858E6037A6F811B90 /* happy */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
327333F1228F1B0D0A582BEC /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 73DD36916E01179F50147B85 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
779B1C3D74C34A815E3A3F7E /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
43587E112FDE41E3486A5141 /* icon.bmp in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
059733C83C381D451EFA5F5A /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2F5A7AB72FA52C3D029335B6 /* common.c in Sources */,
|
||||
66455D1E7E3179156E546AA8 /* happy.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
1F023F2F3EDE66E20BCC17E1 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 6D92213A249742C860667923 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
563C339925F445BB2F1E01DB /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "happy";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
205A208D2C4F2495443E582F /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "happy";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
115846ED1EDF44EA13E06D02 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
3536279D443370B3347E7CB6 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
233F10BA36C35A146C6A4B3E /* Build configuration list for PBXNativeTarget "happy" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
563C339925F445BB2F1E01DB /* Debug */,
|
||||
205A208D2C4F2495443E582F /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "happy" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
115846ED1EDF44EA13E06D02 /* Debug */,
|
||||
3536279D443370B3347E7CB6 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
370
premake/Xcode-iOS/Demos/keyboard/keyboard.xcodeproj/project.pbxproj
Executable file
370
premake/Xcode-iOS/Demos/keyboard/keyboard.xcodeproj/project.pbxproj
Executable file
|
@ -0,0 +1,370 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
45273A68360C0E815D1B1BC0 /* kromasky_16x16.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 5F9758D31B3F59084DC82795 /* kromasky_16x16.bmp */; };
|
||||
324160D025840B5270143D94 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E0951906832624606980FA7 /* common.c */; };
|
||||
4CBC542E1F7005322C280595 /* keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 2987762A782C33F9516B55E5 /* keyboard.c */; };
|
||||
7BBF522D0B3425221AC07065 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2343286F2DA963733BDB4BFF /* AudioToolbox.framework */; };
|
||||
79421BCE00DF36EC439A5CD4 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29F4734C35942DEA723A5A77 /* QuartzCore.framework */; };
|
||||
06A76AFF0ED4094D53875FC7 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E0C550168CA5DF878D253AB /* OpenGLES.framework */; };
|
||||
3D133C292D622B105EE9453E /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 422B29AA759D18C60A831E77 /* CoreGraphics.framework */; };
|
||||
05431A973AEA7EE57FA27595 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 750F39EC6BA274B14FCF2602 /* UIKit.framework */; };
|
||||
69605E6F6C651372297A0B12 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 243E12D229FC131B064C7705 /* Foundation.framework */; };
|
||||
05CF5EDB7CA80D6B0B8E1F8D /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7256748A485906120EDA0EC6 /* CoreAudio.framework */; };
|
||||
152755650FEB31C909EC00E4 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72750F76468F6580744A4BC9 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
5034364C4E5B3FD958D13B5C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4EC774AF1C8B11653EDD4CF5 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 224D2C85085A7BA60E532655;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
47316C104E515CB0638F45FE /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4EC774AF1C8B11653EDD4CF5 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
3EAB5300634A1F997DFB781B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
|
||||
5F9758D31B3F59084DC82795 /* kromasky_16x16.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "kromasky_16x16.bmp"; path = "../../../../Xcode-iOS/Demos/data/bitmapfont/kromasky_16x16.bmp"; sourceTree = "<group>"; };
|
||||
6E0951906832624606980FA7 /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
|
||||
4D90349C274323322B1A6BBA /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
|
||||
2987762A782C33F9516B55E5 /* keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "keyboard.c"; path = "../../../../Xcode-iOS/Demos/src/keyboard.c"; sourceTree = "<group>"; };
|
||||
2343286F2DA963733BDB4BFF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
|
||||
29F4734C35942DEA723A5A77 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
|
||||
7E0C550168CA5DF878D253AB /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
|
||||
422B29AA759D18C60A831E77 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
|
||||
750F39EC6BA274B14FCF2602 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
|
||||
243E12D229FC131B064C7705 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
|
||||
7256748A485906120EDA0EC6 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
|
||||
759B2B246CC126C15CAC3E9A /* keyboard */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "keyboard"; path = "keyboard"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
4EC774AF1C8B11653EDD4CF5 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
34184B7037081F3645C941EF /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
7BBF522D0B3425221AC07065 /* AudioToolbox.framework in Frameworks */,
|
||||
79421BCE00DF36EC439A5CD4 /* QuartzCore.framework in Frameworks */,
|
||||
06A76AFF0ED4094D53875FC7 /* OpenGLES.framework in Frameworks */,
|
||||
3D133C292D622B105EE9453E /* CoreGraphics.framework in Frameworks */,
|
||||
05431A973AEA7EE57FA27595 /* UIKit.framework in Frameworks */,
|
||||
69605E6F6C651372297A0B12 /* Foundation.framework in Frameworks */,
|
||||
05CF5EDB7CA80D6B0B8E1F8D /* CoreAudio.framework in Frameworks */,
|
||||
152755650FEB31C909EC00E4 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
677B6BC5125065EF671517AF /* keyboard */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7B4430D456083F22037D36EF /* Xcode-iOS */,
|
||||
12A204F705CD6EA85EED2785 /* Frameworks */,
|
||||
648E631128706545491A6FF5 /* Products */,
|
||||
5C50345624874A655FED50DE /* Projects */,
|
||||
);
|
||||
name = "keyboard";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7B4430D456083F22037D36EF /* Xcode-iOS */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0CDD3A6150551D1F7A057966 /* Demos */,
|
||||
);
|
||||
name = "Xcode-iOS";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0CDD3A6150551D1F7A057966 /* Demos */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3EAB5300634A1F997DFB781B /* Info.plist */,
|
||||
49C73F1123DD22E36DB26715 /* data */,
|
||||
70CD296F51F07063761032D3 /* src */,
|
||||
);
|
||||
name = "Demos";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
49C73F1123DD22E36DB26715 /* data */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4B1E1F4E75081D4125E24E30 /* bitmapfont */,
|
||||
);
|
||||
name = "data";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4B1E1F4E75081D4125E24E30 /* bitmapfont */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5F9758D31B3F59084DC82795 /* kromasky_16x16.bmp */,
|
||||
);
|
||||
name = "bitmapfont";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
70CD296F51F07063761032D3 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6E0951906832624606980FA7 /* common.c */,
|
||||
4D90349C274323322B1A6BBA /* common.h */,
|
||||
2987762A782C33F9516B55E5 /* keyboard.c */,
|
||||
);
|
||||
name = "src";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
12A204F705CD6EA85EED2785 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2343286F2DA963733BDB4BFF /* AudioToolbox.framework */,
|
||||
29F4734C35942DEA723A5A77 /* QuartzCore.framework */,
|
||||
7E0C550168CA5DF878D253AB /* OpenGLES.framework */,
|
||||
422B29AA759D18C60A831E77 /* CoreGraphics.framework */,
|
||||
750F39EC6BA274B14FCF2602 /* UIKit.framework */,
|
||||
243E12D229FC131B064C7705 /* Foundation.framework */,
|
||||
7256748A485906120EDA0EC6 /* CoreAudio.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
648E631128706545491A6FF5 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
759B2B246CC126C15CAC3E9A /* keyboard */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5C50345624874A655FED50DE /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4EC774AF1C8B11653EDD4CF5 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
644325D14FD20B88184F7B96 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
72750F76468F6580744A4BC9 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
73176F12128359B77F276047 /* keyboard */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2CB14BD0504177BD395A5721 /* Build configuration list for PBXNativeTarget "keyboard" */;
|
||||
buildPhases = (
|
||||
4684144777C328C125E4477A /* Resources */,
|
||||
46C76D2668D37A606FA41834 /* Sources */,
|
||||
34184B7037081F3645C941EF /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
49D96F9A0B0A7D6D315D6561 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "keyboard";
|
||||
productInstallPath = "$(HOME)/Applications";
|
||||
productName = "keyboard";
|
||||
productReference = 759B2B246CC126C15CAC3E9A /* keyboard */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "keyboard" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 677B6BC5125065EF671517AF /* keyboard */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 644325D14FD20B88184F7B96 /* Products */;
|
||||
ProjectRef = 4EC774AF1C8B11653EDD4CF5 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
73176F12128359B77F276047 /* keyboard */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
72750F76468F6580744A4BC9 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 5034364C4E5B3FD958D13B5C /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
4684144777C328C125E4477A /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
45273A68360C0E815D1B1BC0 /* kromasky_16x16.bmp in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
46C76D2668D37A606FA41834 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
324160D025840B5270143D94 /* common.c in Sources */,
|
||||
4CBC542E1F7005322C280595 /* keyboard.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
49D96F9A0B0A7D6D315D6561 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 47316C104E515CB0638F45FE /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
29CD6D214B7C539E454E3F7F /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "keyboard";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
4F111B6B1ABD2B982AD67BF5 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "keyboard";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
5BB564CA490F15C1418B1116 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
1CB3517C5A08534D77F33340 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
2CB14BD0504177BD395A5721 /* Build configuration list for PBXNativeTarget "keyboard" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
29CD6D214B7C539E454E3F7F /* Debug */,
|
||||
4F111B6B1ABD2B982AD67BF5 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "keyboard" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
5BB564CA490F15C1418B1116 /* Debug */,
|
||||
1CB3517C5A08534D77F33340 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
382
premake/Xcode-iOS/Demos/mixer/mixer.xcodeproj/project.pbxproj
Executable file
382
premake/Xcode-iOS/Demos/mixer/mixer.xcodeproj/project.pbxproj
Executable file
|
@ -0,0 +1,382 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
0B6859393B9143B32E541E7E /* ds_brush_snare.wav in Resources */ = {isa = PBXBuildFile; fileRef = 422733DF08FD31034D304460 /* ds_brush_snare.wav */; };
|
||||
1D620E24175E3BDC68B364CC /* ds_china.wav in Resources */ = {isa = PBXBuildFile; fileRef = 79E53A83260455FE38C33693 /* ds_china.wav */; };
|
||||
0CFA1EA63AE91AEB435040F4 /* ds_kick_big_amb.wav in Resources */ = {isa = PBXBuildFile; fileRef = 1F722A62118969EF6675146F /* ds_kick_big_amb.wav */; };
|
||||
3C721D7F0BE567BA03824EC3 /* ds_loose_skin_mute.wav in Resources */ = {isa = PBXBuildFile; fileRef = 7FFF7D0619C10C5C2CDB1303 /* ds_loose_skin_mute.wav */; };
|
||||
562A04E23F4F62DB1A77086F /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 10786FA134B253174C941340 /* common.c */; };
|
||||
6BEA7CEB63D02B4D066E34E5 /* mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 687637245A2B505F4A160613 /* mixer.c */; };
|
||||
081C234807FF0C5C139957D8 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 203A4FD6274F474708165F11 /* AudioToolbox.framework */; };
|
||||
5B59651D06310F6C10D32C9D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32982470375E18A1721C3319 /* QuartzCore.framework */; };
|
||||
4CB53808503156A666854E29 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 19A945435C744703450D6DB4 /* OpenGLES.framework */; };
|
||||
4B5D5AA06F9A6DDF6E6955BE /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06A616C9757B111D082B6699 /* CoreGraphics.framework */; };
|
||||
660D132301FE4FC469482A6A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 68A35894181D26234E8906BB /* UIKit.framework */; };
|
||||
40135577196C0B49113E1344 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F39495026702A5475264C60 /* Foundation.framework */; };
|
||||
5DE82D615C365F4C08B4227B /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 102040E91CCC47744B866018 /* CoreAudio.framework */; };
|
||||
42B32C7E1256594210637026 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 387D44E21004100A08F954C0 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
3DF962F5699217AC4FE77606 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4FC72EC24B0D47FF42BB412E /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 224D2C85085A7BA60E532655;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
0BD816BC3B2176BC65117275 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4FC72EC24B0D47FF42BB412E /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
65434775530A460B247312EC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
|
||||
422733DF08FD31034D304460 /* ds_brush_snare.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = "ds_brush_snare.wav"; path = "../../../../Xcode-iOS/Demos/data/drums/ds_brush_snare.wav"; sourceTree = "<group>"; };
|
||||
79E53A83260455FE38C33693 /* ds_china.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = "ds_china.wav"; path = "../../../../Xcode-iOS/Demos/data/drums/ds_china.wav"; sourceTree = "<group>"; };
|
||||
1F722A62118969EF6675146F /* ds_kick_big_amb.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = "ds_kick_big_amb.wav"; path = "../../../../Xcode-iOS/Demos/data/drums/ds_kick_big_amb.wav"; sourceTree = "<group>"; };
|
||||
7FFF7D0619C10C5C2CDB1303 /* ds_loose_skin_mute.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = "ds_loose_skin_mute.wav"; path = "../../../../Xcode-iOS/Demos/data/drums/ds_loose_skin_mute.wav"; sourceTree = "<group>"; };
|
||||
10786FA134B253174C941340 /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
|
||||
61A137E9413B20467DD00CE4 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
|
||||
687637245A2B505F4A160613 /* mixer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "mixer.c"; path = "../../../../Xcode-iOS/Demos/src/mixer.c"; sourceTree = "<group>"; };
|
||||
203A4FD6274F474708165F11 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
|
||||
32982470375E18A1721C3319 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
|
||||
19A945435C744703450D6DB4 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
|
||||
06A616C9757B111D082B6699 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
|
||||
68A35894181D26234E8906BB /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
|
||||
4F39495026702A5475264C60 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
|
||||
102040E91CCC47744B866018 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
|
||||
17915AFB41DD5216489A7D9D /* mixer */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "mixer"; path = "mixer"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
4FC72EC24B0D47FF42BB412E /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
3F9F772D4BEA703C31557097 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
081C234807FF0C5C139957D8 /* AudioToolbox.framework in Frameworks */,
|
||||
5B59651D06310F6C10D32C9D /* QuartzCore.framework in Frameworks */,
|
||||
4CB53808503156A666854E29 /* OpenGLES.framework in Frameworks */,
|
||||
4B5D5AA06F9A6DDF6E6955BE /* CoreGraphics.framework in Frameworks */,
|
||||
660D132301FE4FC469482A6A /* UIKit.framework in Frameworks */,
|
||||
40135577196C0B49113E1344 /* Foundation.framework in Frameworks */,
|
||||
5DE82D615C365F4C08B4227B /* CoreAudio.framework in Frameworks */,
|
||||
42B32C7E1256594210637026 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
64F72912178E0E0A529D547E /* mixer */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
30E07F1023C3109F689531C0 /* Xcode-iOS */,
|
||||
447E63AC35FA5F3B5457493C /* Frameworks */,
|
||||
56F83BF965B964C63D7C584C /* Products */,
|
||||
6BBD4CDF46EE53A457CF775A /* Projects */,
|
||||
);
|
||||
name = "mixer";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
30E07F1023C3109F689531C0 /* Xcode-iOS */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5687680358D406927F8D3122 /* Demos */,
|
||||
);
|
||||
name = "Xcode-iOS";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5687680358D406927F8D3122 /* Demos */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
65434775530A460B247312EC /* Info.plist */,
|
||||
4525302B7F940E66616B446F /* data */,
|
||||
682F19D924A4152E215F01F1 /* src */,
|
||||
);
|
||||
name = "Demos";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4525302B7F940E66616B446F /* data */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
69E5397630F2065F749834A8 /* drums */,
|
||||
);
|
||||
name = "data";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
69E5397630F2065F749834A8 /* drums */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
422733DF08FD31034D304460 /* ds_brush_snare.wav */,
|
||||
79E53A83260455FE38C33693 /* ds_china.wav */,
|
||||
1F722A62118969EF6675146F /* ds_kick_big_amb.wav */,
|
||||
7FFF7D0619C10C5C2CDB1303 /* ds_loose_skin_mute.wav */,
|
||||
);
|
||||
name = "drums";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
682F19D924A4152E215F01F1 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
10786FA134B253174C941340 /* common.c */,
|
||||
61A137E9413B20467DD00CE4 /* common.h */,
|
||||
687637245A2B505F4A160613 /* mixer.c */,
|
||||
);
|
||||
name = "src";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
447E63AC35FA5F3B5457493C /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
203A4FD6274F474708165F11 /* AudioToolbox.framework */,
|
||||
32982470375E18A1721C3319 /* QuartzCore.framework */,
|
||||
19A945435C744703450D6DB4 /* OpenGLES.framework */,
|
||||
06A616C9757B111D082B6699 /* CoreGraphics.framework */,
|
||||
68A35894181D26234E8906BB /* UIKit.framework */,
|
||||
4F39495026702A5475264C60 /* Foundation.framework */,
|
||||
102040E91CCC47744B866018 /* CoreAudio.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
56F83BF965B964C63D7C584C /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
17915AFB41DD5216489A7D9D /* mixer */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6BBD4CDF46EE53A457CF775A /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4FC72EC24B0D47FF42BB412E /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
14184545582D7FB768DA7DD1 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
387D44E21004100A08F954C0 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
5D8A3C36241715841B63245E /* mixer */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 071B02257AE01E935E8D1379 /* Build configuration list for PBXNativeTarget "mixer" */;
|
||||
buildPhases = (
|
||||
0DD66F6149F315524B87203F /* Resources */,
|
||||
241A48291BAC50147F677AD3 /* Sources */,
|
||||
3F9F772D4BEA703C31557097 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
1C743B7F1E84122F06736C69 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "mixer";
|
||||
productInstallPath = "$(HOME)/Applications";
|
||||
productName = "mixer";
|
||||
productReference = 17915AFB41DD5216489A7D9D /* mixer */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "mixer" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 64F72912178E0E0A529D547E /* mixer */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 14184545582D7FB768DA7DD1 /* Products */;
|
||||
ProjectRef = 4FC72EC24B0D47FF42BB412E /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
5D8A3C36241715841B63245E /* mixer */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
387D44E21004100A08F954C0 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 3DF962F5699217AC4FE77606 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
0DD66F6149F315524B87203F /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
0B6859393B9143B32E541E7E /* ds_brush_snare.wav in Resources */,
|
||||
1D620E24175E3BDC68B364CC /* ds_china.wav in Resources */,
|
||||
0CFA1EA63AE91AEB435040F4 /* ds_kick_big_amb.wav in Resources */,
|
||||
3C721D7F0BE567BA03824EC3 /* ds_loose_skin_mute.wav in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
241A48291BAC50147F677AD3 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
562A04E23F4F62DB1A77086F /* common.c in Sources */,
|
||||
6BEA7CEB63D02B4D066E34E5 /* mixer.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
1C743B7F1E84122F06736C69 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 0BD816BC3B2176BC65117275 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
6BF263503A1012B07427361E /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "mixer";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
004C079411BA6B4276C04983 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "mixer";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
010032F924AD1A8604875C13 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
62BE3AE0053C3D574C260D65 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
071B02257AE01E935E8D1379 /* Build configuration list for PBXNativeTarget "mixer" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
6BF263503A1012B07427361E /* Debug */,
|
||||
004C079411BA6B4276C04983 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "mixer" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
010032F924AD1A8604875C13 /* Debug */,
|
||||
62BE3AE0053C3D574C260D65 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
350
premake/Xcode-iOS/Demos/rectangles/rectangles.xcodeproj/project.pbxproj
Executable file
350
premake/Xcode-iOS/Demos/rectangles/rectangles.xcodeproj/project.pbxproj
Executable file
|
@ -0,0 +1,350 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
3E683D8F380B72331D966705 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 2813245205F14A8C59584160 /* common.c */; };
|
||||
6C1A3816543D7795144223E1 /* rectangles.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A6027E7619B1FF276F1647F /* rectangles.c */; };
|
||||
538E114C2E7E62F427035765 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34F76EF742501A5342D32B4D /* AudioToolbox.framework */; };
|
||||
541C7B547AFB75F808F11178 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 39BB5FD3409327B862A33D0D /* QuartzCore.framework */; };
|
||||
3ADA65AC17A56E470D723A3C /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C104A979ED6C3F551705B5 /* OpenGLES.framework */; };
|
||||
2DB765A563272C8C413C7066 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49F32DF021A1011108AA6CFA /* CoreGraphics.framework */; };
|
||||
1B941B1F31474FB121373844 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 628A573103CA605A5BC832E0 /* UIKit.framework */; };
|
||||
73672D2A32625F0C346242FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D9D37B445D828F112A73D2F /* Foundation.framework */; };
|
||||
04FB3B665FEE29384B9B42F1 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 342B2F6F3B5B137C31E424CE /* CoreAudio.framework */; };
|
||||
28C530DA667726EB4DF6727F /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 45EF5D8025B92F4F04680040 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
368972B01B321F625EDD3C27 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 0436345602702CD6400A6247 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 224D2C85085A7BA60E532655;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
4D7C0BD571B740A9497C22A5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 0436345602702CD6400A6247 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
5227088F1D3F252018614672 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
|
||||
2813245205F14A8C59584160 /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
|
||||
36B01E185907089C3F291E5B /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
|
||||
1A6027E7619B1FF276F1647F /* rectangles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "rectangles.c"; path = "../../../../Xcode-iOS/Demos/src/rectangles.c"; sourceTree = "<group>"; };
|
||||
34F76EF742501A5342D32B4D /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
|
||||
39BB5FD3409327B862A33D0D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
|
||||
00C104A979ED6C3F551705B5 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
|
||||
49F32DF021A1011108AA6CFA /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
|
||||
628A573103CA605A5BC832E0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
|
||||
1D9D37B445D828F112A73D2F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
|
||||
342B2F6F3B5B137C31E424CE /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
|
||||
7332796826E47C595AC15526 /* rectangles */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "rectangles"; path = "rectangles"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
0436345602702CD6400A6247 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
57DD0560107127536F5B5B69 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
538E114C2E7E62F427035765 /* AudioToolbox.framework in Frameworks */,
|
||||
541C7B547AFB75F808F11178 /* QuartzCore.framework in Frameworks */,
|
||||
3ADA65AC17A56E470D723A3C /* OpenGLES.framework in Frameworks */,
|
||||
2DB765A563272C8C413C7066 /* CoreGraphics.framework in Frameworks */,
|
||||
1B941B1F31474FB121373844 /* UIKit.framework in Frameworks */,
|
||||
73672D2A32625F0C346242FA /* Foundation.framework in Frameworks */,
|
||||
04FB3B665FEE29384B9B42F1 /* CoreAudio.framework in Frameworks */,
|
||||
28C530DA667726EB4DF6727F /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
288A2F3007DA183E3DA11892 /* rectangles */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
483D233459853EE340090F93 /* Xcode-iOS */,
|
||||
2792239319A468A14CAA48C7 /* Frameworks */,
|
||||
6F89456E4C5C59BF2F18556B /* Products */,
|
||||
6546611D6AF04A5720535BA8 /* Projects */,
|
||||
);
|
||||
name = "rectangles";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
483D233459853EE340090F93 /* Xcode-iOS */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
38DD5DD6376F629A6DED1DE9 /* Demos */,
|
||||
);
|
||||
name = "Xcode-iOS";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
38DD5DD6376F629A6DED1DE9 /* Demos */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5227088F1D3F252018614672 /* Info.plist */,
|
||||
6CF216180B8F014E40C62052 /* src */,
|
||||
);
|
||||
name = "Demos";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6CF216180B8F014E40C62052 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2813245205F14A8C59584160 /* common.c */,
|
||||
36B01E185907089C3F291E5B /* common.h */,
|
||||
1A6027E7619B1FF276F1647F /* rectangles.c */,
|
||||
);
|
||||
name = "src";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2792239319A468A14CAA48C7 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
34F76EF742501A5342D32B4D /* AudioToolbox.framework */,
|
||||
39BB5FD3409327B862A33D0D /* QuartzCore.framework */,
|
||||
00C104A979ED6C3F551705B5 /* OpenGLES.framework */,
|
||||
49F32DF021A1011108AA6CFA /* CoreGraphics.framework */,
|
||||
628A573103CA605A5BC832E0 /* UIKit.framework */,
|
||||
1D9D37B445D828F112A73D2F /* Foundation.framework */,
|
||||
342B2F6F3B5B137C31E424CE /* CoreAudio.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6F89456E4C5C59BF2F18556B /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7332796826E47C595AC15526 /* rectangles */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6546611D6AF04A5720535BA8 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0436345602702CD6400A6247 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0DC524DC289165A2096A1B8A /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
45EF5D8025B92F4F04680040 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
4F6855E4129920DC7A9153FC /* rectangles */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 79D259543EB15FB103D110D7 /* Build configuration list for PBXNativeTarget "rectangles" */;
|
||||
buildPhases = (
|
||||
3CAC6B4F48AA464B710068C1 /* Resources */,
|
||||
0BE0523D5BE05C0B02A52BA6 /* Sources */,
|
||||
57DD0560107127536F5B5B69 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
1B3B41B9731B1B0D007A7AC1 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "rectangles";
|
||||
productInstallPath = "$(HOME)/Applications";
|
||||
productName = "rectangles";
|
||||
productReference = 7332796826E47C595AC15526 /* rectangles */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "rectangles" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 288A2F3007DA183E3DA11892 /* rectangles */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 0DC524DC289165A2096A1B8A /* Products */;
|
||||
ProjectRef = 0436345602702CD6400A6247 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
4F6855E4129920DC7A9153FC /* rectangles */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
45EF5D8025B92F4F04680040 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 368972B01B321F625EDD3C27 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
3CAC6B4F48AA464B710068C1 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
0BE0523D5BE05C0B02A52BA6 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
3E683D8F380B72331D966705 /* common.c in Sources */,
|
||||
6C1A3816543D7795144223E1 /* rectangles.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
1B3B41B9731B1B0D007A7AC1 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 4D7C0BD571B740A9497C22A5 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
241D072A6F2D0EA442E9032F /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "rectangles";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
29F11E745BAF53647A9017A1 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "rectangles";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
2CD758AE2ACB76894D9F26D0 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
743958EA264E002121B2360E /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
79D259543EB15FB103D110D7 /* Build configuration list for PBXNativeTarget "rectangles" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
241D072A6F2D0EA442E9032F /* Debug */,
|
||||
29F11E745BAF53647A9017A1 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "rectangles" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
2CD758AE2ACB76894D9F26D0 /* Debug */,
|
||||
743958EA264E002121B2360E /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
362
premake/Xcode-iOS/Demos/touch/touch.xcodeproj/project.pbxproj
Executable file
362
premake/Xcode-iOS/Demos/touch/touch.xcodeproj/project.pbxproj
Executable file
|
@ -0,0 +1,362 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
44A5650B6BCF70612F3A3EED /* stroke.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 102B12A4027156F83A0D40AB /* stroke.bmp */; };
|
||||
31906B8700A178D233233F36 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 02F347371F52568E12CF75FA /* common.c */; };
|
||||
2DAD6F6C37366013402423CD /* touch.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D5059D32C6D47053C146426 /* touch.c */; };
|
||||
1FCF7B9250267C474FFF1317 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EB40C466A044452147954FE /* AudioToolbox.framework */; };
|
||||
3F8614FA2BB9118010E402BD /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65156B5F67D37E3634D1353B /* QuartzCore.framework */; };
|
||||
4DE269AF156A670F15C76C20 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B790E684F1661FD3CDE50BD /* OpenGLES.framework */; };
|
||||
1B9025D4163C6DF452CB4B15 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BFD013C2EC12CDF6D7213E4 /* CoreGraphics.framework */; };
|
||||
1067012C0CF4170C465A4732 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D4E119A347A3D9916C6457B /* UIKit.framework */; };
|
||||
250771553F7A720752E02B11 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37FD4C8345287A1C74820723 /* Foundation.framework */; };
|
||||
57E9417D75CB142C653E02C3 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 059525A845FC5C9E20953252 /* CoreAudio.framework */; };
|
||||
6B1F7AF166A178AA61071706 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D931F88425701C078B07720 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
33B14F0C4EDF4A8D301C10A8 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 73C70F1E01C8127431B70DD1 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 224D2C85085A7BA60E532655;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
1C2D50527874154867FC7A7A /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 73C70F1E01C8127431B70DD1 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
5D7268702730733A7D936748 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
|
||||
102B12A4027156F83A0D40AB /* stroke.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "stroke.bmp"; path = "../../../../Xcode-iOS/Demos/data/stroke.bmp"; sourceTree = "<group>"; };
|
||||
02F347371F52568E12CF75FA /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
|
||||
278274AA7EA5160202BE0835 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
|
||||
6D5059D32C6D47053C146426 /* touch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "touch.c"; path = "../../../../Xcode-iOS/Demos/src/touch.c"; sourceTree = "<group>"; };
|
||||
5EB40C466A044452147954FE /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
|
||||
65156B5F67D37E3634D1353B /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
|
||||
4B790E684F1661FD3CDE50BD /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
|
||||
2BFD013C2EC12CDF6D7213E4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
|
||||
0D4E119A347A3D9916C6457B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
|
||||
37FD4C8345287A1C74820723 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
|
||||
059525A845FC5C9E20953252 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
|
||||
79DA5CF10F7848015B0E7B10 /* touch */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "touch"; path = "touch"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
73C70F1E01C8127431B70DD1 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
1DAD583D4ABE25DC3C232F7A /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1FCF7B9250267C474FFF1317 /* AudioToolbox.framework in Frameworks */,
|
||||
3F8614FA2BB9118010E402BD /* QuartzCore.framework in Frameworks */,
|
||||
4DE269AF156A670F15C76C20 /* OpenGLES.framework in Frameworks */,
|
||||
1B9025D4163C6DF452CB4B15 /* CoreGraphics.framework in Frameworks */,
|
||||
1067012C0CF4170C465A4732 /* UIKit.framework in Frameworks */,
|
||||
250771553F7A720752E02B11 /* Foundation.framework in Frameworks */,
|
||||
57E9417D75CB142C653E02C3 /* CoreAudio.framework in Frameworks */,
|
||||
6B1F7AF166A178AA61071706 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
492E166D57477FA478990772 /* touch */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5C73413941CE7C1842690DE9 /* Xcode-iOS */,
|
||||
01AA4ABB3DF9507B6FCA472B /* Frameworks */,
|
||||
604E40BE080514F15A952943 /* Products */,
|
||||
05931ED004651CC60E5C655D /* Projects */,
|
||||
);
|
||||
name = "touch";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5C73413941CE7C1842690DE9 /* Xcode-iOS */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3D7B6D34290A516832BD26C9 /* Demos */,
|
||||
);
|
||||
name = "Xcode-iOS";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3D7B6D34290A516832BD26C9 /* Demos */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5D7268702730733A7D936748 /* Info.plist */,
|
||||
32253DCA52F637CC52874AE1 /* data */,
|
||||
61A878F7300F30FB49712375 /* src */,
|
||||
);
|
||||
name = "Demos";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
32253DCA52F637CC52874AE1 /* data */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
102B12A4027156F83A0D40AB /* stroke.bmp */,
|
||||
);
|
||||
name = "data";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
61A878F7300F30FB49712375 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
02F347371F52568E12CF75FA /* common.c */,
|
||||
278274AA7EA5160202BE0835 /* common.h */,
|
||||
6D5059D32C6D47053C146426 /* touch.c */,
|
||||
);
|
||||
name = "src";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
01AA4ABB3DF9507B6FCA472B /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5EB40C466A044452147954FE /* AudioToolbox.framework */,
|
||||
65156B5F67D37E3634D1353B /* QuartzCore.framework */,
|
||||
4B790E684F1661FD3CDE50BD /* OpenGLES.framework */,
|
||||
2BFD013C2EC12CDF6D7213E4 /* CoreGraphics.framework */,
|
||||
0D4E119A347A3D9916C6457B /* UIKit.framework */,
|
||||
37FD4C8345287A1C74820723 /* Foundation.framework */,
|
||||
059525A845FC5C9E20953252 /* CoreAudio.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
604E40BE080514F15A952943 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
79DA5CF10F7848015B0E7B10 /* touch */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
05931ED004651CC60E5C655D /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
73C70F1E01C8127431B70DD1 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7BDA644C79FE323076F70739 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1D931F88425701C078B07720 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
7E3B5FEB754A0B5520235C50 /* touch */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 371D55C1257826A923E4771B /* Build configuration list for PBXNativeTarget "touch" */;
|
||||
buildPhases = (
|
||||
160D35EC4E82653C03C52EAD /* Resources */,
|
||||
193B23AC765E2C585B1560FD /* Sources */,
|
||||
1DAD583D4ABE25DC3C232F7A /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
7BF075F418D41E8C1DD347F7 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "touch";
|
||||
productInstallPath = "$(HOME)/Applications";
|
||||
productName = "touch";
|
||||
productReference = 79DA5CF10F7848015B0E7B10 /* touch */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "touch" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 492E166D57477FA478990772 /* touch */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 7BDA644C79FE323076F70739 /* Products */;
|
||||
ProjectRef = 73C70F1E01C8127431B70DD1 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
7E3B5FEB754A0B5520235C50 /* touch */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
1D931F88425701C078B07720 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 33B14F0C4EDF4A8D301C10A8 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
160D35EC4E82653C03C52EAD /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
44A5650B6BCF70612F3A3EED /* stroke.bmp in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
193B23AC765E2C585B1560FD /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
31906B8700A178D233233F36 /* common.c in Sources */,
|
||||
2DAD6F6C37366013402423CD /* touch.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
7BF075F418D41E8C1DD347F7 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 1C2D50527874154867FC7A7A /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
551D11A047DA4F2C7C7D0823 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "touch";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
623B2822705365B569AE5529 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
PRODUCT_NAME = "touch";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
5BBE2AC31114434E5C1F7758 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
7C575288033B53977BD57638 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
371D55C1257826A923E4771B /* Build configuration list for PBXNativeTarget "touch" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
551D11A047DA4F2C7C7D0823 /* Debug */,
|
||||
623B2822705365B569AE5529 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "touch" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
5BBE2AC31114434E5C1F7758 /* Debug */,
|
||||
7C575288033B53977BD57638 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
34
premake/Xcode-iOS/SDL.xcworkspace/contents.xcworkspacedata
generated
Executable file
34
premake/Xcode-iOS/SDL.xcworkspace/contents.xcworkspacedata
generated
Executable file
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:Demos/keyboard/keyboard.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Demos/touch/touch.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:SDL2test/SDL2test.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:SDL2/SDL2.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:SDL2main/SDL2main.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Demos/mixer/mixer.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Demos/fireworks/fireworks.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Demos/accelerometer/accelerometer.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Demos/rectangles/rectangles.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Demos/happy/happy.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
1033
premake/Xcode-iOS/SDL2/SDL2.xcodeproj/project.pbxproj
Executable file
1033
premake/Xcode-iOS/SDL2/SDL2.xcodeproj/project.pbxproj
Executable file
File diff suppressed because it is too large
Load diff
241
premake/Xcode-iOS/SDL2main/SDL2main.xcodeproj/project.pbxproj
Executable file
241
premake/Xcode-iOS/SDL2main/SDL2main.xcodeproj/project.pbxproj
Executable file
|
@ -0,0 +1,241 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
6A47770C5EF950855C473DE4 /* SDL_dummy_main.c in Sources */ = {isa = PBXBuildFile; fileRef = 548E78363EA76CBB7C9D647D /* SDL_dummy_main.c */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
548E78363EA76CBB7C9D647D /* SDL_dummy_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_dummy_main.c"; path = "../../../src/main/dummy/SDL_dummy_main.c"; sourceTree = "<group>"; };
|
||||
5E5C7A9A4A341C0E5B2D6CDA /* libSDL2main.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libSDL2main.a"; path = "libSDL2main.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
450B55DB505267192316799F /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
24A248A70B67298D6C2C6433 /* SDL2main */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0F4A74990FAF59563DCE2840 /* src */,
|
||||
4DF93DED3B1F1CF603EE2961 /* Products */,
|
||||
);
|
||||
name = "SDL2main";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0F4A74990FAF59563DCE2840 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23932A2D1F2210D87B842AED /* main */,
|
||||
);
|
||||
name = "src";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23932A2D1F2210D87B842AED /* main */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
38FB10B773C32C6E1FD240A6 /* dummy */,
|
||||
);
|
||||
name = "main";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
38FB10B773C32C6E1FD240A6 /* dummy */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
548E78363EA76CBB7C9D647D /* SDL_dummy_main.c */,
|
||||
);
|
||||
name = "dummy";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4DF93DED3B1F1CF603EE2961 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5E5C7A9A4A341C0E5B2D6CDA /* libSDL2main.a */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
03EA2B934468123B74107F68 /* SDL2main */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 253743B11B001E914B5D598A /* Build configuration list for PBXNativeTarget "SDL2main" */;
|
||||
buildPhases = (
|
||||
2478641F57CA13393B9D590C /* Resources */,
|
||||
2646786734062B0C5FFE3108 /* Sources */,
|
||||
450B55DB505267192316799F /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = "SDL2main";
|
||||
productName = "SDL2main";
|
||||
productReference = 5E5C7A9A4A341C0E5B2D6CDA /* libSDL2main.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "SDL2main" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 24A248A70B67298D6C2C6433 /* SDL2main */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
03EA2B934468123B74107F68 /* libSDL2main.a */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
2478641F57CA13393B9D590C /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
2646786734062B0C5FFE3108 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
6A47770C5EF950855C473DE4 /* SDL_dummy_main.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
25220E52501602BA417227AC /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
PRODUCT_NAME = "SDL2main";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
7EE30A225C264A274EA54353 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
PRODUCT_NAME = "SDL2main";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
25A70ED1565647744E791094 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"..",
|
||||
"../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
1A8A11CE1AAA3BF8562F4099 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"..",
|
||||
"../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
253743B11B001E914B5D598A /* Build configuration list for PBXNativeTarget "libSDL2main.a" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
25220E52501602BA417227AC /* Debug */,
|
||||
7EE30A225C264A274EA54353 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "SDL2main" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
25A70ED1565647744E791094 /* Debug */,
|
||||
1A8A11CE1AAA3BF8562F4099 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
430
premake/Xcode-iOS/SDL2test/SDL2test.xcodeproj/project.pbxproj
Executable file
430
premake/Xcode-iOS/SDL2test/SDL2test.xcodeproj/project.pbxproj
Executable file
|
@ -0,0 +1,430 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
56857095612364755D286FD9 /* SDL_test_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4535A558C6BE05EEB4C6E /* SDL_test_assert.c */; };
|
||||
5C33580827A4354B73B70D73 /* SDL_test_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 3D0C731632D76A34194E03DB /* SDL_test_common.c */; };
|
||||
706031BC4F882A1031330BA1 /* SDL_test_compare.c in Sources */ = {isa = PBXBuildFile; fileRef = 0657514939B52F9B6F1E4EDA /* SDL_test_compare.c */; };
|
||||
6F1624BF04F918EC623139A8 /* SDL_test_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 12BE1FB21B87710652414729 /* SDL_test_crc32.c */; };
|
||||
3B1C6CA815A928FC4F495888 /* SDL_test_font.c in Sources */ = {isa = PBXBuildFile; fileRef = 4ACE44CD0CCA362A1A7F25F0 /* SDL_test_font.c */; };
|
||||
42AB1E177DA962641F215685 /* SDL_test_fuzzer.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A9C55953C644DCF78C15BD9 /* SDL_test_fuzzer.c */; };
|
||||
318B413E7C44573103C5314A /* SDL_test_harness.c in Sources */ = {isa = PBXBuildFile; fileRef = 49333DBB75662DA154D22861 /* SDL_test_harness.c */; };
|
||||
041E4EBC2A060AF84B4D594A /* SDL_test_imageBlit.c in Sources */ = {isa = PBXBuildFile; fileRef = 0EDE1225501522A444E33397 /* SDL_test_imageBlit.c */; };
|
||||
727F14A7672B4FB51DCA5570 /* SDL_test_imageBlitBlend.c in Sources */ = {isa = PBXBuildFile; fileRef = 177A78C169131B6D3EFE450B /* SDL_test_imageBlitBlend.c */; };
|
||||
6EEA55954F9B512D1AC30AFA /* SDL_test_imageFace.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E01422D46856BDB2E8D4D1E /* SDL_test_imageFace.c */; };
|
||||
433A343054ED3DF80E1D3F58 /* SDL_test_imagePrimitives.c in Sources */ = {isa = PBXBuildFile; fileRef = 43BE0BAD2C18095269ED029B /* SDL_test_imagePrimitives.c */; };
|
||||
23796C0D79F4255042251C80 /* SDL_test_imagePrimitivesBlend.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A091595221A641D69FA2FAD /* SDL_test_imagePrimitivesBlend.c */; };
|
||||
7C2A66EC3B0B763F4A450CDB /* SDL_test_log.c in Sources */ = {isa = PBXBuildFile; fileRef = 286D137118996735597E0EA5 /* SDL_test_log.c */; };
|
||||
0F5A0ACF334E532D40007CDB /* SDL_test_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C773AAC13DC5ED901586D7E /* SDL_test_md5.c */; };
|
||||
066163463F6B29C9696F3213 /* SDL_test_random.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F18540F577C34540CAC03F7 /* SDL_test_random.c */; };
|
||||
1B5840A547674ADE70B06D8F /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 621233187C785B7574D37434 /* AudioToolbox.framework */; };
|
||||
492B40FD2FA63DCE33AC1A06 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 564C34DE052B0A0F1C5D1EF8 /* QuartzCore.framework */; };
|
||||
12E11A8F35ED13A6005F7175 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F9D1D87236160D7647E450F /* OpenGLES.framework */; };
|
||||
42E5016F5D673E7F298B16C9 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 47F554947BA260C46FD60423 /* CoreGraphics.framework */; };
|
||||
23E1397163E838CA56AC511D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14690CC76EF75A815B195147 /* UIKit.framework */; };
|
||||
1A7D1F2D6EFA085C0C237825 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A6F5244113B3E4A189B6866 /* Foundation.framework */; };
|
||||
444D36D16C4942E0174C0A8B /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 015F19F612DB04B6530A4330 /* CoreAudio.framework */; };
|
||||
787B5951006701B005890A49 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12281D7977F523324D701579 /* libSDL2main.a */; };
|
||||
184A61C5789A47587EEE467C /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3EAD7DDA02795B2776FE213A /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
4366730B15F067FE56E2451F /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 15B20EEE3CA059EE536E6653 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E5C7A9A4A341C0E5B2D6CDA;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
7D4B755868EC73BD12AA6264 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 15B20EEE3CA059EE536E6653 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 03EA2B934468123B74107F68;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
36F67DC919464A4B0F925FC5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 66FA293632AA42386CF57BEB /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 224D2C85085A7BA60E532655;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
033D34162C254D9938854B3B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 66FA293632AA42386CF57BEB /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
6ED4535A558C6BE05EEB4C6E /* SDL_test_assert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_assert.c"; path = "../../../src/test/SDL_test_assert.c"; sourceTree = "<group>"; };
|
||||
3D0C731632D76A34194E03DB /* SDL_test_common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_common.c"; path = "../../../src/test/SDL_test_common.c"; sourceTree = "<group>"; };
|
||||
0657514939B52F9B6F1E4EDA /* SDL_test_compare.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_compare.c"; path = "../../../src/test/SDL_test_compare.c"; sourceTree = "<group>"; };
|
||||
12BE1FB21B87710652414729 /* SDL_test_crc32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_crc32.c"; path = "../../../src/test/SDL_test_crc32.c"; sourceTree = "<group>"; };
|
||||
4ACE44CD0CCA362A1A7F25F0 /* SDL_test_font.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_font.c"; path = "../../../src/test/SDL_test_font.c"; sourceTree = "<group>"; };
|
||||
5A9C55953C644DCF78C15BD9 /* SDL_test_fuzzer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_fuzzer.c"; path = "../../../src/test/SDL_test_fuzzer.c"; sourceTree = "<group>"; };
|
||||
49333DBB75662DA154D22861 /* SDL_test_harness.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_harness.c"; path = "../../../src/test/SDL_test_harness.c"; sourceTree = "<group>"; };
|
||||
0EDE1225501522A444E33397 /* SDL_test_imageBlit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_imageBlit.c"; path = "../../../src/test/SDL_test_imageBlit.c"; sourceTree = "<group>"; };
|
||||
177A78C169131B6D3EFE450B /* SDL_test_imageBlitBlend.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_imageBlitBlend.c"; path = "../../../src/test/SDL_test_imageBlitBlend.c"; sourceTree = "<group>"; };
|
||||
5E01422D46856BDB2E8D4D1E /* SDL_test_imageFace.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_imageFace.c"; path = "../../../src/test/SDL_test_imageFace.c"; sourceTree = "<group>"; };
|
||||
43BE0BAD2C18095269ED029B /* SDL_test_imagePrimitives.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_imagePrimitives.c"; path = "../../../src/test/SDL_test_imagePrimitives.c"; sourceTree = "<group>"; };
|
||||
5A091595221A641D69FA2FAD /* SDL_test_imagePrimitivesBlend.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_imagePrimitivesBlend.c"; path = "../../../src/test/SDL_test_imagePrimitivesBlend.c"; sourceTree = "<group>"; };
|
||||
286D137118996735597E0EA5 /* SDL_test_log.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_log.c"; path = "../../../src/test/SDL_test_log.c"; sourceTree = "<group>"; };
|
||||
2C773AAC13DC5ED901586D7E /* SDL_test_md5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_md5.c"; path = "../../../src/test/SDL_test_md5.c"; sourceTree = "<group>"; };
|
||||
4F18540F577C34540CAC03F7 /* SDL_test_random.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_test_random.c"; path = "../../../src/test/SDL_test_random.c"; sourceTree = "<group>"; };
|
||||
621233187C785B7574D37434 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
|
||||
564C34DE052B0A0F1C5D1EF8 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
|
||||
3F9D1D87236160D7647E450F /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
|
||||
47F554947BA260C46FD60423 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
|
||||
14690CC76EF75A815B195147 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
|
||||
4A6F5244113B3E4A189B6866 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
|
||||
015F19F612DB04B6530A4330 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
|
||||
1C052B2602423CF11EB44CD2 /* libSDL2test.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libSDL2test.a"; path = "libSDL2test.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
15B20EEE3CA059EE536E6653 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
66FA293632AA42386CF57BEB /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
10F173353BC717D867151BED /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1B5840A547674ADE70B06D8F /* AudioToolbox.framework in Frameworks */,
|
||||
492B40FD2FA63DCE33AC1A06 /* QuartzCore.framework in Frameworks */,
|
||||
12E11A8F35ED13A6005F7175 /* OpenGLES.framework in Frameworks */,
|
||||
42E5016F5D673E7F298B16C9 /* CoreGraphics.framework in Frameworks */,
|
||||
23E1397163E838CA56AC511D /* UIKit.framework in Frameworks */,
|
||||
1A7D1F2D6EFA085C0C237825 /* Foundation.framework in Frameworks */,
|
||||
444D36D16C4942E0174C0A8B /* CoreAudio.framework in Frameworks */,
|
||||
787B5951006701B005890A49 /* libSDL2main.a in Frameworks */,
|
||||
184A61C5789A47587EEE467C /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
32F928E24467693B4BAD0BC5 /* SDL2test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3C0256E43209258C2CC60C5F /* src */,
|
||||
275E2FF04A676A78169209B7 /* Frameworks */,
|
||||
56761C0E71916CFE48575094 /* Products */,
|
||||
351D0CB23353267B11AD040F /* Projects */,
|
||||
);
|
||||
name = "SDL2test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3C0256E43209258C2CC60C5F /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3EA221D752E20A48286B2818 /* test */,
|
||||
);
|
||||
name = "src";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3EA221D752E20A48286B2818 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6ED4535A558C6BE05EEB4C6E /* SDL_test_assert.c */,
|
||||
3D0C731632D76A34194E03DB /* SDL_test_common.c */,
|
||||
0657514939B52F9B6F1E4EDA /* SDL_test_compare.c */,
|
||||
12BE1FB21B87710652414729 /* SDL_test_crc32.c */,
|
||||
4ACE44CD0CCA362A1A7F25F0 /* SDL_test_font.c */,
|
||||
5A9C55953C644DCF78C15BD9 /* SDL_test_fuzzer.c */,
|
||||
49333DBB75662DA154D22861 /* SDL_test_harness.c */,
|
||||
0EDE1225501522A444E33397 /* SDL_test_imageBlit.c */,
|
||||
177A78C169131B6D3EFE450B /* SDL_test_imageBlitBlend.c */,
|
||||
5E01422D46856BDB2E8D4D1E /* SDL_test_imageFace.c */,
|
||||
43BE0BAD2C18095269ED029B /* SDL_test_imagePrimitives.c */,
|
||||
5A091595221A641D69FA2FAD /* SDL_test_imagePrimitivesBlend.c */,
|
||||
286D137118996735597E0EA5 /* SDL_test_log.c */,
|
||||
2C773AAC13DC5ED901586D7E /* SDL_test_md5.c */,
|
||||
4F18540F577C34540CAC03F7 /* SDL_test_random.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
275E2FF04A676A78169209B7 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
621233187C785B7574D37434 /* AudioToolbox.framework */,
|
||||
564C34DE052B0A0F1C5D1EF8 /* QuartzCore.framework */,
|
||||
3F9D1D87236160D7647E450F /* OpenGLES.framework */,
|
||||
47F554947BA260C46FD60423 /* CoreGraphics.framework */,
|
||||
14690CC76EF75A815B195147 /* UIKit.framework */,
|
||||
4A6F5244113B3E4A189B6866 /* Foundation.framework */,
|
||||
015F19F612DB04B6530A4330 /* CoreAudio.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
56761C0E71916CFE48575094 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1C052B2602423CF11EB44CD2 /* libSDL2test.a */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
351D0CB23353267B11AD040F /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15B20EEE3CA059EE536E6653 /* SDL2main.xcodeproj */,
|
||||
66FA293632AA42386CF57BEB /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
48973A77740B056E28D405B9 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
12281D7977F523324D701579 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
032716E13C9450AE73732349 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3EAD7DDA02795B2776FE213A /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
79AC3AFD728E60BD3C644A64 /* SDL2test */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 7C5807BE065572C245C73A13 /* Build configuration list for PBXNativeTarget "SDL2test" */;
|
||||
buildPhases = (
|
||||
5222598971CE2119792C75BB /* Resources */,
|
||||
61A06ADB023F2DC57ED01F1E /* Sources */,
|
||||
10F173353BC717D867151BED /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
18AF3F2661A47E3550126561 /* PBXTargetDependency */,
|
||||
192D7B7C4961243059393A43 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "SDL2test";
|
||||
productName = "SDL2test";
|
||||
productReference = 1C052B2602423CF11EB44CD2 /* libSDL2test.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "SDL2test" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 32F928E24467693B4BAD0BC5 /* SDL2test */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 48973A77740B056E28D405B9 /* Products */;
|
||||
ProjectRef = 15B20EEE3CA059EE536E6653 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 032716E13C9450AE73732349 /* Products */;
|
||||
ProjectRef = 66FA293632AA42386CF57BEB /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
79AC3AFD728E60BD3C644A64 /* libSDL2test.a */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
12281D7977F523324D701579 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 4366730B15F067FE56E2451F /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
3EAD7DDA02795B2776FE213A /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 36F67DC919464A4B0F925FC5 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
5222598971CE2119792C75BB /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
61A06ADB023F2DC57ED01F1E /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
56857095612364755D286FD9 /* SDL_test_assert.c in Sources */,
|
||||
5C33580827A4354B73B70D73 /* SDL_test_common.c in Sources */,
|
||||
706031BC4F882A1031330BA1 /* SDL_test_compare.c in Sources */,
|
||||
6F1624BF04F918EC623139A8 /* SDL_test_crc32.c in Sources */,
|
||||
3B1C6CA815A928FC4F495888 /* SDL_test_font.c in Sources */,
|
||||
42AB1E177DA962641F215685 /* SDL_test_fuzzer.c in Sources */,
|
||||
318B413E7C44573103C5314A /* SDL_test_harness.c in Sources */,
|
||||
041E4EBC2A060AF84B4D594A /* SDL_test_imageBlit.c in Sources */,
|
||||
727F14A7672B4FB51DCA5570 /* SDL_test_imageBlitBlend.c in Sources */,
|
||||
6EEA55954F9B512D1AC30AFA /* SDL_test_imageFace.c in Sources */,
|
||||
433A343054ED3DF80E1D3F58 /* SDL_test_imagePrimitives.c in Sources */,
|
||||
23796C0D79F4255042251C80 /* SDL_test_imagePrimitivesBlend.c in Sources */,
|
||||
7C2A66EC3B0B763F4A450CDB /* SDL_test_log.c in Sources */,
|
||||
0F5A0ACF334E532D40007CDB /* SDL_test_md5.c in Sources */,
|
||||
066163463F6B29C9696F3213 /* SDL_test_random.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
18AF3F2661A47E3550126561 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 7D4B755868EC73BD12AA6264 /* PBXContainerItemProxy */;
|
||||
};
|
||||
192D7B7C4961243059393A43 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 033D34162C254D9938854B3B /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
06E748D2723D439036247CC6 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
PRODUCT_NAME = "SDL2test";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
03FB61DC64612A892E0E32B2 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
PRODUCT_NAME = "SDL2test";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
5182634031DC148F4ADA5AEF /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"..",
|
||||
"../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug";
|
||||
};
|
||||
687A3A1170E3559940506604 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
|
||||
SDKROOT = iphoneos;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"..",
|
||||
"../../../include",
|
||||
);
|
||||
OBJROOT = "obj/iOS/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
7C5807BE065572C245C73A13 /* Build configuration list for PBXNativeTarget "libSDL2test.a" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
06E748D2723D439036247CC6 /* Debug */,
|
||||
03FB61DC64612A892E0E32B2 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "SDL2test" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
5182634031DC148F4ADA5AEF /* Debug */,
|
||||
687A3A1170E3559940506604 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
162
premake/Xcode-iOS/SDL_config_premake.h
Normal file
162
premake/Xcode-iOS/SDL_config_premake.h
Normal file
|
@ -0,0 +1,162 @@
|
|||
/*
|
||||
Simple DirectMedia Layer
|
||||
Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
arising from the use of this software.
|
||||
|
||||
Permission is granted to anyone to use this software for any purpose,
|
||||
including commercial applications, and to alter it and redistribute it
|
||||
freely, subject to the following restrictions:
|
||||
|
||||
1. The origin of this software must not be misrepresented; you must not
|
||||
claim that you wrote the original software. If you use this software
|
||||
in a product, an acknowledgment in the product documentation would be
|
||||
appreciated but is not required.
|
||||
2. Altered source versions must be plainly marked as such, and must not be
|
||||
misrepresented as being the original software.
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
#ifndef _SDL_config_iphoneos_h
|
||||
#define _SDL_config_iphoneos_h
|
||||
|
||||
#include "SDL_platform.h"
|
||||
|
||||
#ifdef __LP64__
|
||||
#define SIZEOF_VOIDP 8
|
||||
#else
|
||||
#define SIZEOF_VOIDP 4
|
||||
#endif
|
||||
|
||||
#define HAVE_GCC_ATOMICS 1
|
||||
|
||||
#define HAVE_ALLOCA_H 1
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
#define HAVE_STDIO_H 1
|
||||
#define STDC_HEADERS 1
|
||||
#define HAVE_STRING_H 1
|
||||
#define HAVE_INTTYPES_H 1
|
||||
#define HAVE_STDINT_H 1
|
||||
#define HAVE_CTYPE_H 1
|
||||
#define HAVE_MATH_H 1
|
||||
#define HAVE_SIGNAL_H 1
|
||||
|
||||
/* C library functions */
|
||||
#define HAVE_MALLOC 1
|
||||
#define HAVE_CALLOC 1
|
||||
#define HAVE_REALLOC 1
|
||||
#define HAVE_FREE 1
|
||||
#define HAVE_ALLOCA 1
|
||||
#define HAVE_GETENV 1
|
||||
#define HAVE_SETENV 1
|
||||
#define HAVE_PUTENV 1
|
||||
#define HAVE_SETENV 1
|
||||
#define HAVE_UNSETENV 1
|
||||
#define HAVE_QSORT 1
|
||||
#define HAVE_ABS 1
|
||||
#define HAVE_BCOPY 1
|
||||
#define HAVE_MEMSET 1
|
||||
#define HAVE_MEMCPY 1
|
||||
#define HAVE_MEMMOVE 1
|
||||
#define HAVE_MEMCMP 1
|
||||
#define HAVE_STRLEN 1
|
||||
#define HAVE_STRLCPY 1
|
||||
#define HAVE_STRLCAT 1
|
||||
#define HAVE_STRDUP 1
|
||||
#define HAVE_STRCHR 1
|
||||
#define HAVE_STRRCHR 1
|
||||
#define HAVE_STRSTR 1
|
||||
#define HAVE_STRTOL 1
|
||||
#define HAVE_STRTOUL 1
|
||||
#define HAVE_STRTOLL 1
|
||||
#define HAVE_STRTOULL 1
|
||||
#define HAVE_STRTOD 1
|
||||
#define HAVE_ATOI 1
|
||||
#define HAVE_ATOF 1
|
||||
#define HAVE_STRCMP 1
|
||||
#define HAVE_STRNCMP 1
|
||||
#define HAVE_STRCASECMP 1
|
||||
#define HAVE_STRNCASECMP 1
|
||||
#define HAVE_VSSCANF 1
|
||||
#define HAVE_VSNPRINTF 1
|
||||
#define HAVE_M_PI 1
|
||||
#define HAVE_ATAN 1
|
||||
#define HAVE_ATAN2 1
|
||||
#define HAVE_CEIL 1
|
||||
#define HAVE_COPYSIGN 1
|
||||
#define HAVE_COS 1
|
||||
#define HAVE_COSF 1
|
||||
#define HAVE_FABS 1
|
||||
#define HAVE_FLOOR 1
|
||||
#define HAVE_LOG 1
|
||||
#define HAVE_POW 1
|
||||
#define HAVE_SCALBN 1
|
||||
#define HAVE_SIN 1
|
||||
#define HAVE_SINF 1
|
||||
#define HAVE_SQRT 1
|
||||
#define HAVE_SIGACTION 1
|
||||
#define HAVE_SETJMP 1
|
||||
#define HAVE_NANOSLEEP 1
|
||||
#define HAVE_SYSCONF 1
|
||||
#define HAVE_SYSCTLBYNAME 1
|
||||
|
||||
#ifndef SDL_AUDIO_DRIVER_DUMMY
|
||||
#define SDL_AUDIO_DRIVER_DUMMY 1
|
||||
#endif
|
||||
#ifndef SDL_AUDIO_DRIVER_DISK
|
||||
#define SDL_AUDIO_DRIVER_DISK 1
|
||||
#endif
|
||||
#ifndef SDL_VIDEO_DRIVER_DUMMY
|
||||
#define SDL_VIDEO_DRIVER_DUMMY 1
|
||||
#endif
|
||||
#ifndef SDL_AUDIO_DRIVER_COREAUDIO
|
||||
#define SDL_AUDIO_DRIVER_COREAUDIO 1
|
||||
#endif
|
||||
#ifndef SDL_VIDEO_DRIVER_UIKIT
|
||||
#define SDL_VIDEO_DRIVER_UIKIT 1
|
||||
#endif
|
||||
#ifndef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX
|
||||
#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
|
||||
#endif
|
||||
#ifndef SDL_FILESYSTEM_COCOA
|
||||
#define SDL_FILESYSTEM_COCOA 1
|
||||
#endif
|
||||
#ifndef SDL_IPHONE_KEYBOARD
|
||||
#define SDL_IPHONE_KEYBOARD 1
|
||||
#endif
|
||||
#ifndef SDL_POWER_UIKIT
|
||||
#define SDL_POWER_UIKIT 1
|
||||
#endif
|
||||
#ifndef SDL_JOYSTICK_DISABLED
|
||||
#define SDL_JOYSTICK_DISABLED 0
|
||||
#endif
|
||||
#ifndef SDL_VIDEO_RENDER_OGL_ES
|
||||
#define SDL_VIDEO_RENDER_OGL_ES 1
|
||||
#endif
|
||||
#ifndef SDL_TIMER_UNIX
|
||||
#define SDL_TIMER_UNIX 1
|
||||
#endif
|
||||
#ifndef SDL_VIDEO_OPENGL_ES
|
||||
#define SDL_VIDEO_OPENGL_ES 1
|
||||
#endif
|
||||
#ifndef SDL_THREAD_PTHREAD
|
||||
#define SDL_THREAD_PTHREAD 1
|
||||
#endif
|
||||
#ifndef SDL_VIDEO_RENDER_OGL_ES2
|
||||
#define SDL_VIDEO_RENDER_OGL_ES2 1
|
||||
#endif
|
||||
#ifndef SDL_LOADSO_DISABLED
|
||||
#define SDL_LOADSO_DISABLED 1
|
||||
#endif
|
||||
#ifndef SDL_HAPTIC_DISABLED
|
||||
#define SDL_HAPTIC_DISABLED 1
|
||||
#endif
|
||||
|
||||
/* Set max recognized G-force from accelerometer
|
||||
See src/joystick/uikit/SDLUIAccelerationDelegate.m for notes on why this is needed
|
||||
*/
|
||||
#define SDL_IPHONE_MAX_GFORCE 5.0
|
||||
|
||||
#endif /* _SDL_config_iphoneos_h */
|
4
premake/Xcode-iOS/build-scripts/clean_premake.command
Executable file
4
premake/Xcode-iOS/build-scripts/clean_premake.command
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
# change to directory above command file
|
||||
cd `dirname $0`/..
|
||||
`dirname $0`/premake4 --file=../premake4.lua --to=./Xcode-iOS --ios clean
|
BIN
premake/Xcode-iOS/build-scripts/premake4
Executable file
BIN
premake/Xcode-iOS/build-scripts/premake4
Executable file
Binary file not shown.
4
premake/Xcode-iOS/build-scripts/xcode3.command
Executable file
4
premake/Xcode-iOS/build-scripts/xcode3.command
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
# change to directory above command file
|
||||
cd `dirname $0`/..
|
||||
`dirname $0`/premake4 --file=../premake4.lua --to=./Xcode-iOS --ios xcode3
|
4
premake/Xcode-iOS/build-scripts/xcode4.command
Executable file
4
premake/Xcode-iOS/build-scripts/xcode4.command
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
# change to directory above command file
|
||||
cd `dirname $0`/..
|
||||
`dirname $0`/premake4 --file=../premake4.lua --to=./Xcode-iOS --ios xcode4
|
Loading…
Add table
Add a link
Reference in a new issue