Skip to content

Commit 2f32a4b

Browse files
committed
Move deep signing flag to xcconfig files
1 parent fa0744e commit 2f32a4b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ CODE_SIGN_STYLE = Automatic
7575
ORGANIZATION_IDENTIFIER = <Your Domain Name Reversed>
7676
DEVELOPER_ENTITLEMENTS = -dev
7777
PROVISIONING_PROFILE_SPECIFIER =
78-
OTHER_CODE_SIGN_FLAGS = --deep
7978
```
8079

8180
Set `DEVELOPMENT_TEAM` to your Apple supplied development team. You can use Keychain

setup.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ CODE_SIGN_STYLE = Automatic
3535
ORGANIZATION_IDENTIFIER = $devOrgName
3636
DEVELOPER_ENTITLEMENTS = -dev
3737
PROVISIONING_PROFILE_SPECIFIER =
38-
OTHER_CODE_SIGN_FLAGS = --deep
3938
file
4039

41-
echo Done!
40+
echo Done!

xcconfig/NetNewsWire_macapp_target.xcconfig

+1
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ DEVELOPER_ENTITLEMENTS =
3838
CODE_SIGN_ENTITLEMENTS = Mac/Resources/NetNewsWire$(DEVELOPER_ENTITLEMENTS).entitlements
3939
PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen
4040

41+
OTHER_CODE_SIGN_FLAGS = --deep

xcconfig/NetNewsWire_shareextension_target.xcconfig

+1
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ PRODUCT_NAME = $(TARGET_NAME)
4242
ASSETCATALOG_COMPILER_APPICON_NAME =
4343

4444
SDKROOT = macosx
45+
OTHER_CODE_SIGN_FLAGS = --deep

0 commit comments

Comments
 (0)