Skip to content

Commit 825f433

Browse files
committed
fix: enabled hardened runtime
1 parent a25497d commit 825f433

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

macos/guppy.xcodeproj/project.pbxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* End PBXContainerItemProxy section */
2525

2626
/* Begin PBXFileReference section */
27-
8D805D572D5D2CF600F13923 /* guppy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = guppy.app; sourceTree = BUILT_PRODUCTS_DIR; };
27+
8D805D572D5D2CF600F13923 /* guppy (Development).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "guppy (Development).app"; sourceTree = BUILT_PRODUCTS_DIR; };
2828
8D805D682D5D2CF900F13923 /* guppyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = guppyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
2929
8D805D722D5D2CF900F13923 /* guppyUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = guppyUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3030
/* End PBXFileReference section */
@@ -104,7 +104,7 @@
104104
8D805D582D5D2CF600F13923 /* Products */ = {
105105
isa = PBXGroup;
106106
children = (
107-
8D805D572D5D2CF600F13923 /* guppy.app */,
107+
8D805D572D5D2CF600F13923 /* guppy (Development).app */,
108108
8D805D682D5D2CF900F13923 /* guppyTests.xctest */,
109109
8D805D722D5D2CF900F13923 /* guppyUITests.xctest */,
110110
);
@@ -134,7 +134,7 @@
134134
packageProductDependencies = (
135135
);
136136
productName = guppy;
137-
productReference = 8D805D572D5D2CF600F13923 /* guppy.app */;
137+
productReference = 8D805D572D5D2CF600F13923 /* guppy (Development).app */;
138138
productType = "com.apple.product-type.application";
139139
};
140140
8D805D672D5D2CF900F13923 /* guppyTests */ = {
@@ -467,12 +467,13 @@
467467
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
468468
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
469469
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
470-
CODE_SIGN_ENTITLEMENTS = guppy/guppy.entitlements;
470+
CODE_SIGN_ENTITLEMENTS = guppy/guppyRelease.entitlements;
471471
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
472472
CODE_SIGN_STYLE = Automatic;
473473
COMBINE_HIDPI_IMAGES = YES;
474474
CURRENT_PROJECT_VERSION = 1;
475475
DEVELOPMENT_ASSET_PATHS = "\"guppy/Preview Content\"";
476+
ENABLE_HARDENED_RUNTIME = YES;
476477
ENABLE_PREVIEWS = YES;
477478
ENABLE_USER_SCRIPT_SANDBOXING = NO;
478479
GENERATE_INFOPLIST_FILE = YES;
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict/>
5+
</plist>

0 commit comments

Comments
 (0)