nagarkar / edval

0 stars 1 forks source link

Add plist entries automatically through cordova hook #48

Open nagarkar opened 7 years ago

nagarkar commented 7 years ago

http://stackoverflow.com/questions/32561228/phonegap-modify-config-xml-to-add-properties-to-info-plist-ion-ios

nagarkar commented 7 years ago

`<?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">

CFBundleDevelopmentRegion English CFBundleDisplayName ${PRODUCT_NAME} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIcons CFBundleIcons~ipad CFBundleIdentifier com.ionicframework.medval611122 CFBundleInfoDictionaryVersion 6.0 CFBundleName ${PRODUCT_NAME} CFBundlePackageType APPL CFBundleShortVersionString 0.0.1 CFBundleSignature ???? CFBundleVersion 0.0.1 LSRequiresIPhoneOS NSAppTransportSecurity NSAllowsArbitraryLoads NSCameraUsageDescription NSLocationWhenInUseUsageDescription NSMainNibFile NSMainNibFile~ipad NSPhotoLibraryUsageDescription UIRequiresFullScreen UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight `