feature: Enable app Podfile
See original GitHub issueFrom @DickSmith on June 10, 2018 21:59
Sometimes a project just needs to add a Podfile
without any JS/TS, but a full plugin must be created:
- https://github.com/tjvantoll/nativescript-IQKeyboardManager (Until recently was only a podfile)
- https://github.com/Essent/nativescript-disable-bitcode (just a postinstall to strip all bitcode from a project).
Additionally, this is where a project should be able to set its platform version level, as well. (and plugin Podfiles should not).
In many ways this is similar to many of the settings and package management actions that can be taken in app.gradle
(dependencies not requiring JS, package overrides, and min platform).
Would likely just come from App_Resources
like similar files.
Copied from original issue: NativeScript/ios-runtime#939
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to use CocoaPods plugins
Enables usage of Artifactory as an index for CocoaPods repo and as a repository for pods. CocoaPods Blocklist. Check if a project is...
Read more >Adding optional frameworks with CocoaPods - IBM
Procedure · Open a command line terminal at the location of your Xcode project. · Run the pod init command to create a...
Read more >CocoaPods | AppCode Documentation - JetBrains
If there is no Podfile in your project, you can create it in AppCode: From the main menu, select Tools | CocoaPods |...
Read more >CocoaPods installation - New Relic Documentation
These procedures to configure your iOS app with CocoaPods and Swift also appear on the Get Started page in New Relic. ... Create...
Read more >CocoaPods | CodePath iOS Cliffnotes
CocoaPods version 0.36 was the first version to add support for Swift with the use_frameworks! directive. As long as your app targets iOS8+,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@NickIliev https://nstudio.io/blog/nativescript-app-specific-podfile/ Link screwed up before, sorry.
Acceptance criteria:
App_Resources
is correctly merged in platforms folderApp_Resources
App_Resources
is removed