diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-05-21 19:08:49 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-05-21 19:08:49 +0000 |
| commit | ef0d19d125ba188f0fdf5b0fb3fe3317d2897751 (patch) | |
| tree | 4cc6bab013c824dcc801be60551e4ffd466afe5a /ide/XCode3/plists | |
| parent | 95a9464aff4c1e4f532809ebddcff634b82e203f (diff) | |
Further improvements for the XCode IDE
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6130 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/XCode3/plists')
| -rw-r--r-- | ide/XCode3/plists/Fluid-Info.plist | 23 | ||||
| -rw-r--r-- | ide/XCode3/plists/adjuster-Info.plist | 4 | ||||
| -rw-r--r-- | ide/XCode3/plists/fltk_forms-Info.plist | 4 | ||||
| -rw-r--r-- | ide/XCode3/plists/fltk_gl-Info.plist | 4 | ||||
| -rw-r--r-- | ide/XCode3/plists/fltk_images-Info.plist | 4 | ||||
| -rw-r--r-- | ide/XCode3/plists/fltk_jpeg-Info.plist | 4 | ||||
| -rw-r--r-- | ide/XCode3/plists/fltk_png-Info.plist | 4 |
7 files changed, 35 insertions, 12 deletions
diff --git a/ide/XCode3/plists/Fluid-Info.plist b/ide/XCode3/plists/Fluid-Info.plist index 9cb838c6b..24a8bd1d6 100644 --- a/ide/XCode3/plists/Fluid-Info.plist +++ b/ide/XCode3/plists/Fluid-Info.plist @@ -4,6 +4,29 @@ <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>fl</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>fluid_doc</string> + <key>CFBundleTypeName</key> + <string>Fluid Documents</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>flid</string> + </array> + <key>CFBundleTypeRole</key> + <string>Editor</string> + <key>LSTypeIsPackage</key> + <false/> + <key>NSPersistentStoreTypeKey</key> + <string>Binary</string> + </dict> + </array> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> diff --git a/ide/XCode3/plists/adjuster-Info.plist b/ide/XCode3/plists/adjuster-Info.plist index e80abf0e4..354c2a6b8 100644 --- a/ide/XCode3/plists/adjuster-Info.plist +++ b/ide/XCode3/plists/adjuster-Info.plist @@ -7,13 +7,13 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>com.yourcompany.adjuster</string> + <string>org.fltk.adjuster</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> diff --git a/ide/XCode3/plists/fltk_forms-Info.plist b/ide/XCode3/plists/fltk_forms-Info.plist index 64ff05403..96db271b8 100644 --- a/ide/XCode3/plists/fltk_forms-Info.plist +++ b/ide/XCode3/plists/fltk_forms-Info.plist @@ -7,13 +7,13 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>com.yourcompany.fltk_forms</string> + <string>org.fltk.fltk_forms</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleSignature</key> - <string>????</string> + <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> </dict> diff --git a/ide/XCode3/plists/fltk_gl-Info.plist b/ide/XCode3/plists/fltk_gl-Info.plist index 3f7f1833e..06f34b0b0 100644 --- a/ide/XCode3/plists/fltk_gl-Info.plist +++ b/ide/XCode3/plists/fltk_gl-Info.plist @@ -7,13 +7,13 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>com.yourcompany.fltk_gl</string> + <string>org.fltk.fltk_gl</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleSignature</key> - <string>????</string> + <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> </dict> diff --git a/ide/XCode3/plists/fltk_images-Info.plist b/ide/XCode3/plists/fltk_images-Info.plist index a10d23bed..d48866081 100644 --- a/ide/XCode3/plists/fltk_images-Info.plist +++ b/ide/XCode3/plists/fltk_images-Info.plist @@ -7,13 +7,13 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>com.yourcompany.fltk_images</string> + <string>org.fltk.fltk_images</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleSignature</key> - <string>????</string> + <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> </dict> diff --git a/ide/XCode3/plists/fltk_jpeg-Info.plist b/ide/XCode3/plists/fltk_jpeg-Info.plist index 89ff14e1d..e28cf40ad 100644 --- a/ide/XCode3/plists/fltk_jpeg-Info.plist +++ b/ide/XCode3/plists/fltk_jpeg-Info.plist @@ -7,13 +7,13 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>com.yourcompany.fltk_jpeg</string> + <string>org.fltk.fltk_jpeg</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleSignature</key> - <string>????</string> + <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> </dict> diff --git a/ide/XCode3/plists/fltk_png-Info.plist b/ide/XCode3/plists/fltk_png-Info.plist index 298d9e468..88da5d54d 100644 --- a/ide/XCode3/plists/fltk_png-Info.plist +++ b/ide/XCode3/plists/fltk_png-Info.plist @@ -7,13 +7,13 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>com.yourcompany.fltk_png</string> + <string>org.fltk.fltk_png</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleSignature</key> - <string>????</string> + <string>FLTK</string> <key>CFBundleVersion</key> <string>1.0</string> </dict> |
