Skip to content

Commit

Permalink
Don't resign the framework for the app
Browse files Browse the repository at this point in the history
It seems preserve-metadata does not preserve the hardened runtime
attribute in the code signature for Helpers/julia.
  • Loading branch information
slarew authored and staticfloat committed Apr 16, 2019
1 parent 03799f3 commit 6592e41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/mac/frameworkapp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ PRODUCTARCHIVE := $(BUILDROOT)/$(FRAMEWORK_NAME)-$(JULIA_VERSION).pkg

$(JULIA_FRAMEWORK_LIB):
$(MAKE) -C $(JULIAHOME) DARWIN_FRAMEWORK=1 prefix=$(FRAMEWORK_DESTDIR) darwinframework
codesign -s "$(DARWIN_CODESIGN_KEYCHAIN_IDENTITY)" -f --preserve-metadata=identifier --deep --timestamp $(JULIA_FRAMEWORK_PATH)

$(XCARCHIVE)/Info.plist: $(JULIA_FRAMEWORK_LIB)
xcodebuild \
Expand Down

0 comments on commit 6592e41

Please sign in to comment.