[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2018-05-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16464614#comment-16464614
 ] 

ASF GitHub Bot commented on CB-13191:
-

ibrent commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-386776838
 
 
   The following fix worked. But there are small things to notice.

   **1.  Make sure your 1024 icon is the correct size with no transparency or 
alpha channel.**  You can see this if you COMMAND-i while the icon is selected. 
 This info window will tell you the size, format and if there is alpha.  If 
there is, open it in your photo editing tool and fix it or I think Preview will 
do it too when you save.

   **2.  Add this to your config XML:**
   ```
   
   
   ```
   
   **3.  Make sure to remove the old reference to an 'icon.png' in your 
config.xml.**  It was the first entry of my icons.  There may be a tiny one 
there if you used PG app to build a hello world app.  Replace the old reference 
with the new one.  Make sure the image path correctly matches your icon folder 
path.

   **4.  Add your new 1024px icon.png into your icon image folder**.  Delete 
the old image which may be named 'icon.png' with this new 1024px one.  I just 
renamed the existing one 'icon-old.png'.

   This worked for me, but I spent a day searching the web and trying stuff.  
And this is a 2-year-old BUG.  Good luck.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>Priority: Major
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2018-05-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16464613#comment-16464613
 ] 

ASF GitHub Bot commented on CB-13191:
-

ibrent commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-386776838
 
 
   The following fix worked. But there are small things to notice.

   **1.  Make sure your 1024 icon is the correct size with no transparency or 
alpha channel.**  You can see this if you COMMAND-i while the icon is selected. 
 This info window will tell you the size, format and if there is alpha.  If 
there is, open it in your photo editing tool and fix it or I think Preview will 
do it too when you save.

   **2.  Add this to your config XML:**
   
   
   
   **3.  Make sure to remove the old reference to an 'icon.png' in your 
config.xml.**  It was the first entry of my icons.  There may be a tiny one 
there if you used PG app to build a hello world app.  Replace the old reference 
with the new one.  Make sure the image path correctly matches your icon folder 
path.

   **4.  Add your new 1024px icon.png into your icon image folder**.  Delete 
the old image which may be named 'icon.png' with this new 1024px one.  I just 
renamed the existing one 'icon-old.png'.

   This worked for me, but I spent a day searching the web and trying stuff.  
And this is a 2-year-old BUG.  Good luck.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>Priority: Major
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2018-05-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16464610#comment-16464610
 ] 

ASF GitHub Bot commented on CB-13191:
-

ibrent commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-386474884
 
 
   This is still an issue.  Even with adding the entry to the config.xml and a 
PNG with no transparency.
   WTF ?  I'm an unhappy paying customer.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>Priority: Major
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2018-05-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16464609#comment-16464609
 ] 

ASF GitHub Bot commented on CB-13191:
-

ibrent commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-386627328
 
 
   PhoneGap Build.  It's a service : https://build.phonegap.com
   
   I figured it out after trying a zillion things.  These solutions are kinda 
correct for some people but not all.  Good luck.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>Priority: Major
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2018-05-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463878#comment-16463878
 ] 

ASF GitHub Bot commented on CB-13191:
-

stripathix commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-386604227
 
 
   hahahaha @ibrent its open source why are you paying? and to whom are you 
paying? 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>Priority: Major
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2018-05-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463875#comment-16463875
 ] 

ASF GitHub Bot commented on CB-13191:
-

janpio commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-386603432
 
 
   Paying whom @ibrent?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>Priority: Major
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2018-05-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463234#comment-16463234
 ] 

ASF GitHub Bot commented on CB-13191:
-

ibrent commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-386474884
 
 
   This is still an issue.  Even with adding the entry to the config.xml and a 
PNG with no transparency.
   WTF ?  I'm an unhappy paying customer.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>Priority: Major
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2018-04-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16434308#comment-16434308
 ] 

ASF GitHub Bot commented on CB-13191:
-

jacobweber commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-380538550
 
 
   There's nothing in the 
[docs](https://cordova.apache.org/docs/en/latest/config_ref/images.html#ios) 
about this.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>Priority: Major
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220177#comment-16220177
 ] 

