-
Notifications
You must be signed in to change notification settings - Fork 984
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
Add a way to turn off generation of Watch icons into Images.xcassets #658
Milestone
Comments
dpogue
added a commit
to dpogue/cordova-ios
that referenced
this issue
Aug 17, 2024
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
dpogue
added a commit
to dpogue/cordova-ios
that referenced
this issue
Aug 17, 2024
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
8 tasks
dpogue
added a commit
to dpogue/cordova-ios
that referenced
this issue
Aug 18, 2024
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
dpogue
added a commit
to dpogue/cordova-ios
that referenced
this issue
Aug 18, 2024
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
dpogue
added a commit
to dpogue/cordova-ios
that referenced
this issue
Aug 18, 2024
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
dpogue
added a commit
to dpogue/cordova-ios
that referenced
this issue
Aug 18, 2024
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
dpogue
added a commit
to dpogue/cordova-ios
that referenced
this issue
Aug 20, 2024
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
dpogue
added a commit
to dpogue/cordova-ios
that referenced
this issue
Aug 21, 2024
Ironically, this also allows most people to drastically simplify their icons by only providing a single 1024⨉1024 image with no special attributes. Closes apacheGH-592. Closes apacheGH-623. Closes apacheGH-657. Closes apacheGH-658. Closes apacheGH-1019. Closes apacheGH-1233. Closes apacheGH-1387.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Motivation Behind Feature
Apple suggests to add Watch icons to the Watch target, not the iOS app. Also if i don't have a watch app i should not bother adding any watch icons that consume extra space
Feature Description
I want some sort of config.xml switch to turn off generation of the watch icons into the resulting AppIcons.
Alternatives or Workarounds
Currently the only workaround seems to be going into the generated Xcode project, going to Images.xcassets -> AppIcon and unchecking "Apple Watch" in the inspector. And after that remove the icons that are now unused by hand from there.
The text was updated successfully, but these errors were encountered: