add testdropfile to OS X Project
parent
b352698d99
commit
d4e3221f1d
|
@ -588,6 +588,18 @@
|
||||||
DB89957918A19ABA0092407C /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002A873910730675007319AE /* Carbon.framework */; };
|
DB89957918A19ABA0092407C /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002A873910730675007319AE /* Carbon.framework */; };
|
||||||
DB89957A18A19ABA0092407C /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 003FA645093FFD41000C53B3 /* libSDL2.a */; };
|
DB89957A18A19ABA0092407C /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 003FA645093FFD41000C53B3 /* libSDL2.a */; };
|
||||||
DB89958418A19B130092407C /* testhotplug.c in Sources */ = {isa = PBXBuildFile; fileRef = DB89958318A19B130092407C /* testhotplug.c */; };
|
DB89958418A19B130092407C /* testhotplug.c in Sources */ = {isa = PBXBuildFile; fileRef = DB89958318A19B130092407C /* testhotplug.c */; };
|
||||||
|
DB445EEA18184B7000B306B0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F33A709CA188600EBEB88 /* Cocoa.framework */; };
|
||||||
|
DB445EEB18184B7000B306B0 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002A863B10730545007319AE /* CoreAudio.framework */; };
|
||||||
|
DB445EEC18184B7000B306B0 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002A863C10730545007319AE /* ForceFeedback.framework */; };
|
||||||
|
DB445EED18184B7000B306B0 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002A863D10730545007319AE /* IOKit.framework */; };
|
||||||
|
DB445EEE18184B7000B306B0 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002A869F10730593007319AE /* AudioToolbox.framework */; };
|
||||||
|
DB445EEF18184B7000B306B0 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002A86A010730593007319AE /* CoreFoundation.framework */; };
|
||||||
|
DB445EF018184B7000B306B0 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002A86F2107305CE007319AE /* OpenGL.framework */; };
|
||||||
|
DB445EF118184B7000B306B0 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002A871410730623007319AE /* AudioUnit.framework */; };
|
||||||
|
DB445EF218184B7000B306B0 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002A873910730675007319AE /* Carbon.framework */; };
|
||||||
|
DB445EF318184B7000B306B0 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 003FA645093FFD41000C53B3 /* libSDL2.a */; };
|
||||||
|
DB445EF418184B7000B306B0 /* libSDL_test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DB166D7F16A1D12400A1396C /* libSDL_test.a */; };
|
||||||
|
DB445EFB18184BB600B306B0 /* testdropfile.c in Sources */ = {isa = PBXBuildFile; fileRef = DB445EFA18184BB600B306B0 /* testdropfile.c */; };
|
||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXContainerItemProxy section */
|
/* Begin PBXContainerItemProxy section */
|
||||||
|
@ -1172,6 +1184,9 @@
|
||||||
DB166ECF16A1D87000A1396C /* shapes */ = {isa = PBXFileReference; lastKnownFileType = folder; name = shapes; path = ../../test/shapes; sourceTree = "<group>"; };
|
DB166ECF16A1D87000A1396C /* shapes */ = {isa = PBXFileReference; lastKnownFileType = folder; name = shapes; path = ../../test/shapes; sourceTree = "<group>"; };
|
||||||
DB89957E18A19ABA0092407C /* testhotplug */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testhotplug; sourceTree = BUILT_PRODUCTS_DIR; };
|
DB89957E18A19ABA0092407C /* testhotplug */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testhotplug; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
DB89958318A19B130092407C /* testhotplug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testhotplug.c; path = ../../test/testhotplug.c; sourceTree = "<group>"; };
|
DB89958318A19B130092407C /* testhotplug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testhotplug.c; path = ../../test/testhotplug.c; sourceTree = "<group>"; };
|
||||||
|
DB445EF818184B7000B306B0 /* testdropfile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testdropfile.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
DB445EFA18184BB600B306B0 /* testdropfile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testdropfile.c; path = ../../test/testdropfile.c; sourceTree = "<group>"; };
|
||||||
|
DBBC552C182831D700F3CA8D /* TestDropFile-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "TestDropFile-Info.plist"; sourceTree = "<group>"; };
|
||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
/* Begin PBXFrameworksBuildPhase section */
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
@ -1941,6 +1956,24 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
DB445EE918184B7000B306B0 /* Frameworks */ = {
|
||||||
|
isa = PBXFrameworksBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
DB445EEA18184B7000B306B0 /* Cocoa.framework in Frameworks */,
|
||||||
|
DB445EEB18184B7000B306B0 /* CoreAudio.framework in Frameworks */,
|
||||||
|
DB445EEC18184B7000B306B0 /* ForceFeedback.framework in Frameworks */,
|
||||||
|
DB445EED18184B7000B306B0 /* IOKit.framework in Frameworks */,
|
||||||
|
DB445EEE18184B7000B306B0 /* AudioToolbox.framework in Frameworks */,
|
||||||
|
DB445EEF18184B7000B306B0 /* CoreFoundation.framework in Frameworks */,
|
||||||
|
DB445EF018184B7000B306B0 /* OpenGL.framework in Frameworks */,
|
||||||
|
DB445EF118184B7000B306B0 /* AudioUnit.framework in Frameworks */,
|
||||||
|
DB445EF218184B7000B306B0 /* Carbon.framework in Frameworks */,
|
||||||
|
DB445EF318184B7000B306B0 /* libSDL2.a in Frameworks */,
|
||||||
|
DB445EF418184B7000B306B0 /* libSDL_test.a in Frameworks */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
/* End PBXFrameworksBuildPhase section */
|
/* End PBXFrameworksBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
/* Begin PBXGroup section */
|
||||||
|
@ -1974,6 +2007,7 @@
|
||||||
00794E4609D207B4003FC8A1 /* Resources */ = {
|
00794E4609D207B4003FC8A1 /* Resources */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
DBBC552C182831D700F3CA8D /* TestDropFile-Info.plist */,
|
||||||
DB166ECF16A1D87000A1396C /* shapes */,
|
DB166ECF16A1D87000A1396C /* shapes */,
|
||||||
00794E5D09D20839003FC8A1 /* icon.bmp */,
|
00794E5D09D20839003FC8A1 /* icon.bmp */,
|
||||||
00794E5E09D20839003FC8A1 /* moose.dat */,
|
00794E5E09D20839003FC8A1 /* moose.dat */,
|
||||||
|
@ -2008,6 +2042,7 @@
|
||||||
001795B01074222D00F5D044 /* testaudioinfo.c */,
|
001795B01074222D00F5D044 /* testaudioinfo.c */,
|
||||||
001797711074320D00F5D044 /* testdraw2.c */,
|
001797711074320D00F5D044 /* testdraw2.c */,
|
||||||
DB0F48D717CA51D2008798C5 /* testdrawchessboard.c */,
|
DB0F48D717CA51D2008798C5 /* testdrawchessboard.c */,
|
||||||
|
DB445EFA18184BB600B306B0 /* testdropfile.c */,
|
||||||
083E4878006D85357F000001 /* testerror.c */,
|
083E4878006D85357F000001 /* testerror.c */,
|
||||||
002F341709CA1C5B00EBEB88 /* testfile.c */,
|
002F341709CA1C5B00EBEB88 /* testfile.c */,
|
||||||
DB0F48D817CA51D2008798C5 /* testfilesystem.c */,
|
DB0F48D817CA51D2008798C5 /* testfilesystem.c */,
|
||||||
|
@ -2102,6 +2137,7 @@
|
||||||
DB0F48EC17CA51E5008798C5 /* testdrawchessboard */,
|
DB0F48EC17CA51E5008798C5 /* testdrawchessboard */,
|
||||||
DB0F490117CA5212008798C5 /* testfilesystem */,
|
DB0F490117CA5212008798C5 /* testfilesystem */,
|
||||||
DB89957E18A19ABA0092407C /* testhotplug */,
|
DB89957E18A19ABA0092407C /* testhotplug */,
|
||||||
|
DB445EF818184B7000B306B0 /* testdropfile.app */,
|
||||||
);
|
);
|
||||||
name = Products;
|
name = Products;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
@ -2837,7 +2873,7 @@
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = testspriteminimal;
|
name = testspriteminimal;
|
||||||
productName = testsem;
|
productName = testspriteminimal;
|
||||||
productReference = DB166E7E16A1D78400A1396C /* testspriteminimal */;
|
productReference = DB166E7E16A1D78400A1396C /* testspriteminimal */;
|
||||||
productType = "com.apple.product-type.tool";
|
productType = "com.apple.product-type.tool";
|
||||||
};
|
};
|
||||||
|
@ -2854,7 +2890,7 @@
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = teststreaming;
|
name = teststreaming;
|
||||||
productName = testsem;
|
productName = teststreaming;
|
||||||
productReference = DB166E9116A1D78C00A1396C /* teststreaming */;
|
productReference = DB166E9116A1D78C00A1396C /* teststreaming */;
|
||||||
productType = "com.apple.product-type.tool";
|
productType = "com.apple.product-type.tool";
|
||||||
};
|
};
|
||||||
|
@ -2874,6 +2910,22 @@
|
||||||
productReference = DB89957E18A19ABA0092407C /* testhotplug */;
|
productReference = DB89957E18A19ABA0092407C /* testhotplug */;
|
||||||
productType = "com.apple.product-type.tool";
|
productType = "com.apple.product-type.tool";
|
||||||
};
|
};
|
||||||
|
DB445EE618184B7000B306B0 /* testdropfile */ = {
|
||||||
|
isa = PBXNativeTarget;
|
||||||
|
buildConfigurationList = DB445EF518184B7000B306B0 /* Build configuration list for PBXNativeTarget "testdropfile" */;
|
||||||
|
buildPhases = (
|
||||||
|
DB445EE718184B7000B306B0 /* Sources */,
|
||||||
|
DB445EE918184B7000B306B0 /* Frameworks */,
|
||||||
|
);
|
||||||
|
buildRules = (
|
||||||
|
);
|
||||||
|
dependencies = (
|
||||||
|
);
|
||||||
|
name = testdropfile;
|
||||||
|
productName = testdropfile;
|
||||||
|
productReference = DB445EF818184B7000B306B0 /* testdropfile.app */;
|
||||||
|
productType = "com.apple.product-type.application";
|
||||||
|
};
|
||||||
/* End PBXNativeTarget section */
|
/* End PBXNativeTarget section */
|
||||||
|
|
||||||
/* Begin PBXProject section */
|
/* Begin PBXProject section */
|
||||||
|
@ -2911,6 +2963,7 @@
|
||||||
00179595107421BF00F5D044 /* testaudioinfo */,
|
00179595107421BF00F5D044 /* testaudioinfo */,
|
||||||
00179756107431B300F5D044 /* testdraw2 */,
|
00179756107431B300F5D044 /* testdraw2 */,
|
||||||
DB0F48D917CA51E5008798C5 /* testdrawchessboard */,
|
DB0F48D917CA51E5008798C5 /* testdrawchessboard */,
|
||||||
|
DB445EE618184B7000B306B0 /* testdropfile */,
|
||||||
BEC566FB0761D90300A33029 /* testerror */,
|
BEC566FB0761D90300A33029 /* testerror */,
|
||||||
002F340109CA1BFF00EBEB88 /* testfile */,
|
002F340109CA1BFF00EBEB88 /* testfile */,
|
||||||
DB0F48EF17CA5212008798C5 /* testfilesystem */,
|
DB0F48EF17CA5212008798C5 /* testfilesystem */,
|
||||||
|
@ -3361,6 +3414,14 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
DB445EE718184B7000B306B0 /* Sources */ = {
|
||||||
|
isa = PBXSourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
DB445EFB18184BB600B306B0 /* testdropfile.c in Sources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
/* End PBXSourcesBuildPhase section */
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXTargetDependency section */
|
/* Begin PBXTargetDependency section */
|
||||||
|
@ -4262,6 +4323,22 @@
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
|
DB445EF618184B7000B306B0 /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
INFOPLIST_FILE = "TestDropFile-Info.plist";
|
||||||
|
PRODUCT_NAME = testdropfile;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
DB445EF718184B7000B306B0 /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
INFOPLIST_FILE = "TestDropFile-Info.plist";
|
||||||
|
PRODUCT_NAME = testdropfile;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
/* End XCBuildConfiguration section */
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
/* Begin XCConfigurationList section */
|
||||||
|
@ -4688,6 +4765,15 @@
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Debug;
|
defaultConfigurationName = Debug;
|
||||||
};
|
};
|
||||||
|
DB445EF518184B7000B306B0 /* Build configuration list for PBXNativeTarget "testdropfile" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
DB445EF618184B7000B306B0 /* Debug */,
|
||||||
|
DB445EF718184B7000B306B0 /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Debug;
|
||||||
|
};
|
||||||
/* End XCConfigurationList section */
|
/* End XCConfigurationList section */
|
||||||
};
|
};
|
||||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||||
|
|
|
@ -0,0 +1,35 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>English</string>
|
||||||
|
<key>CFBundleDocumentTypes</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleTypeRole</key>
|
||||||
|
<string>Viewer</string>
|
||||||
|
<key>LSHandlerRank</key>
|
||||||
|
<string>Alternate</string>
|
||||||
|
<key>LSItemContentTypes</key>
|
||||||
|
<array>
|
||||||
|
<string>public.data</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>${EXECUTABLE_NAME}</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>org.libsdl.test-dropfile</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
<string>10.6</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -44,6 +44,10 @@ main(int argc, char *argv[])
|
||||||
int consumed;
|
int consumed;
|
||||||
|
|
||||||
consumed = SDLTest_CommonArg(state, i);
|
consumed = SDLTest_CommonArg(state, i);
|
||||||
|
// needed vodoo to allow app to launch via OS X Finder
|
||||||
|
if (SDL_strncmp(argv[i], "-psn", 4)==0) {
|
||||||
|
consumed = 1;
|
||||||
|
}
|
||||||
if (consumed == 0) {
|
if (consumed == 0) {
|
||||||
consumed = -1;
|
consumed = -1;
|
||||||
}
|
}
|
||||||
|
@ -64,6 +68,8 @@ main(int argc, char *argv[])
|
||||||
SDL_RenderPresent(renderer);
|
SDL_RenderPresent(renderer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SDL_EventState(SDL_DROPFILE, SDL_ENABLE);
|
||||||
|
|
||||||
/* Main render loop */
|
/* Main render loop */
|
||||||
done = 0;
|
done = 0;
|
||||||
while (!done) {
|
while (!done) {
|
||||||
|
|
Loading…
Reference in New Issue