部落格 RSS 訂閱

Cordova iOS 4.3.1
2016年12月2日

我們很高興宣布 Cordova iOS 4.3.1 的修補版本已發布!


注意: 更新 iOS 時,請務必儲存您的外掛,因為未儲存的外掛可能無法重新安裝。請在您的專案中執行以下命令,將您目前安裝的外掛儲存到 config.xml

cordova plugin save

升級方法

npm install -g cordova
cd my_project
cordova platform rm ios
cordova platform add ios@4.3.1

明確加入方法

cordova platform add ios@4.3.1

iOS 的新功能

  • CB-12203 - 更新了已簽入的 node_modules
  • CB-12190 - 當有裝置連線時,create.spec 測試失敗
  • CB-12155 - 為啟動畫面故事板建立測試
  • CB-12084 - 更新專案建置設定和 plist
  • CB-12130 - 啟動畫面故事板圖像未更新或清除
  • CB-11243 - target-device 和 deployment-target 被忽略
  • CB-12127 - 在 build.json 中新增 buildFlag 支援
  • CB-12125 - 無法在 iPad Pro iOS 10 上模擬
  • CB-12118 - Cordova run ios 無法自動部署到裝置
  • CB-12049 - user-agent 字串附加了一個唯一的數字
  • CB-12098 - 更新 supportedInterfaceOrientations 返回類型
  • CB-9762 - 修復 mobilespec 'cordova build' 異常。
  • 更新綑綁的 ios-sim 至版本 5.0.12