You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/10/16 05:36:03 UTC

[cordova-paramedic] branch master updated: chore(ios): remove unsupported iOS 9 config (#208)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/master by this push:
     new 56445eb  chore(ios): remove unsupported iOS 9 config (#208)
56445eb is described below

commit 56445ebc1955f6f02774808d32cc6b0e32a83ead
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Sat Oct 16 07:35:59 2021 +0200

    chore(ios): remove unsupported iOS 9 config (#208)
    
    We require iOS 11 since cordova-ios >=6
---
 conf/pr/local/ios-9.3.config.json | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/conf/pr/local/ios-9.3.config.json b/conf/pr/local/ios-9.3.config.json
deleted file mode 100644
index a70221e..0000000
--- a/conf/pr/local/ios-9.3.config.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-    "platform": "ios@latest",
-    "args": "--buildFlag='-UseModernBuildSystem=0'",
-    "action": "run",
-    "cleanUpAfterRun": true,
-    "target": "iPhone-SE, 9.3",
-    "verbose": true
-}

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org