Skip to content

Commit

Permalink
✨ 新版本0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Jun 21, 2022
1 parent 21ba2b4 commit dc12f19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SUScheduledCheckInterval</key>
<integer>3600</integer>
<key>ATSApplicationFontsPath</key>
<string>.</string>
<key>CFBundleDevelopmentRegion</key>
Expand Down Expand Up @@ -118,6 +116,8 @@
<string>https://miaoyan.vercel.app/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>4IB5REPPZ6ya7EP1aIYpaleXXOEVmenFqN4DFnsVbHc=</string>
<key>SUScheduledCheckInterval</key>
<integer>3600</integer>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
Expand Down
8 changes: 4 additions & 4 deletions MiaoYan.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.5.1;
CURRENT_PROJECT_VERSION = 0.6.0;
DEVELOPMENT_TEAM = 5EH69Y5X38;
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1185,7 +1185,7 @@
INFOPLIST_FILE = Mac/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 0.5.1;
MARKETING_VERSION = 0.6.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.tw93.MiaoYan;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1208,7 +1208,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.5.1;
CURRENT_PROJECT_VERSION = 0.6.0;
DEPLOYMENT_LOCATION = NO;
DEVELOPMENT_TEAM = 5EH69Y5X38;
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
Expand All @@ -1222,7 +1222,7 @@
INFOPLIST_FILE = Mac/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 0.5.1;
MARKETING_VERSION = 0.6.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.tw93.MiaoYan;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit dc12f19

Please sign in to comment.