APP配置
应用信息config.xml
<?xml version='1.0' encoding='utf-8'?>
<widget
id="com.chltec.cordovademoe"
version="0.0.1"
xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>CordovaDemoe</name>
<description>An awesome Ionic/Cordova app.</description>
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
<content src="index.html" />
id
为包名
version
为版本号
name
为应用名称
description
应用描述
icon
与splashscreen
替换resources/icon.png
和resources/splash.png
ionic cordova resources
Android打包
添加平台cordova platform add android
deug
打包
#debug
ionic cordova build android
release
打包
release打包前添加如下签名配置文件
#release
ionic cordova build android --prod --release
IOS打包
在xcode中打开项目打包