Skip to content

Commit

Permalink
Update for Monterey and Universal Build Support
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-arradi committed Dec 12, 2021
1 parent d4fb6cd commit 50bdbf1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 29 deletions.
12 changes: 4 additions & 8 deletions HideAndSeek/HideAndSeek.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@
path = Pods;
sourceTree = "<group>";
};
EB2F866723CA4CC2005C0FC0 /* Extension */ = {
isa = PBXGroup;
children = (
);
path = Extension;
sourceTree = "<group>";
};
EB925B5F23A8F61D00E8950C /* Resources */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -133,7 +126,6 @@
EB925B6823ABA59000E8950C /* Controller */,
EB925B6723ABA57100E8950C /* View */,
EB925B6623ABA54300E8950C /* Model */,
EB2F866723CA4CC2005C0FC0 /* Extension */,
EB925B5F23A8F61D00E8950C /* Resources */,
EBD1A9ED22B6EA930026F1C3 /* Assets.xcassets */,
EBD1A9F222B6EA930026F1C3 /* Info.plist */,
Expand Down Expand Up @@ -409,13 +401,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = 8JVK53ZY4C;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = HideAndSeek/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.macos.HideAndSeek;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -431,13 +425,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = 8JVK53ZY4C;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = HideAndSeek/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.macos.HideAndSeek;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
4 changes: 2 additions & 2 deletions HideAndSeek/HideAndSeek/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50bdbf1

Please sign in to comment.