ASF GitHub Bot commented on CB-13191:
-

ThorvaldAagaard commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339598910
 
 
   Sorry for not creating a real issue. Let us stop here. I will see if I can 
find time to recreate the problem in an empty project. But Android is my 
primary target, so I am no specialist in IOS.
   
   But thx for the help


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220149#comment-16220149
 ] 

ASF GitHub Bot commented on CB-13191:
-

janpio commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339591223
 
 
   Have you removed and re-added the `ios` platform?
   As you displayed yourself Ionic doesn't create _any_ 96x96 image. So this 
has to come from somewhere else.
   
   (You are still abusing the comments of a merged pull request for a normal 
usage problem by the way...)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219756#comment-16219756
 ] 

ASF GitHub Bot commented on CB-13191:
-

ThorvaldAagaard commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339509057
 
 
   I am on the bleeding edge of all version now (And it wasn't easy)
   
![image](https://user-images.githubusercontent.com/10560652/32028666-1119acd6-b9f0-11e7-9223-de86605ed374.png)
   
   
![image](https://user-images.githubusercontent.com/10560652/32028692-36470918-b9f0-11e7-86bf-8b75bdea66bd.png)
   
   
   I can see that Ionic cordova resources generates the following images
   
   
![image](https://user-images.githubusercontent.com/10560652/32028438-e5d22e1e-b9ee-11e7-9d5b-6e03f30bb1bf.png)
   
   But neither of these have the sizes mentioned in the warnings
   
![image](https://user-images.githubusercontent.com/10560652/32028528-640163ea-b9ef-11e7-95ea-e153c46e9de9.png)
   
   I can see that Appicon.appicons is created during build, but I have no clue, 
how the process from the above files to the AppIcon.appicons are.
   
   To mee it looks like that if it doesnt fint one with the right dimensions 
the it creates (or copy) one with size 96*96
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219551#comment-16219551
 ] 

ASF GitHub Bot commented on CB-13191:
-

surajpindoria commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339477342
 
 
   @ThorvaldAagaard Just spoke with someone from Ionic and he said that this 
command should properly resize the images. He suggested updating to the latest, 
`npm install -g ionic@latest`, because they recently added fixes for the new 
icon sizes.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219431#comment-16219431
 ] 

ASF GitHub Bot commented on CB-13191:
-

janpio commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339453969
 
 
   If that doesn't generate the sizes of the file that are expected by Xcode, 
this would be a bug on Ionic's site: `ionic cordova resources` uses a server 
side API. But your outdated `@ionic/app-scripts` might also play a role there. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219430#comment-16219430
 ] 

ASF GitHub Bot commented on CB-13191:
-

janpio commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339453969
 
 
   If that doesn't generate the sizes of the file that are expected by Xcode, 
this would be a bug in Ionic's site. `ionic cordova resources` uses a server 
side API, but your outdated `@ionic/app-scripts` might also play a role there. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219407#comment-16219407
 ] 

ASF GitHub Bot commented on CB-13191:
-

ThorvaldAagaard commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339450679
 
 
   I have just 2 images and then i run ionic cordova resources to get all 
images generated
   
   Isn't that ok?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219153#comment-16219153
 ] 

ASF GitHub Bot commented on CB-13191:
-

surajpindoria commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339409188
 
 
   @Gemeapp That single missing icon is the bug that I mentioned earlier. I am 
starting the release process to get a version out that will resolve this.
   
   As to those warnings, you may want to check the actual images that you are 
using. Cordova will not resize the images for you and by the looks of it they 
all seem to be of size 96x96.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218384#comment-16218384
 ] 

ASF GitHub Bot commented on CB-13191:
-

ThorvaldAagaard commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339289248
 
 
   I am updating all to latest version so when done I will verify that the 
problem still is here. I might have taken the 2 screen shots at diffefent times 
as I saw IOS platform was reverted to 4.4.0


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218316#comment-16218316
 ] 

ASF GitHub Bot commented on CB-13191:
-

janpio commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339276035
 
 
   @Gemeapp @ThorvaldAagaard Something is broken here, `ionic info` is 
