You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by shazron <gi...@git.apache.org> on 2017/09/09 17:43:49 UTC

[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

GitHub user shazron opened a pull request:

    https://github.com/apache/cordova-docs/pull/727

    CB-13247 - Blog post for Cordova iOS 4.5.0 Release

    <!--
    Please make sure the checklist boxes are all checked before submitting the PR. The checklist
    is intended as a quick reference, for complete details please see our Contributor Guidelines:
    
    http://cordova.apache.org/contribute/contribute_guidelines.html
    
    Thanks!
    -->
    
    ### Platforms affected
    
    iOS
    
    ### What does this PR do?
    
    Blog post for cordova-ios@4.5.0 releaes
    
    ### What testing has been done on this change?
    
    Built dev version of docs and previewed.
    
    ### Checklist
    - [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
    - [X] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
    
    ![cordova ios 4 5 0 apache cordova](https://user-images.githubusercontent.com/36107/30242460-755d8d7a-95c9-11e7-86c2-8ff23f04376a.png)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shazron/cordova-docs CB-13247

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/727.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #727
    
----
commit a7ee9a5b0d354eaeabce523785ed558a39dd4aa9
Author: Shazron Abdullah <sh...@gmail.com>
Date:   2017-09-09T17:42:09Z

    CB-13247 - Blog post for Cordova iOS 4.5.0 Release

----


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by dpogue <gi...@git.apache.org>.
Github user dpogue commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/727#discussion_r137936833
  
    --- Diff: www/_posts/2017-09-08-ios-release.md ---
    @@ -0,0 +1,72 @@
    +---
    +layout: post
    +author:
    +    name: Shazron Abdullah
    +    url: https://twitter.com/shazron
    +title:  "Cordova iOS 4.5.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce a minor version of `Cordova iOS 4.5.0` has been released!
    +
    +Three new features were added:
    +1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new selector, that sends the URL with additional metadata) 
    +2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated cordova-plugin-console to build in support for window.console. 
    +3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support [display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
    +
    +Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164) if you already included `cordova-plugin-console` in your project, you must **remove** that plugin if not your project will not build.
    --- End diff --
    
    Yeah, it ends up with duplicate symbol linker errors:
    
    ```
    duplicate symbol _OBJC_CLASS_$_CDVLogger in:
        /Users/me/Library/Developer/Xcode/DerivedData/Project/Build/Intermediates/ArchiveIntermediates/Project/IntermediateBuildFilesPath/Project.build/Release-iphoneos/Project.build/Objects-normal/arm64/CDVLogger.o
        platforms/ios/build/device/libCordova.a(CDVLogger.o)
    duplicate symbol _OBJC_METACLASS_$_CDVLogger in:
        /Users/me/Library/Developer/Xcode/DerivedData/Project/Build/Intermediates/ArchiveIntermediates/Project/IntermediateBuildFilesPath/Project.build/Release-iphoneos/Project.build/Objects-normal/arm64/CDVLogger.o
        platforms/ios/build/device/libCordova.a(CDVLogger.o)
    ld: 2 duplicate symbols for architecture arm64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    ```


---

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


[GitHub] cordova-docs issue #727: CB-13247 - Blog post for Cordova iOS 4.5.0 Release

Posted by janpio <gi...@git.apache.org>.
Github user janpio commented on the issue:

    https://github.com/apache/cordova-docs/pull/727
  
    Now that it's published I noticed that it would have been good to include the CLI command to remove `cordova-plugin-console`: `cordova plugin rm cordova-plugin-console`.


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by janpio <gi...@git.apache.org>.
Github user janpio commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/727#discussion_r137936759
  
    --- Diff: www/_posts/2017-09-08-ios-release.md ---
    @@ -0,0 +1,72 @@
    +---
    +layout: post
    +author:
    +    name: Shazron Abdullah
    +    url: https://twitter.com/shazron
    +title:  "Cordova iOS 4.5.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce a minor version of `Cordova iOS 4.5.0` has been released!
    +
    +Three new features were added:
    +1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new selector, that sends the URL with additional metadata) 
    +2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated cordova-plugin-console to build in support for window.console. 
    +3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support [display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
    +
    +Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164) if you already included `cordova-plugin-console` in your project, you must **remove** that plugin if not your project will not build.
    --- End diff --
    
    Does it really not build? As this plugin is part of many, many projects (Ionic includes it by default) this would a lot of people.


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by jcesarmobile <gi...@git.apache.org>.
Github user jcesarmobile commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/727#discussion_r137936915
  
    --- Diff: www/_posts/2017-09-08-ios-release.md ---
    @@ -0,0 +1,72 @@
    +---
    +layout: post
    +author:
    +    name: Shazron Abdullah
    +    url: https://twitter.com/shazron
    +title:  "Cordova iOS 4.5.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce a minor version of `Cordova iOS 4.5.0` has been released!
    +
    +Three new features were added:
    +1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new selector, that sends the URL with additional metadata) 
    +2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated cordova-plugin-console to build in support for window.console. 
    +3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support [display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
    +
    +Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164) if you already included `cordova-plugin-console` in your project, you must **remove** that plugin if not your project will not build.
    +
    +If you ever needed to disable the built in console plugin, comment out or remove the `Console` `<feature>` tag in your platform specific `config.xml`, and/or call this right after the `deviceready` event:
    --- End diff --
    
    in platforms/platformName there is a platform specific config.xml for platformName


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/727#discussion_r137937647
  
    --- Diff: www/_posts/2017-09-08-ios-release.md ---
    @@ -0,0 +1,72 @@
    +---
    +layout: post
    +author:
    +    name: Shazron Abdullah
    +    url: https://twitter.com/shazron
    +title:  "Cordova iOS 4.5.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce a minor version of `Cordova iOS 4.5.0` has been released!
    +
    +Three new features were added:
    +1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new selector, that sends the URL with additional metadata) 
    +2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated cordova-plugin-console to build in support for window.console. 
    +3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support [display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
    +
    +Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164) if you already included `cordova-plugin-console` in your project, you must **remove** that plugin if not your project will not build.
    --- End diff --
    
    Thanks all -- I'll add the change to make it more prominent.


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/727#discussion_r138217399
  
    --- Diff: www/_posts/2017-09-08-ios-release.md ---
    @@ -0,0 +1,72 @@
    +---
    +layout: post
    +author:
    +    name: Shazron Abdullah
    +    url: https://twitter.com/shazron
    +title:  "Cordova iOS 4.5.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce a minor version of `Cordova iOS 4.5.0` has been released!
    +
    +Three new features were added:
    +1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new selector, that sends the URL with additional metadata) 
    +2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated cordova-plugin-console to build in support for window.console. 
    +3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support [display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
    +
    +Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164) if you already included `cordova-plugin-console` in your project, you must **remove** that plugin if not your project will not build.
    +
    +If you ever needed to disable the built in console plugin, comment out or remove the `Console` `<feature>` tag in your platform specific `config.xml`, and/or call this right after the `deviceready` event:
    --- End diff --
    
    They are build artifacts. Unfortunately this instruction is the best we can do with the current way its implemented. There is no way to remove "private" plugins to a platform. Since we are moving to npm in the way the CLI does things, the plugins could be local to the platform folder, and we could add them as dependencies instead which is installed by the CLI. That would make it less coupled like it is right now.


---

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


[GitHub] cordova-docs issue #727: CB-13247 - Blog post for Cordova iOS 4.5.0 Release

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on the issue:

    https://github.com/apache/cordova-docs/pull/727
  
    @janpio spin up a PR to add it. But the site won't likely be updated for some time so it may be stale by then (it takes over an hour to generate and deploy a site)


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/727#discussion_r137939172
  
    --- Diff: www/_posts/2017-09-08-ios-release.md ---
    @@ -0,0 +1,72 @@
    +---
    +layout: post
    +author:
    +    name: Shazron Abdullah
    +    url: https://twitter.com/shazron
    +title:  "Cordova iOS 4.5.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce a minor version of `Cordova iOS 4.5.0` has been released!
    +
    +Three new features were added:
    +1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new selector, that sends the URL with additional metadata) 
    +2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated cordova-plugin-console to build in support for window.console. 
    +3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support [display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
    +
    +Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164) if you already included `cordova-plugin-console` in your project, you must **remove** that plugin if not your project will not build.
    --- End diff --
    
    Changes added.


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by janpio <gi...@git.apache.org>.
Github user janpio commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/727#discussion_r137941937
  
    --- Diff: www/_posts/2017-09-08-ios-release.md ---
    @@ -0,0 +1,72 @@
    +---
    +layout: post
    +author:
    +    name: Shazron Abdullah
    +    url: https://twitter.com/shazron
    +title:  "Cordova iOS 4.5.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce a minor version of `Cordova iOS 4.5.0` has been released!
    +
    +Three new features were added:
    +1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new selector, that sends the URL with additional metadata) 
    +2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated cordova-plugin-console to build in support for window.console. 
    +3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support [display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
    +
    +Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164) if you already included `cordova-plugin-console` in your project, you must **remove** that plugin if not your project will not build.
    +
    +If you ever needed to disable the built in console plugin, comment out or remove the `Console` `<feature>` tag in your platform specific `config.xml`, and/or call this right after the `deviceready` event:
    --- End diff --
    
    Oh, didn't know about these config.xml files. These never get modified normally, do they?
    
    (There is this "meme" in lots of StackOverflow, forum and blog posts that you should remove the console plugin before building a production build because "security" or "performance")


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-docs/pull/727


---

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


[GitHub] cordova-docs issue #727: CB-13247 - Blog post for Cordova iOS 4.5.0 Release

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on the issue:

    https://github.com/apache/cordova-docs/pull/727
  
    I'll leave this here until Monday morning PDT (Tues midnight SGT here) when I will publish this with the updated docs, and tweet.


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by jcesarmobile <gi...@git.apache.org>.
Github user jcesarmobile commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/727#discussion_r137936966
  
    --- Diff: www/_posts/2017-09-08-ios-release.md ---
    @@ -0,0 +1,72 @@
    +---
    +layout: post
    +author:
    +    name: Shazron Abdullah
    +    url: https://twitter.com/shazron
    +title:  "Cordova iOS 4.5.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce a minor version of `Cordova iOS 4.5.0` has been released!
    +
    +Three new features were added:
    +1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new selector, that sends the URL with additional metadata) 
    +2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated cordova-plugin-console to build in support for window.console. 
    +3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support [display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
    +
    +Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164) if you already included `cordova-plugin-console` in your project, you must **remove** that plugin if not your project will not build.
    +
    +If you ever needed to disable the built in console plugin, comment out or remove the `Console` `<feature>` tag in your platform specific `config.xml`, and/or call this right after the `deviceready` event:
    --- End diff --
    
    Is that the only way of disabling it? should we make it configurable? Android has different log levels and can be configured via a preference in the config.xml


---

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


[GitHub] cordova-docs issue #727: CB-13247 - Blog post for Cordova iOS 4.5.0 Release

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on the issue:

    https://github.com/apache/cordova-docs/pull/727
  
    Merging this in now, and generating the docs, then publishing.


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by kerrishotts <gi...@git.apache.org>.
Github user kerrishotts commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/727#discussion_r137931549
  
    --- Diff: www/_posts/2017-09-08-ios-release.md ---
    @@ -0,0 +1,72 @@
    +---
    +layout: post
    +author:
    +    name: Shazron Abdullah
    +    url: https://twitter.com/shazron
    +title:  "Cordova iOS 4.5.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce a minor version of `Cordova iOS 4.5.0` has been released!
    +
    +Three new features were added:
    +1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new selector, that sends the URL with additional metadata) 
    +2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated cordova-plugin-console to build in support for window.console. 
    +3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support [display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
    +
    +Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164) if you already included `cordova-plugin-console` in your project, you must **remove** that plugin if not your project will not build.
    --- End diff --
    
    Perhaps
    
    > **Important!** If you have included `cordova-plugin-console` in your project, you must **remove** it, otherwise your project will not build.


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by dpogue <gi...@git.apache.org>.
Github user dpogue commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/727#discussion_r137933316
  
    --- Diff: www/_posts/2017-09-08-ios-release.md ---
    @@ -0,0 +1,72 @@
    +---
    +layout: post
    +author:
    +    name: Shazron Abdullah
    +    url: https://twitter.com/shazron
    +title:  "Cordova iOS 4.5.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce a minor version of `Cordova iOS 4.5.0` has been released!
    +
    +Three new features were added:
    +1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new selector, that sends the URL with additional metadata) 
    +2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated cordova-plugin-console to build in support for window.console. 
    +3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support [display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
    +
    +Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164) if you already included `cordova-plugin-console` in your project, you must **remove** that plugin if not your project will not build.
    --- End diff --
    
    Agreed, this needs to be called out more prominently


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by janpio <gi...@git.apache.org>.
Github user janpio commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/727#discussion_r137936770
  
    --- Diff: www/_posts/2017-09-08-ios-release.md ---
    @@ -0,0 +1,72 @@
    +---
    +layout: post
    +author:
    +    name: Shazron Abdullah
    +    url: https://twitter.com/shazron
    +title:  "Cordova iOS 4.5.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce a minor version of `Cordova iOS 4.5.0` has been released!
    +
    +Three new features were added:
    +1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new selector, that sends the URL with additional metadata) 
    +2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated cordova-plugin-console to build in support for window.console. 
    +3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support [display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
    +
    +Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164) if you already included `cordova-plugin-console` in your project, you must **remove** that plugin if not your project will not build.
    +
    +If you ever needed to disable the built in console plugin, comment out or remove the `Console` `<feature>` tag in your platform specific `config.xml`, and/or call this right after the `deviceready` event:
    --- End diff --
    
    What is a "platform specific `config.xml`" - there is only one in my projects. Does this refer to `<platform name="ios">`?


---

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


[GitHub] cordova-docs pull request #727: CB-13247 - Blog post for Cordova iOS 4.5.0 R...

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/727#discussion_r137937637
  
    --- Diff: www/_posts/2017-09-08-ios-release.md ---
    @@ -0,0 +1,72 @@
    +---
    +layout: post
    +author:
    +    name: Shazron Abdullah
    +    url: https://twitter.com/shazron
    +title:  "Cordova iOS 4.5.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce a minor version of `Cordova iOS 4.5.0` has been released!
    +
    +Three new features were added:
    +1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new selector, that sends the URL with additional metadata) 
    +2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated cordova-plugin-console to build in support for window.console. 
    +3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support [display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
    +
    +Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164) if you already included `cordova-plugin-console` in your project, you must **remove** that plugin if not your project will not build.
    +
    +If you ever needed to disable the built in console plugin, comment out or remove the `Console` `<feature>` tag in your platform specific `config.xml`, and/or call this right after the `deviceready` event:
    --- End diff --
    
    Note that disabling the plugin will *not* get rid of the potential linker error conflict, it just disables the included plugin at runtime.


---

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