Issue
Is it possible to run a script before building an iOS project using codename one? My objective is to add pod artifactory for pod using pod-art, so the builder will be able to install some private pod packages.
Solution
No.
But you can create a file with the extension .podspec
and place it in the native/ios
directory. It will be used as a standard podspec file and let you install a custom pod.
Answered By - Shai Almog Answer Checked By - Marie Seifert (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.