-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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" | ||
> |
There was a problem hiding this comment.
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=...>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to update the src/build/get_version
and src/build/get_build_number
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