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

chore(cordova/apple): remove Outline-Info.plist files #1518

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fortuna
Copy link
Collaborator

@fortuna fortuna commented Dec 15, 2022

Instead, do the edits in the config.xml file instead.

See 6d88d4d for a reorganized Outline-Info.plist that makes it easier to see what needed to be added via config.xml.

/cc @eacrh @jyyi1

@fortuna fortuna requested a review from a team as a code owner December 15, 2022 23:39
@fortuna fortuna changed the title Remove Outline-Info.plist files chore(apple): remove Outline-Info.plist files Dec 15, 2022
Copy link
Contributor

@jyyi1 jyyi1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So now the plist files will be generated during build?

version="1.9.0"
id="org.outline.android.client" android-versionCode="43"
ios-CFBundleIdentifier="org.outline.ios.client" ios-CFBundleVersion="35"
>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit It seems Google does not recommend to put > in a dedicated line. A sample of multi-line HTML, maybe the following style?

<widget xmlns=...
        version="1.9.0"
        id=...
        ios-CFBundleIdentifier=...>

Copy link
Contributor

@daniellacosse daniellacosse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daniellacosse daniellacosse changed the title chore(apple): remove Outline-Info.plist files chore(cordova/apple): remove Outline-Info.plist files Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants