Skip to content

Commit

Permalink
Update for Monterey
Browse files Browse the repository at this point in the history
  • Loading branch information
mokiat committed Nov 2, 2021
1 parent 2d8118c commit c4d6654
Show file tree
Hide file tree
Showing 16 changed files with 105 additions and 27 deletions.
Binary file modified Design/disabled.afdesign
Binary file not shown.
Binary file modified Design/enabled.afdesign
Binary file not shown.
12 changes: 6 additions & 6 deletions DoNotZz.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
Expand Down Expand Up @@ -250,7 +250,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
Expand All @@ -264,13 +264,13 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
INFOPLIST_FILE = DoNotZz/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.1;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.mokiat.DoNotZz;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -283,13 +283,13 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
INFOPLIST_FILE = DoNotZz/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.1;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.mokiat.DoNotZz;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
6 changes: 3 additions & 3 deletions DoNotZz/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
57 changes: 48 additions & 9 deletions DoNotZz/Assets.xcassets/Disabled.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,62 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "disabled18.png",
"filename" : "disabled_18_light.png",
"idiom" : "mac",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "disabled36.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"filename" : "disabled_18_light.png",
"idiom" : "mac",
"scale" : "1x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "disabled_18_dark.png",
"idiom" : "mac",
"scale" : "1x"
},
{
"filename" : "disabled_36_light.png",
"idiom" : "mac",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "disabled54.png",
"scale" : "3x"
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"filename" : "disabled_36_light.png",
"idiom" : "mac",
"scale" : "2x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "disabled_36_dark.png",
"idiom" : "mac",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.
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.
57 changes: 48 additions & 9 deletions DoNotZz/Assets.xcassets/Enabled.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,62 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "enabled18.png",
"filename" : "enabled_18_light.png",
"idiom" : "mac",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "enabled36.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"filename" : "enabled_18_light.png",
"idiom" : "mac",
"scale" : "1x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "enabled_18_dark.png",
"idiom" : "mac",
"scale" : "1x"
},
{
"filename" : "enabled_36_light.png",
"idiom" : "mac",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "enabled54.png",
"scale" : "3x"
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"filename" : "enabled_36_light.png",
"idiom" : "mac",
"scale" : "2x"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "enabled_36_dark.png",
"idiom" : "mac",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.
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.

0 comments on commit c4d6654

Please sign in to comment.