Skip to content

Commit

Permalink
Update version to 0.0.2 and enable hardened runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
RuanAzevedo committed Jun 11, 2024
1 parent 2f69ee1 commit 61a1ad2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Hacker News Menu Feed.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -274,16 +274,20 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Hacker-News-Menu-Feed-Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "Hacker News Menu Feed";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.news";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMainStoryboardFile = Main;
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 0.0.2;
PRODUCT_BUNDLE_IDENTIFIER = "aestudio.Hacker-News-Menu-Feed";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -300,16 +304,20 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Hacker-News-Menu-Feed-Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "Hacker News Menu Feed";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.news";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMainStoryboardFile = Main;
INFOPLIST_KEY_NSPrincipalClass = NSApplication;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 0.0.2;
PRODUCT_BUNDLE_IDENTIFIER = "aestudio.Hacker-News-Menu-Feed";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down

0 comments on commit 61a1ad2

Please sign in to comment.