Skip to content

Commit 1dd2ac2

Browse files
committed
UI improvements (+Friends of) #9
1 parent 249f06c commit 1dd2ac2

File tree

27 files changed

+58
-118
lines changed

27 files changed

+58
-118
lines changed

AppDelegate.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ -(void)applicationDidFinishLaunching:(NSNotification *)notification
8787
//defaults
8888
NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults];
8989

90+
//TODO:
9091
//first time run?
9192
// show welcome/configuration screens
92-
if(![defaults boolForKey:NOT_FIRST_TIME])
93+
if([defaults boolForKey:NOT_FIRST_TIME])
9394
{
9495
//set key
9596
[defaults setBool:YES forKey:NOT_FIRST_TIME];
-5.42 KB
Loading
-4.29 KB
Loading
Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,12 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "mac",
5-
"filename" : "darkMode.png"
6-
},
7-
{
8-
"idiom" : "mac",
9-
"filename" : "lightMode.png",
10-
"appearances" : [
11-
{
12-
"appearance" : "luminosity",
13-
"value" : "light"
14-
}
15-
]
16-
},
17-
{
18-
"idiom" : "mac",
19-
"filename" : "darkMode.png",
20-
"appearances" : [
21-
{
22-
"appearance" : "luminosity",
23-
"value" : "dark"
24-
}
25-
]
4+
"filename" : "iru.png",
5+
"idiom" : "mac"
266
}
277
],
288
"info" : {
29-
"version" : 1,
30-
"author" : "xcode"
31-
},
32-
"properties" : {
33-
"preserves-vector-representation" : true
9+
"author" : "xcode",
10+
"version" : 1
3411
}
3512
}
-25.2 KB
Binary file not shown.
2.6 KB
Loading
-27.9 KB
Binary file not shown.

Assets.xcassets/FriendsKolide.imageset/Contents.json

Lines changed: 0 additions & 35 deletions
This file was deleted.
-11.1 KB
Binary file not shown.
-16.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)