Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
f33af0d1
Commit
f33af0d1
authored
Mar 07, 2011
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added gesture test program
parent
43bb4745
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
100 additions
and
2 deletions
+100
-2
project.pbxproj
Xcode-iPhoneOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj
+100
-2
No files found.
Xcode-iPhoneOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj
View file @
f33af0d1
...
@@ -7,6 +7,16 @@
...
@@ -7,6 +7,16 @@
objects
=
{
objects
=
{
/* Begin PBXBuildFile section */
/* Begin PBXBuildFile section */
046CEF7713254F23007AD51D
/* icon.bmp in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FDA8AAD90E2D33B000EA573E
/* icon.bmp */
;
};
046CEF7B13254F23007AD51D
/* libSDL.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FD1B48B80E3131CA007AB34E
/* libSDL.a */
;
};
046CEF7C13254F23007AD51D
/* AudioToolbox.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FDA8A8980E2D111A00EA573E
/* AudioToolbox.framework */
;
};
046CEF7D13254F23007AD51D
/* QuartzCore.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FDA8A8990E2D111A00EA573E
/* QuartzCore.framework */
;
};
046CEF7E13254F23007AD51D
/* OpenGLES.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FDA8A89A0E2D111A00EA573E
/* OpenGLES.framework */
;
};
046CEF7F13254F23007AD51D
/* CoreGraphics.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FDA8A89B0E2D111A00EA573E
/* CoreGraphics.framework */
;
};
046CEF8013254F23007AD51D
/* UIKit.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FDA8A89C0E2D111A00EA573E
/* UIKit.framework */
;
};
046CEF8113254F23007AD51D
/* Foundation.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FDA8A89D0E2D111A00EA573E
/* Foundation.framework */
;
};
046CEF8213254F23007AD51D
/* CoreAudio.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FDA8A89E0E2D111A00EA573E
/* CoreAudio.framework */
;
};
046CEF8A13254F63007AD51D
/* testgesture.c in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
046CEF8913254F63007AD51D
/* testgesture.c */
;
};
56ED04FE118A8FE400A56AA6
/* icon.bmp in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FDA8AAD90E2D33B000EA573E
/* icon.bmp */
;
};
56ED04FE118A8FE400A56AA6
/* icon.bmp in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FDA8AAD90E2D33B000EA573E
/* icon.bmp */
;
};
56ED0502118A8FE400A56AA6
/* libSDL.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FD1B48B80E3131CA007AB34E
/* libSDL.a */
;
};
56ED0502118A8FE400A56AA6
/* libSDL.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FD1B48B80E3131CA007AB34E
/* libSDL.a */
;
};
56ED0503118A8FE400A56AA6
/* AudioToolbox.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FDA8A8980E2D111A00EA573E
/* AudioToolbox.framework */
;
};
56ED0503118A8FE400A56AA6
/* AudioToolbox.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
FDA8A8980E2D111A00EA573E
/* AudioToolbox.framework */
;
};
...
@@ -294,6 +304,8 @@
...
@@ -294,6 +304,8 @@
/* End PBXContainerItemProxy section */
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
/* Begin PBXFileReference section */
046CEF8613254F23007AD51D
/* testgesture.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
testgesture.app
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
046CEF8913254F63007AD51D
/* testgesture.c */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.c
;
name
=
testgesture.c
;
path
=
../../test/testgesture.c
;
sourceTree
=
SOURCE_ROOT
;
};
1D6058910D05DD3D006BFB54
/* testwm2.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
testwm2.app
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
1D6058910D05DD3D006BFB54
/* testwm2.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
testwm2.app
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
56ED050D118A8FE400A56AA6
/* testpower.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
testpower.app
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
56ED050D118A8FE400A56AA6
/* testpower.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
testpower.app
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
56ED0510118A904200A56AA6
/* testpower.c */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.c
;
name
=
testpower.c
;
path
=
../../test/testpower.c
;
sourceTree
=
SOURCE_ROOT
;
};
56ED0510118A904200A56AA6
/* testpower.c */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.c
;
name
=
testpower.c
;
path
=
../../test/testpower.c
;
sourceTree
=
SOURCE_ROOT
;
};
...
@@ -377,6 +389,21 @@
...
@@ -377,6 +389,21 @@
/* End PBXFileReference section */
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
/* Begin PBXFrameworksBuildPhase section */
046CEF7A13254F23007AD51D
/* Frameworks */
=
{
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
046CEF7B13254F23007AD51D
/* libSDL.a in Frameworks */
,
046CEF7C13254F23007AD51D
/* AudioToolbox.framework in Frameworks */
,
046CEF7D13254F23007AD51D
/* QuartzCore.framework in Frameworks */
,
046CEF7E13254F23007AD51D
/* OpenGLES.framework in Frameworks */
,
046CEF7F13254F23007AD51D
/* CoreGraphics.framework in Frameworks */
,
046CEF8013254F23007AD51D
/* UIKit.framework in Frameworks */
,
046CEF8113254F23007AD51D
/* Foundation.framework in Frameworks */
,
046CEF8213254F23007AD51D
/* CoreAudio.framework in Frameworks */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
1D60588F0D05DD3D006BFB54
/* Frameworks */
=
{
1D60588F0D05DD3D006BFB54
/* Frameworks */
=
{
isa
=
PBXFrameworksBuildPhase
;
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
buildActionMask
=
2147483647
;
...
@@ -830,6 +857,7 @@
...
@@ -830,6 +857,7 @@
FDD2C6F40E2E959E00B7A85F
/* torturethread.app */
,
FDD2C6F40E2E959E00B7A85F
/* torturethread.app */
,
FDC430000F0D866D009C87E1
/* torturethread.app */
,
FDC430000F0D866D009C87E1
/* torturethread.app */
,
56ED050D118A8FE400A56AA6
/* testpower.app */
,
56ED050D118A8FE400A56AA6
/* testpower.app */
,
046CEF8613254F23007AD51D
/* testgesture.app */
,
);
);
name
=
Products
;
name
=
Products
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
...
@@ -872,6 +900,7 @@
...
@@ -872,6 +900,7 @@
FDA8A7470E2D0F1600EA573E
/* testerror.c */
,
FDA8A7470E2D0F1600EA573E
/* testerror.c */
,
FDA8A7480E2D0F1600EA573E
/* testfile.c */
,
FDA8A7480E2D0F1600EA573E
/* testfile.c */
,
FDA8A7490E2D0F1600EA573E
/* testgamma.c */
,
FDA8A7490E2D0F1600EA573E
/* testgamma.c */
,
046CEF8913254F63007AD51D
/* testgesture.c */
,
FDAAC6290E2D5960001DB1D8
/* testgles.c */
,
FDAAC6290E2D5960001DB1D8
/* testgles.c */
,
FDA8A74C0E2D0F1600EA573E
/* testhread.c */
,
FDA8A74C0E2D0F1600EA573E
/* testhread.c */
,
FDA8A74D0E2D0F1600EA573E
/* testiconv.c */
,
FDA8A74D0E2D0F1600EA573E
/* testiconv.c */
,
...
@@ -930,6 +959,23 @@
...
@@ -930,6 +959,23 @@
/* End PBXGroup section */
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
/* Begin PBXNativeTarget section */
046CEF7513254F23007AD51D
/* testgesture */
=
{
isa
=
PBXNativeTarget
;
buildConfigurationList
=
046CEF8313254F23007AD51D
/* Build configuration list for PBXNativeTarget "testgesture" */
;
buildPhases
=
(
046CEF7613254F23007AD51D
/* Resources */
,
046CEF7813254F23007AD51D
/* Sources */
,
046CEF7A13254F23007AD51D
/* Frameworks */
,
);
buildRules
=
(
);
dependencies
=
(
);
name
=
testgesture
;
productName
=
TestiPhoneOS
;
productReference
=
046CEF8613254F23007AD51D
/* testgesture.app */
;
productType
=
"com.apple.product-type.application"
;
};
1D6058900D05DD3D006BFB54
/* testwm2 */
=
{
1D6058900D05DD3D006BFB54
/* testwm2 */
=
{
isa
=
PBXNativeTarget
;
isa
=
PBXNativeTarget
;
buildConfigurationList
=
1D6058960D05DD3E006BFB54
/* Build configuration list for PBXNativeTarget "testwm2" */
;
buildConfigurationList
=
1D6058960D05DD3E006BFB54
/* Build configuration list for PBXNativeTarget "testwm2" */
;
...
@@ -1444,6 +1490,7 @@
...
@@ -1444,6 +1490,7 @@
FDAAC58A0E2D5429001DB1D8
/* testerror */
,
FDAAC58A0E2D5429001DB1D8
/* testerror */
,
FDAAC5B80E2D55B5001DB1D8
/* testfile */
,
FDAAC5B80E2D55B5001DB1D8
/* testfile */
,
FDAAC5E90E2D5843001DB1D8
/* testgamma */
,
FDAAC5E90E2D5843001DB1D8
/* testgamma */
,
046CEF7513254F23007AD51D
/* testgesture */
,
FDD2C0F90E2E4F4B00B7A85F
/* testhread */
,
FDD2C0F90E2E4F4B00B7A85F
/* testhread */
,
FDD2C1700E2E52C000B7A85F
/* testiconv */
,
FDD2C1700E2E52C000B7A85F
/* testiconv */
,
FDD2C1930E2E534F00B7A85F
/* testjoystick */
,
FDD2C1930E2E534F00B7A85F
/* testjoystick */
,
...
@@ -1481,6 +1528,14 @@
...
@@ -1481,6 +1528,14 @@
/* End PBXReferenceProxy section */
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
/* Begin PBXResourcesBuildPhase section */
046CEF7613254F23007AD51D
/* Resources */
=
{
isa
=
PBXResourcesBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
046CEF7713254F23007AD51D
/* icon.bmp in Resources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
1D60588D0D05DD3D006BFB54
/* Resources */
=
{
1D60588D0D05DD3D006BFB54
/* Resources */
=
{
isa
=
PBXResourcesBuildPhase
;
isa
=
PBXResourcesBuildPhase
;
buildActionMask
=
2147483647
;
buildActionMask
=
2147483647
;
...
@@ -1692,6 +1747,14 @@
...
@@ -1692,6 +1747,14 @@
/* End PBXResourcesBuildPhase section */
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
046CEF7813254F23007AD51D
/* Sources */
=
{
isa
=
PBXSourcesBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
046CEF8A13254F63007AD51D
/* testgesture.c in Sources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
1D60588E0D05DD3D006BFB54
/* Sources */
=
{
1D60588E0D05DD3D006BFB54
/* Sources */
=
{
isa
=
PBXSourcesBuildPhase
;
isa
=
PBXSourcesBuildPhase
;
buildActionMask
=
2147483647
;
buildActionMask
=
2147483647
;
...
@@ -1923,6 +1986,32 @@
...
@@ -1923,6 +1986,32 @@
/* End PBXSourcesBuildPhase section */
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
/* Begin XCBuildConfiguration section */
046CEF8413254F23007AD51D
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
COPY_PHASE_STRIP
=
NO
;
GCC_DYNAMIC_NO_PIC
=
NO
;
GCC_OPTIMIZATION_LEVEL
=
0
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
""
;
INFOPLIST_FILE
=
Info.plist
;
PRODUCT_NAME
=
testgesture
;
};
name
=
Debug
;
};
046CEF8513254F23007AD51D
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
COPY_PHASE_STRIP
=
YES
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
""
;
INFOPLIST_FILE
=
Info.plist
;
PRODUCT_NAME
=
testgesture
;
};
name
=
Release
;
};
1D6058940D05DD3E006BFB54
/* Debug */
=
{
1D6058940D05DD3E006BFB54
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
isa
=
XCBuildConfiguration
;
buildSettings
=
{
buildSettings
=
{
...
@@ -1958,7 +2047,7 @@
...
@@ -1958,7 +2047,7 @@
GCC_OPTIMIZATION_LEVEL
=
0
;
GCC_OPTIMIZATION_LEVEL
=
0
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
""
;
GCC_PREFIX_HEADER
=
""
;
INFOPLIST_FILE
=
"Info copy.plist"
;
INFOPLIST_FILE
=
Info.plist
;
PRODUCT_NAME
=
testpower
;
PRODUCT_NAME
=
testpower
;
};
};
name
=
Debug
;
name
=
Debug
;
...
@@ -1970,7 +2059,7 @@
...
@@ -1970,7 +2059,7 @@
COPY_PHASE_STRIP
=
YES
;
COPY_PHASE_STRIP
=
YES
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
""
;
GCC_PREFIX_HEADER
=
""
;
INFOPLIST_FILE
=
"Info copy.plist"
;
INFOPLIST_FILE
=
Info.plist
;
PRODUCT_NAME
=
testpower
;
PRODUCT_NAME
=
testpower
;
};
};
name
=
Release
;
name
=
Release
;
...
@@ -2689,6 +2778,15 @@
...
@@ -2689,6 +2778,15 @@
/* End XCBuildConfiguration section */
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
/* Begin XCConfigurationList section */
046CEF8313254F23007AD51D
/* Build configuration list for PBXNativeTarget "testgesture" */
=
{
isa
=
XCConfigurationList
;
buildConfigurations
=
(
046CEF8413254F23007AD51D
/* Debug */
,
046CEF8513254F23007AD51D
/* Release */
,
);
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
};
1D6058960D05DD3E006BFB54
/* Build configuration list for PBXNativeTarget "testwm2" */
=
{
1D6058960D05DD3E006BFB54
/* Build configuration list for PBXNativeTarget "testwm2" */
=
{
isa
=
XCConfigurationList
;
isa
=
XCConfigurationList
;
buildConfigurations
=
(
buildConfigurations
=
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment