[GitHub] cordova-windows pull request #198: CB-11857 Fixed VS 2015 detection on Windo...

2016-09-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/198 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cordova-plugin-media-capture issue #53: [CB-10488][CB-10489][CB-9611] Fix Me...

2016-09-15 Thread mnutkiewicz
Github user mnutkiewicz commented on the issue: https://github.com/apache/cordova-plugin-media-capture/pull/53 Tested the fix for (1) on my app using a 6S and can confirm this solves this issue. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-ios issue #254: Expose CDVCommandStatus enum to Swift

2016-09-15 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/254 Haven't played much with Swift enums, is there a way to support both for now, and deprecate the old in Swift? --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-ios issue #248: CB-11792 - Add Cocoapods .xcconfig includes to build...

2016-09-15 Thread dpogue
Github user dpogue commented on the issue: https://github.com/apache/cordova-ios/pull/248 This is causing Xcodebuild to ignore the Cordova build.xcconfig files: ``` Ignoring configuration file

[GitHub] cordova-ios issue #256: CB-11854 - Create Entitlements.plist file (one each ...

2016-09-15 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/cordova-ios/pull/256 ## [Current coverage](https://codecov.io/gh/apache/cordova-ios/pull/256?src=pr) is 56.85% (diff: 100%) > Merging [#256](https://codecov.io/gh/apache/cordova-ios/pull/256?src=pr) into

[GitHub] cordova-ios pull request #255: Undefined error when calling run directly (no...

2016-09-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/255 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cordova-ios pull request #252: CB-11831 - Add missing LD_RUNPATH_SEARCH_PATH...

2016-09-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/252 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cordova-ios issue #252: CB-11831 - Add missing LD_RUNPATH_SEARCH_PATHS setti...

2016-09-15 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/252 @bugnano Please accept my apologies. In dealing with the other repos, there is a pull request template but not this one, my assumption was incorrect. We've had a discussion about this

[GitHub] cordova-lib issue #465: CB-11605 Non-destructive platform update

2016-09-15 Thread purplecabbage
Github user purplecabbage commented on the issue: https://github.com/apache/cordova-lib/pull/465 Let there be tests --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] cordova-ios pull request #256: CB-11854 - Create Entitlements.plist file (on...

2016-09-15 Thread shazron
GitHub user shazron opened a pull request: https://github.com/apache/cordova-ios/pull/256 CB-11854 - Create Entitlements.plist file (one each for Debug and Release configurations) These files are used for a CLI based workflow. If you edit the Capabilities tab of your

[GitHub] cordova-ios issue #244: CB-11771 Deep symlink directories to target project ...

2016-09-15 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/244 Thanks! LGTM. What "temporary files" leak, do you have more info on that? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] cordova-ios pull request #257: CB-11860 - Update packaging strategy for Xcod...

2016-09-15 Thread dpogue
GitHub user dpogue opened a pull request: https://github.com/apache/cordova-ios/pull/257 CB-11860 - Update packaging strategy for Xcode 8 Background info on the mailing list:

Re: Xcode 8 packaging changes

2016-09-15 Thread Jesse
+1 to dropping 6 and moving towards 8 What is apple's required version of xcode for submitting apps to the app store? Does it make sense to always build with the developer cert unless the dev specified otherwise? I think there might be cases where I would want to run the release build on my own

Nightly build #147 for cordova has succeeded!

2016-09-15 Thread Apache Jenkins Server
Nightly build #147 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/147/consoleFull - Jenkins for Apache Cordova

[GitHub] cordova-plugin-contacts pull request #134: CB-11855: (ios) Allow iOS to use ...

2016-09-15 Thread soonahn
Github user soonahn closed the pull request at: https://github.com/apache/cordova-plugin-contacts/pull/134 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] cordova-plugin-contacts pull request #134: CB-11855: (ios) Allow iOS to use ...

2016-09-15 Thread soonahn
GitHub user soonahn opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/134 CB-11855: (ios) Allow iOS to use hasPhoneNumber ### Platforms affected iOS ### What does this PR do? Fixes https://issues.apache.org/jira/browse/CB-11855

Xcode 8 packaging changes

2016-09-15 Thread Darryl Pogue
So Xcode 8 is out, and it simplifies some aspects of code signing, but complicates the process of packaging an app. Currently, cordova-ios will use the "iPhone Developer" certificate when building a debug build, and the "iPhone Distribution" certificate when making a release build. It uses xcrun

[GitHub] cordova-windows issue #198: CB-11857 Fixed VS 2015 detection on Windows 10 A...

2016-09-15 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/cordova-windows/pull/198 ## [Current coverage](https://codecov.io/gh/apache/cordova-windows/pull/198?src=pr) is 74.25% (diff: 100%) > Merging