moved to xcode 4

This commit is contained in:
Jeena Paradies 2011-03-12 15:41:08 +01:00
parent 7b4adc0f63
commit 526a9ba0cc
46 changed files with 8146 additions and 1764 deletions

View file

@ -27,6 +27,10 @@
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleHelpBookFolder</key>
<string>Twittia.help</string>
<key>CFBundleHelpBookName</key>
<string>net.jeena.apps.twittia.help</string>
<key>CFBundleIconFile</key>
<string>Icon.icns</string>
<key>CFBundleIdentifier</key>
@ -37,26 +41,10 @@
<string>Twittia</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.3.0</string>
<key>CFBundleShortVersionString</key>
<string>2.3.0</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundleHelpBookFolder</key>
<string>Twittia.help</string>
<key>CFBundleHelpBookName</key>
<string>net.jeena.apps.twittia.help</string>
<key>SUFeedURL</key>
<string>http://jeenaparadies.net/twittia/Appcast.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
@ -69,5 +57,19 @@
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.3.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.lifestyle</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SUFeedURL</key>
<string>http://jeenaparadies.net/twittia/Appcast.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
</dict>
</plist>