reporting different things than the platform list. You should create a topic at 
https://forum.ionicframework.com/ (include the same screenshots and info as 
here) and post the link to it here so I can help you debug that.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217931#comment-16217931
 ] 

ASF GitHub Bot commented on CB-13191:
-

Gemeapp commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339177918
 
 
   One more thing as I get some warnings in XCode you probably need to check
   
   
![image](https://user-images.githubusercontent.com/25880932/31974754-a11230a6-b92d-11e7-929e-6d9cfac423eb.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217930#comment-16217930
 ] 

ASF GitHub Bot commented on CB-13191:
-

Gemeapp commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339177574
 
 
   What is the proper way of getting AppIcon updated?
   
   This is my environment
   
   
![image](https://user-images.githubusercontent.com/25880932/31973739-e00079c2-b927-11e7-8153-5ce6303cc608.png)
   
   This is my platforms
   
   
![image](https://user-images.githubusercontent.com/25880932/31974241-c1e0d42a-b92a-11e7-839c-9f1573b8db36.png)
   
   I have removed and readded the ios platform
   
   Ran ionic cordova resources
   
   Builded the application, and now I am just missing a single icon, that is 
used in two places
   
   
![image](https://user-images.githubusercontent.com/25880932/31974681-576408e4-b92d-11e7-9b51-2083fc11dafc.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217682#comment-16217682
 ] 

ASF GitHub Bot commented on CB-13191:
-

ThorvaldAagaard commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339127325
 
 
   Gemeapp is also me. I didn't notive I was logged in with my company user


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217676#comment-16217676
 ] 

ASF GitHub Bot commented on CB-13191:
-

ThorvaldAagaard commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339126945
 
 
   Great. I am using 4.5.2 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217634#comment-16217634
 ] 

ASF GitHub Bot commented on CB-13191:
-

surajpindoria commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339119774
 
 
   @Gemeapp Which version of cordova-ios are you using? I added in the mapping 
for the remaining icons which included the Apple Watch ones too.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217557#comment-16217557
 ] 

ASF GitHub Bot commented on CB-13191:
-

Gemeapp commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339109321
 
 
   I managed to fix the issue by adding the image where ressources normally are 
generated, and then add the icon using XCode 9.
   
   I noticed the lack of a lot of other ressources, and is thinking it would be 
a good idea to create a clean example project and the look at the generated.
   
   I my project I am missing icons for notification
   
![image](https://user-images.githubusercontent.com/25880932/31964560-af61f386-b904-11e7-991f-a056a04dd1b1.png)
   and also ipad notification.
   
   And then all the icons for Apple Watch, but thats ok



This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217313#comment-16217313
 ] 

ASF GitHub Bot commented on CB-13191:
-

surajpindoria commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-339066506
 
 
   @ThorvaldAagaard Did you run `cordova prepare ios`? That should update the 
icons and you can then double check in Xcode. There is also a bug in 4.5.2 
where I forgot to add one of the icons back in, it will be fixed in the next 
release which should be out this week.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-10-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216762#comment-16216762
 ] 

ASF GitHub Bot commented on CB-13191:
-

pinkahd commented on issue #337: CB-13191: (ios) Support marketing icon
URL: https://github.com/apache/cordova-ios/pull/337#issuecomment-338966460
 
 
   I'm having the same issue I've added the correct lines in cordova config but 
it's not building under ios 4.5.2 downgraded to 4.5.1 and the icons started 
copying I think this may be a bug in ios 4.5.2


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-09-27 Thread Suraj Pindoria (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183019#comment-16183019
 ] 

Suraj Pindoria commented on CB-13191:
-

I agree with Jan. Let's close this one off and use another issue to track the 
remaining missing icons. I actually filed an issue for this awhile back and 
there wasn't any progress made on it. So we can go ahead and use that one for 
the rest.

https://issues.apache.org/jira/browse/CB-12896

> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-09-25 Thread Jan Piotrowski (Sujan) (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179057#comment-16179057
 ] 

Jan Piotrowski (Sujan) commented on CB-13191:
-

