Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i set another folder for ios/framework and android/pushiomanager? #42

Open
carlospereira21 opened this issue Jan 31, 2022 · 0 comments

Comments

@carlospereira21
Copy link

Hello, i have an app that distributes packages by NPM and I need to change the location of the folders from frameworks, so that whoever consumes my package by npm can receive the framework and don't needed to apply framework in all they projects , how can I set a new folder for iOS and Android consume pushiO framwork from another folder? in 6.50.0 or less version i can do like this:

on iOS early 6.51.0 version i can do like this on podfile:

pod 'PushIOManager', :path => '../node_modules/@company/pushio/PushIOManager.podspec'

where the pushIO is the framework did i download in oracle web site

on Android early 6.51.0 version i can do like this on build.gradle:
include ':PushIOManager'
project(':PushIOManager').projectDir = new File(rootProject.projectDir, ''../node_modules/@company/pushio/pushio.aar')

how can i change this folder of frameworksm or i cant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant