diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-05-13 19:01:20 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-05-13 19:01:20 +0000 |
| commit | e8eadf334a1e0a3a096638e9c2da2bf2863b3148 (patch) | |
| tree | e6dbb77fa8cf4f05f72891a3f3ecdc7bc0b1cc22 /ide/XCode3/Demo-Info.plist | |
| parent | 466ba461f1672ec58333324d90f19cecb8c60a3c (diff) | |
Adding the remaining test programs to the OS X XCode project. Still far from done... .
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6125 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/XCode3/Demo-Info.plist')
| -rw-r--r-- | ide/XCode3/Demo-Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/XCode3/Demo-Info.plist b/ide/XCode3/Demo-Info.plist index 06de4fe3c..4b9ec151f 100644 --- a/ide/XCode3/Demo-Info.plist +++ b/ide/XCode3/Demo-Info.plist @@ -7,13 +7,13 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>com.yourcompany.Demo</string> + <string>org.fltk.Demo</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> |
