diff options
| author | Manolo Gouy <Manolo> | 2015-03-18 10:28:13 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-03-18 10:28:13 +0000 |
| commit | e4531949abadfd6eee079100c537dad434a499d1 (patch) | |
| tree | 51dbd40a2fd84f2a4c201dbdc1ccb6cdc577d829 /ide | |
| parent | 7a7046e4f243c98e620ca09b4ec0a9fe61ce668f (diff) | |
Fixed a series of warnings when building with Xcode on Mac OS.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10637 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/Xcode4/plists/color_chooser-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/fast_slow-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/file_chooser-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/fltk_forms-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/fltk_gl-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/fltk_images-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/fltk_jpeg-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/fltk_png-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/fltk_zlib-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/gl_overlay-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/input_choice-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/line_style-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/list_visuals-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/pixmap_browser-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/rotated_text-Info.plist | 2 | ||||
| -rw-r--r-- | ide/Xcode4/plists/tiled_image-Info.plist | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/ide/Xcode4/plists/color_chooser-Info.plist b/ide/Xcode4/plists/color_chooser-Info.plist index 68f39f86a..2944b0d00 100644 --- a/ide/Xcode4/plists/color_chooser-Info.plist +++ b/ide/Xcode4/plists/color_chooser-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.color_chooser</string> + <string>org.fltk.color-chooser</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/fast_slow-Info.plist b/ide/Xcode4/plists/fast_slow-Info.plist index b3d0383a5..a6567fe79 100644 --- a/ide/Xcode4/plists/fast_slow-Info.plist +++ b/ide/Xcode4/plists/fast_slow-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.fast_slow</string> + <string>org.fltk.fast-slow</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/file_chooser-Info.plist b/ide/Xcode4/plists/file_chooser-Info.plist index 16608382d..da988564c 100644 --- a/ide/Xcode4/plists/file_chooser-Info.plist +++ b/ide/Xcode4/plists/file_chooser-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.file_chooser</string> + <string>org.fltk.file-chooser</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/fltk_forms-Info.plist b/ide/Xcode4/plists/fltk_forms-Info.plist index 208ad6a54..11ca35662 100644 --- a/ide/Xcode4/plists/fltk_forms-Info.plist +++ b/ide/Xcode4/plists/fltk_forms-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleName</key> <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.fltk_forms</string> + <string>org.fltk.fltk-forms</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/fltk_gl-Info.plist b/ide/Xcode4/plists/fltk_gl-Info.plist index 87b476cd9..209bb4d82 100644 --- a/ide/Xcode4/plists/fltk_gl-Info.plist +++ b/ide/Xcode4/plists/fltk_gl-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleName</key> <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.fltk_gl</string> + <string>org.fltk.fltk-gl</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/fltk_images-Info.plist b/ide/Xcode4/plists/fltk_images-Info.plist index 6089b153d..d3eb3b290 100644 --- a/ide/Xcode4/plists/fltk_images-Info.plist +++ b/ide/Xcode4/plists/fltk_images-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleName</key> <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.fltk_images</string> + <string>org.fltk.fltk-images</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/fltk_jpeg-Info.plist b/ide/Xcode4/plists/fltk_jpeg-Info.plist index cb3f3c3e7..c6849ab1e 100644 --- a/ide/Xcode4/plists/fltk_jpeg-Info.plist +++ b/ide/Xcode4/plists/fltk_jpeg-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleName</key> <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.fltk_jpeg</string> + <string>org.fltk.fltk-jpeg</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/fltk_png-Info.plist b/ide/Xcode4/plists/fltk_png-Info.plist index 1c525ada5..edb4c6d5e 100644 --- a/ide/Xcode4/plists/fltk_png-Info.plist +++ b/ide/Xcode4/plists/fltk_png-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleName</key> <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.fltk_png</string> + <string>org.fltk.fltk-png</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/fltk_zlib-Info.plist b/ide/Xcode4/plists/fltk_zlib-Info.plist index 94113ce09..414509b7c 100644 --- a/ide/Xcode4/plists/fltk_zlib-Info.plist +++ b/ide/Xcode4/plists/fltk_zlib-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleName</key> <string>${PRODUCT_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.fltk_zlib</string> + <string>org.fltk.fltk-zlib</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/gl_overlay-Info.plist b/ide/Xcode4/plists/gl_overlay-Info.plist index 3573ee2fc..fdbf268a5 100644 --- a/ide/Xcode4/plists/gl_overlay-Info.plist +++ b/ide/Xcode4/plists/gl_overlay-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.gl_overlay</string> + <string>org.fltk.gl-overlay</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/input_choice-Info.plist b/ide/Xcode4/plists/input_choice-Info.plist index 430215f2b..16314cb71 100644 --- a/ide/Xcode4/plists/input_choice-Info.plist +++ b/ide/Xcode4/plists/input_choice-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.input_choice</string> + <string>org.fltk.input-choice</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/line_style-Info.plist b/ide/Xcode4/plists/line_style-Info.plist index c4aef5b42..764c6ca6d 100644 --- a/ide/Xcode4/plists/line_style-Info.plist +++ b/ide/Xcode4/plists/line_style-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.line_style</string> + <string>org.fltk.line-style</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/list_visuals-Info.plist b/ide/Xcode4/plists/list_visuals-Info.plist index 12ed1c6e1..25695148c 100644 --- a/ide/Xcode4/plists/list_visuals-Info.plist +++ b/ide/Xcode4/plists/list_visuals-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.list_visuals</string> + <string>org.fltk.list-visuals</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/pixmap_browser-Info.plist b/ide/Xcode4/plists/pixmap_browser-Info.plist index 1fc87aed3..ff5193705 100644 --- a/ide/Xcode4/plists/pixmap_browser-Info.plist +++ b/ide/Xcode4/plists/pixmap_browser-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.pixmap_browser</string> + <string>org.fltk.pixmap-browser</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/rotated_text-Info.plist b/ide/Xcode4/plists/rotated_text-Info.plist index 5662abd79..90a1477a3 100644 --- a/ide/Xcode4/plists/rotated_text-Info.plist +++ b/ide/Xcode4/plists/rotated_text-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.rotated_text</string> + <string>org.fltk.rotated-text</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/ide/Xcode4/plists/tiled_image-Info.plist b/ide/Xcode4/plists/tiled_image-Info.plist index 96a341ff8..c49fdfa09 100644 --- a/ide/Xcode4/plists/tiled_image-Info.plist +++ b/ide/Xcode4/plists/tiled_image-Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> - <string>org.fltk.tiled_image</string> + <string>org.fltk.tiled-image</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> |