I think it would be better to create a seperate issue for the notification 
icons. The marketing icon was a blocker for iOS11 stuff, the notification icons 
don't seem to be. Maybe they also depend on if the app has push activated etc?

> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> -App icons:-
> -1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS- (fixed via 
> PR #337)
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-09-20 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16174034#comment-16174034
 ] 

ASF subversion and git services commented on CB-13191:
--

Commit b8835c63c910e046ca1072d58ee1d53734f1268f in cordova-ios's branch 
refs/heads/master from [~cnspeckn]
[ https://gitbox.apache.org/repos/asf?p=cordova-ios.git;h=b8835c6 ]

CB-13191: (ios) Support marketing icon (#337)



> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
>Assignee: Suraj Pindoria
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.5.1
>
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-09-19 Thread Christian Speckner (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16171600#comment-16171600
 ] 

Christian Speckner commented on CB-13191:
-

There you go: https://github.com/apache/cordova-ios/pull/337 :)

> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-09-19 Thread Jan Piotrowski (Sujan) (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16171562#comment-16171562
 ] 

Jan Piotrowski (Sujan) commented on CB-13191:
-

Awesome đź‘Ť

> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-09-19 Thread Tim Brust (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16171448#comment-16171448
 ] 

Tim Brust commented on CB-13191:


[~Sujan12] Will try GM later today and report back, but I assume it's still the 
case.

> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-09-19 Thread Christian Speckner (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16171395#comment-16171395
 ] 

Christian Speckner commented on CB-13191:
-

[~Sujan12] It can be added manually, but this disrupts any automated build 
workflow ;) As for the PR, that is precisely what I am currently working on.

> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-09-19 Thread Jan Piotrowski (Sujan) (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16171390#comment-16171390
 ] 

Jan Piotrowski (Sujan) commented on CB-13191:
-

[~cnspeckn], can't this just be added manually using Xcode until the Cordova 
tooling is updated?

There is no Pull Request for this issue yet, so nothing to be merged or to be 
released. Cordova is open source, and stuff like this requires the help of the 
community to be taken care of. Can you maybe create this PR and submit it for 
Cordova to have a look at?

[~timbru31] Did you try with Xcode 9 GM and can confirm the situation is still 
as you described? (I personally can't confirm this as I am missing a Mac that 
can run Xcode 9...)

> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-09-19 Thread Christian Speckner (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16171317#comment-16171317
 ] 

Christian Speckner commented on CB-13191:
-

This is a major showstopper. As of now, it is impossible to build and release 
an app with cordova and XCode 9. The culprit is the missing support for the 
marketing icon (icon_appstore.png)

> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Tim Brust
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-08-18 Thread Tim Brust (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132160#comment-16132160
 ] 

Tim Brust commented on CB-13191:


No the watchOS icons are just listed by me for the sake of the completeness :)

> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Tim Brust
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-08-18 Thread Jan Piotrowski (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131949#comment-16131949
 ] 

Jan Piotrowski commented on CB-13191:
-

Are the missing Watch icons a problem? I don't think so, as having a watch app 
would also require other changes in the project.

But the notification ones are indeed interesting. Do the push plugins mess with 
these maybe and add them?

> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Tim Brust
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-08-18 Thread Tim Brust (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131931#comment-16131931
 ] 

Tim Brust commented on CB-13191:


Submitting an App via Xcode 9 beta and the missing App Store icons leads to a 
warning mail from Apple, that's why I chose major as the priority.

{code}
Dear developer,

We have discovered one or more issues with your recent delivery for "MyApp". 
Your delivery was successful, but you may wish to correct the following issues 
in your next delivery:

Missing Marketing Icon - iOS Apps must include a 1024x1024px Marketing Icon in 
PNG format. Apps that do not include the Marketing Icon cannot be submitted for 
App Review or Beta App Review.

After you’ve corrected the issues, you can use Xcode or Application Loader to 
upload a new binary to iTunes Connect.

Regards,

The App Store team
{code}


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Tim Brust
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> h5. **List of missing icons**
> **iOS**
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> **watchOS**
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> See attached screenshot.
> Xcode Version 9.0 beta 5 (9M202q)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org