From 10a0e290ac07524dc129cc2b227b0f9e95df0f8e Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 16 Apr 2012 09:39:52 -0500 Subject: first commit --- build/Debug/Pico-Lua-Test.app/Contents/Info.plist | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 build/Debug/Pico-Lua-Test.app/Contents/Info.plist (limited to 'build/Debug/Pico-Lua-Test.app/Contents/Info.plist') diff --git a/build/Debug/Pico-Lua-Test.app/Contents/Info.plist b/build/Debug/Pico-Lua-Test.app/Contents/Info.plist new file mode 100644 index 0000000..2c7c2c9 --- /dev/null +++ b/build/Debug/Pico-Lua-Test.app/Contents/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Pico-Lua-Test + CFBundleIdentifier + com.kowo.Pico + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Pico-Lua-Test + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleVersion + 1.0 + NSMainNibFile + SDLMain + NSPrincipalClass + NSApplication + + -- cgit