public
Description: XBMC iPhone Remote
Homepage: remote.collect3.com.au
Clone URL: git://github.com/djfumberger/xbmc-remote.git
xbmc-remote / Info.plist
100644 14 lines (14 sloc) 0.414 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"CFBundleDevelopmentRegion" = en;
CFBundleDisplayName = XBMC;
CFBundleExecutable = "${EXECUTABLE_NAME}";
CFBundleIconFile = "icon57.png";
CFBundleIdentifier = "com.djfumberger.xbmcremote";
"CFBundleInfoDictionaryVersion" = "6.0";
CFBundleName = "${PRODUCT_NAME}";
CFBundlePackageType = APPL;
CFBundleSignature = "????";
CFBundleVersion = "1.0";
LSRequiresIPhoneOS = YES;
NSMainNibFile = MainWindow;
}