diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-01-17 17:21:44 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-01-17 17:21:44 +0000 |
| commit | 7ec7b561d8fa136c36cabc5e02465d2d3d3954fa (patch) | |
| tree | e9473c64a35bf9dafc71bbb10540eca54c043989 /ide/Xcode3.1/plists | |
| parent | 97ac940d919dd35dd32cee2c04b28f65aba4d9ad (diff) | |
Applied Manolo's patches from STR #2298:
o FLTK.xcodeproj.patch
o native-filechooser-Info.plist
With these changes "FNFC will be part of the fltk framework,
and there'll be a new demo target, native-filechooser." - MG
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7016 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode3.1/plists')
| -rw-r--r-- | ide/Xcode3.1/plists/native-filechooser-Info.plist | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ide/Xcode3.1/plists/native-filechooser-Info.plist b/ide/Xcode3.1/plists/native-filechooser-Info.plist new file mode 100644 index 000000000..2da151bb5 --- /dev/null +++ b/ide/Xcode3.1/plists/native-filechooser-Info.plist @@ -0,0 +1,24 @@ +<?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>CFBundleExecutable</key> + <string>${EXECUTABLE_NAME}</string> + <key>CFBundleIdentifier</key> + <string>com.yourcompany.${PRODUCT_NAME:identifier}</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>1.0</string> + <key>NSMainNibFile</key> + <string>MainMenu</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> +</dict> +</plist> |
