Skip to content

Commit

Permalink
Set CFBundleIdentifier in Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Apr 6, 2010
1 parent 51774ba commit 98adcfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Info.plist
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleIdentifier</key>
<string>im.oneteam</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
Expand Down

0 comments on commit 98adcfe

Please sign in to comment.