nmr
nmr

Reputation: 16849

How do I update Apportable build targets?

When first run Apportable generates a bunch of stuff, in ProjectName.approj/, which includes some stuff generated from the Xcode project targets.

I have changed my Xcode project's bundle identifier (I need the generated APK to have a certain package name, and that seems to come from the bundle identifier) but the Apportable generated builds still have the old package name. I think this is related to the build targets stuff it generates.

How do I update this?

Upvotes: 2

Views: 157

Answers (1)

Paul Beusterien
Paul Beusterien

Reputation: 29582

Adding --generate to the apportable command will cause the xcode project to be reparsed.

Upvotes: 2

Related Questions