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

Explicitly define plist path #25

Open
KieranLafferty opened this issue Jul 3, 2018 · 2 comments
Open

Explicitly define plist path #25

KieranLafferty opened this issue Jul 3, 2018 · 2 comments

Comments

@KieranLafferty
Copy link

KieranLafferty commented Jul 3, 2018

Hey there, wondering if it's possible to just explicitly set the plist_path using this plugin? Problem I am facing is that the build number is updating my app target but can't find my notification target. Would be much simpler for me if I could just specify the paths to each of the info plists instead.

Thanks for the help!

@KieranLafferty KieranLafferty changed the title Explicitly defint plist path Explicitly define plist path Jul 3, 2018
@nemoeslovo
Copy link

have you tried to use target option and provide your extension target name there?
I ended up having 2 calls to update both main and push extension build number

    increment_build_number_in_plist(
       build_number: "1",
       scheme: "MyApp"
    )

    increment_build_number_in_plist(
       build_number: "1",
       target: "MyApp.PushExtension"
    )

@jdouglas-nz
Copy link
Collaborator

@KieranLafferty - does doing a couple of invocations suffice?

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

No branches or pull requests

3 participants