Skip to content

Commit

Permalink
Last Beta fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Dec 15, 2023
1 parent 3e9e4b2 commit 03a137c
Show file tree
Hide file tree
Showing 11 changed files with 86 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Bouncer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = SMSFilter/SMSFilter.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 984;
CURRENT_PROJECT_VERSION = 1007;
DEVELOPMENT_TEAM = JM9222EF99;
INFOPLIST_FILE = SMSFilter/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -714,7 +714,7 @@
CODE_SIGN_ENTITLEMENTS = SMSFilter/SMSFilter.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 984;
CURRENT_PROJECT_VERSION = 1007;
DEVELOPMENT_TEAM = JM9222EF99;
INFOPLIST_FILE = SMSFilter/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -860,7 +860,7 @@
CODE_SIGN_ENTITLEMENTS = Bouncer/Bouncer.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 984;
CURRENT_PROJECT_VERSION = 1007;
DEVELOPMENT_ASSET_PATHS = "\"Bouncer/Preview Content\"";
DEVELOPMENT_TEAM = JM9222EF99;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -891,7 +891,7 @@
CODE_SIGN_ENTITLEMENTS = Bouncer/Bouncer.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 984;
CURRENT_PROJECT_VERSION = 1007;
DEVELOPMENT_ASSET_PATHS = "\"Bouncer/Preview Content\"";
DEVELOPMENT_TEAM = JM9222EF99;
ENABLE_PREVIEWS = YES;
Expand Down
13 changes: 13 additions & 0 deletions Bouncer/Colors.xcassets/Jakarta.colorset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"platform" : "universal",
"reference" : "systemGrayColor"
},
"idiom" : "universal"
}
],
"info" : {
Expand Down
13 changes: 13 additions & 0 deletions Bouncer/Colors.xcassets/Pizazz.colorset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"platform" : "universal",
"reference" : "systemGrayColor"
},
"idiom" : "universal"
}
],
"info" : {
Expand Down
13 changes: 13 additions & 0 deletions Bouncer/Colors.xcassets/RoseBud.colorset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"platform" : "universal",
"reference" : "systemGrayColor"
},
"idiom" : "universal"
}
],
"info" : {
Expand Down
13 changes: 13 additions & 0 deletions Bouncer/Colors.xcassets/SteelBlue.colorset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"platform" : "universal",
"reference" : "systemGrayColor"
},
"idiom" : "universal"
}
],
"info" : {
Expand Down
13 changes: 13 additions & 0 deletions Bouncer/Colors.xcassets/TextHighLightColor.colorset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
"reference" : "systemBackgroundColor"
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"platform" : "universal",
"reference" : "secondaryLabelColor"
},
"idiom" : "universal"
}
],
"info" : {
Expand Down
4 changes: 4 additions & 0 deletions Bouncer/Colors.xcassets/Thunderbird.colorset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"value" : "dark"
}
],
"color" : {
"platform" : "universal",
"reference" : "systemGrayColor"
},
"idiom" : "universal"
}
],
Expand Down
4 changes: 4 additions & 0 deletions Bouncer/Colors.xcassets/Trinidad.colorset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"value" : "dark"
}
],
"color" : {
"platform" : "universal",
"reference" : "systemGrayColor"
},
"idiom" : "universal"
}
],
Expand Down
4 changes: 4 additions & 0 deletions Bouncer/Colors.xcassets/Underblue.colorset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"value" : "dark"
}
],
"color" : {
"platform" : "universal",
"reference" : "systemGrayColor"
},
"idiom" : "universal"
}
],
Expand Down
4 changes: 4 additions & 0 deletions Bouncer/Colors.xcassets/Victoria.colorset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"value" : "dark"
}
],
"color" : {
"platform" : "universal",
"reference" : "systemGrayColor"
},
"idiom" : "universal"
}
],
Expand Down
2 changes: 1 addition & 1 deletion Bouncer/Views/FilterList/FilterListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct FilterListView: View {
ToolbarItemGroup(placement: .navigationBarTrailing) {
addButton
}
}
}
}
}

Expand Down

0 comments on commit 03a137c

Please sign in to comment.