Author: matt
Date: 2010-02-27 06:09:05 -0800 (Sat, 27 Feb 2010)
New Revision: 7165
Log:
Forgot to rename the plists in Xcode ide

Added:
   branches/branch-1.3/ide/Xcode3/plists/fltkforms-Info.plist
   branches/branch-1.3/ide/Xcode3/plists/fltkgl-Info.plist
   branches/branch-1.3/ide/Xcode3/plists/fltkimages-Info.plist
   branches/branch-1.3/ide/Xcode3/plists/fltkjpeg-Info.plist
   branches/branch-1.3/ide/Xcode3/plists/fltkpng-Info.plist
Removed:
   branches/branch-1.3/ide/Xcode3/plists/fltk_forms-Info.plist
   branches/branch-1.3/ide/Xcode3/plists/fltk_gl-Info.plist
   branches/branch-1.3/ide/Xcode3/plists/fltk_images-Info.plist
   branches/branch-1.3/ide/Xcode3/plists/fltk_jpeg-Info.plist
   branches/branch-1.3/ide/Xcode3/plists/fltk_png-Info.plist

Deleted: branches/branch-1.3/ide/Xcode3/plists/fltk_forms-Info.plist

Deleted: branches/branch-1.3/ide/Xcode3/plists/fltk_gl-Info.plist

Deleted: branches/branch-1.3/ide/Xcode3/plists/fltk_images-Info.plist

Deleted: branches/branch-1.3/ide/Xcode3/plists/fltk_jpeg-Info.plist

Deleted: branches/branch-1.3/ide/Xcode3/plists/fltk_png-Info.plist

Copied: branches/branch-1.3/ide/Xcode3/plists/fltkforms-Info.plist (from rev 
7164, branches/branch-1.3/ide/Xcode3/plists/fltk_forms-Info.plist)
===================================================================
--- branches/branch-1.3/ide/Xcode3/plists/fltkforms-Info.plist                  
        (rev 0)
+++ branches/branch-1.3/ide/Xcode3/plists/fltkforms-Info.plist  2010-02-27 
14:09:05 UTC (rev 7165)
@@ -0,0 +1,20 @@
+<?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>org.fltk.fltk_forms</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>FMWK</string>
+       <key>CFBundleSignature</key>
+       <string>FLTK</string>
+       <key>CFBundleVersion</key>
+       <string>1.0</string>
+</dict>
+       </plist>

Copied: branches/branch-1.3/ide/Xcode3/plists/fltkgl-Info.plist (from rev 7164, 
branches/branch-1.3/ide/Xcode3/plists/fltk_gl-Info.plist)
===================================================================
--- branches/branch-1.3/ide/Xcode3/plists/fltkgl-Info.plist                     
        (rev 0)
+++ branches/branch-1.3/ide/Xcode3/plists/fltkgl-Info.plist     2010-02-27 
14:09:05 UTC (rev 7165)
@@ -0,0 +1,20 @@
+<?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>org.fltk.fltk_gl</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>FMWK</string>
+       <key>CFBundleSignature</key>
+       <string>FLTK</string>
+       <key>CFBundleVersion</key>
+       <string>1.0</string>
+</dict>
+       </plist>

Copied: branches/branch-1.3/ide/Xcode3/plists/fltkimages-Info.plist (from rev 
7164, branches/branch-1.3/ide/Xcode3/plists/fltk_images-Info.plist)
===================================================================
--- branches/branch-1.3/ide/Xcode3/plists/fltkimages-Info.plist                 
        (rev 0)
+++ branches/branch-1.3/ide/Xcode3/plists/fltkimages-Info.plist 2010-02-27 
14:09:05 UTC (rev 7165)
@@ -0,0 +1,20 @@
+<?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>org.fltk.fltk_images</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>FMWK</string>
+       <key>CFBundleSignature</key>
+       <string>FLTK</string>
+       <key>CFBundleVersion</key>
+       <string>1.0</string>
+</dict>
+       </plist>

Copied: branches/branch-1.3/ide/Xcode3/plists/fltkjpeg-Info.plist (from rev 
7164, branches/branch-1.3/ide/Xcode3/plists/fltk_jpeg-Info.plist)
===================================================================
--- branches/branch-1.3/ide/Xcode3/plists/fltkjpeg-Info.plist                   
        (rev 0)
+++ branches/branch-1.3/ide/Xcode3/plists/fltkjpeg-Info.plist   2010-02-27 
14:09:05 UTC (rev 7165)
@@ -0,0 +1,20 @@
+<?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>org.fltk.fltk_jpeg</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>FMWK</string>
+       <key>CFBundleSignature</key>
+       <string>FLTK</string>
+       <key>CFBundleVersion</key>
+       <string>1.0</string>
+</dict>
+       </plist>

Copied: branches/branch-1.3/ide/Xcode3/plists/fltkpng-Info.plist (from rev 
7164, branches/branch-1.3/ide/Xcode3/plists/fltk_png-Info.plist)
===================================================================
--- branches/branch-1.3/ide/Xcode3/plists/fltkpng-Info.plist                    
        (rev 0)
+++ branches/branch-1.3/ide/Xcode3/plists/fltkpng-Info.plist    2010-02-27 
14:09:05 UTC (rev 7165)
@@ -0,0 +1,20 @@
+<?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>org.fltk.fltk_png</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>FMWK</string>
+       <key>CFBundleSignature</key>
+       <string>FLTK</string>
+       <key>CFBundleVersion</key>
+       <string>1.0</string>
+</dict>
+       </plist>

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to