Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IconPropertyDescriptions=The image used for your App's display icon should be a square PNG image with dimensions up to 1024x1024 pixels. JPEG images are not supported. Larger images may cause compiling or installing the app to fail. The build server will generate images of standard dimensions for Android devices.
Original file line number Diff line number Diff line change
Expand Up @@ -1280,8 +1280,9 @@ Top-level component containing all other components in the program.
: When checked, there will be high contrast mode turned on.

{:id="Screen.Icon" .text .wo .do} *Icon*
: The image used for your App's display icon should be a square png or jpeg image with dimensions
up to 1024x1024 pixels. Larger images may cause compiling or installing the app to fail.
:
: The image used for your App's display icon should be a square PNG image with dimensions up to 1024x1024 pixels. JPEG images are not supported. Larger images may cause compiling or installing the app to fail.

The build server will generate images of standard dimensions for Android devices.

{:id="Screen.NSBluetoothAlwaysUsageDescription" .text .wo .do} *NSBluetoothAlwaysUsageDescription*
Expand Down