Add:Core:Customized Info.plist for iphone port
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 8 Jul 2012 16:46:15 +0000 (16:46 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 8 Jul 2012 16:46:15 +0000 (16:46 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5185 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/Info.plist [new file with mode: 0644]

diff --git a/navit/navit/Info.plist b/navit/navit/Info.plist
new file mode 100644 (file)
index 0000000..d3a7dff
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleGetInfoString</key>
+       <string></string>
+       <key>CFBundleIconFile</key>
+       <string></string>
+       <key>CFBundleIdentifier</key>
+       <string>org.navitproject.navit</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundleLongVersionString</key>
+       <string></string>
+       <key>CFBundleDisplayName</key>
+       <string>Navit</string>
+       <key>CFBundleName</key>
+       <string>Navit</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleShortVersionString</key>
+       <string></string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string></string>
+       <key>CSResourcesFileMapped</key>
+       <true/>
+       <key>LSRequiresCarbon</key>
+       <true/>
+       <key>NSHumanReadableCopyright</key>
+       <string></string>
+       <key>UIFileSharingEnabled</key>
+       <true/>
+</dict>
+</plist>