You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/09/12 13:36:12 UTC

[GitHub] knight9999 edited a comment on issue #405: Cocoapods support improvement, using podspec tag in plugin.xml

knight9999 edited a comment on issue #405: Cocoapods support improvement, using podspec tag in plugin.xml
URL: https://github.com/apache/cordova-ios/pull/405#issuecomment-420650061
 
 
   @shazron Thanks for testing, and I am sorry to trouble you.
   This PR depends on PR apache/cordova-common#48.
   Therefore please change package.json as follows only for testing.
   ```
   diff --git a/package.json b/package.json
   index 4ce47fc9..bc7cd729 100644
   --- a/package.json
   +++ b/package.json
   @@ -51,12 +51,13 @@
      },
      "engineStrict": true,
      "dependencies": {
   -    "cordova-common": "2.1.0",
   +    "cordova-common": "https://github.com/cordova-develop/cordova-common.git#dev_improve_cocoapod_support",
        "ios-sim": "^6.1.2",
        "nopt": "^3.0.6",
        "plist": "^1.2.0",
        "q": "^1.4.1",
        "shelljs": "^0.5.3",
   +    "unorm": "^1.4.1",
        "xcode": "^0.9.0",
        "xml-escape": "^1.1.0"
      },
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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