diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-12-06 22:21:55 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-12-06 22:21:55 +0000 |
| commit | b2cffc688ea7abbddabc9ed23deea1921f59ac9d (patch) | |
| tree | 74a50bdb133fd6b5af7c785541bcc46e2e8e9c15 /ide/Xcode3.1/plists | |
| parent | 1ea4b4573538f2d53960dd8a4ef4f35480d2f5f7 (diff) | |
Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome work of Manolo Gouy (STR #2221). This is a big one! I tested all test applications under 32-bit autoconf and Xcode, and a few apps under 64bit intel. No PPC testing was done. Please verify this patch if you have the machine!
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6951 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode3.1/plists')
| -rw-r--r-- | ide/Xcode3.1/plists/tabs-Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/Xcode3.1/plists/tabs-Info.plist b/ide/Xcode3.1/plists/tabs-Info.plist index eb3b8ab92..6002a2474 100644 --- a/ide/Xcode3.1/plists/tabs-Info.plist +++ b/ide/Xcode3.1/plists/tabs-Info.plist @@ -7,13 +7,13 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>com.yourcompany.tabs</string> + <string>org.fltk.table</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> - <string>????</string> + <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> </dict> |
