Skip to content

Commit

Permalink
config GitHub Action and test
Browse files Browse the repository at this point in the history
  • Loading branch information
donly committed Oct 26, 2021
1 parent 7d448c7 commit 670243a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Empty file modified .github/workflows/setup.sh
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions Config.xcconfig.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VERSION = 1.0.3
BUILD = 4
10 changes: 6 additions & 4 deletions Notch Sim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -273,18 +273,19 @@
CODE_SIGN_ENTITLEMENTS = "Notch Sim/Notch_Sim.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_ASSET_PATHS = "\"Notch Sim/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Notch-Sim-Info.plist";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "DONGLIN CHAN";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = "com.propgm.Notch-Sim";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -300,18 +301,19 @@
CODE_SIGN_ENTITLEMENTS = "Notch Sim/Notch_Sim.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_ASSET_PATHS = "\"Notch Sim/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Notch-Sim-Info.plist";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "DONGLIN CHAN";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = "com.propgm.Notch-Sim";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
Binary file not shown.

0 comments on commit 670243a

Please sign in to comment.