Skip to content

Commit

Permalink
style(Mobile): App Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
macmade committed Dec 11, 2024
1 parent ca871fd commit b959567
Show file tree
Hide file tree
Showing 9 changed files with 1,944 additions and 3 deletions.
1,931 changes: 1,931 additions & 0 deletions Assets/Icon-Mobile.ai

Large diffs are not rendered by default.

Binary file added Assets/Icon-Mobile.psd
Binary file not shown.
4 changes: 2 additions & 2 deletions SDO-Mobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.SDO-Mobile";
PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.SDO";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -493,7 +493,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.SDO-Mobile";
PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.SDO";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
4 changes: 4 additions & 0 deletions SDO-Mobile/Assets.xcassets/AccentColor.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"colors" : [
{
"color" : {
"platform" : "universal",
"reference" : "systemOrangeColor"
},
"idiom" : "universal"
}
],
Expand Down
3 changes: 3 additions & 0 deletions SDO-Mobile/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"images" : [
{
"filename" : "Normal.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
Expand All @@ -12,6 +13,7 @@
"value" : "dark"
}
],
"filename" : "Dark.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
Expand All @@ -23,6 +25,7 @@
"value" : "tinted"
}
],
"filename" : "Tinted.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion SDO-Mobile/Views/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ struct ContentView: View
{
VStack
{
Text( "SDO" ).font( .largeTitle )
Image( systemName: "sun.max.trianglebadge.exclamationmark.fill" )
.resizable()
.frame( width: 50, height: 50 )
.padding()
TextButtonView( text: "Could Not Load Images...", button: "Refresh", symbol: "arrow.clockwise.circle.fill" )
{
self.refresh()
Expand Down

0 comments on commit b959567

Please sign in to comment.