From: Damiano Galassi Date: Sat, 4 Nov 2017 12:26:32 +0000 (+0100) Subject: MacGui: remove the i386 architecture from Growl framework, and the strip phase in... X-Git-Tag: 1.1.0~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f9afecc7be3b5ac4770df54b7677e19f208cb41;p=handbrake MacGui: remove the i386 architecture from Growl framework, and the strip phase in the build system. --- diff --git a/macosx/Growl.framework/Versions/A/Growl b/macosx/Growl.framework/Versions/A/Growl index e35673015..395dd2b69 100755 Binary files a/macosx/Growl.framework/Versions/A/Growl and b/macosx/Growl.framework/Versions/A/Growl differ diff --git a/macosx/Growl.framework/Versions/A/_CodeSignature/CodeResources b/macosx/Growl.framework/Versions/A/_CodeSignature/CodeResources deleted file mode 100644 index 420b594ac..000000000 --- a/macosx/Growl.framework/Versions/A/_CodeSignature/CodeResources +++ /dev/null @@ -1,34 +0,0 @@ - - - - - files - - Resources/Info.plist - - VZb3f8My4te/5JwcjfvotgCXTAs= - - - rules - - ^Resources/ - - ^Resources/.*\.lproj/ - - optional - - weight - 1000 - - ^Resources/.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^version.plist$ - - - - diff --git a/pkg/darwin/module.rules b/pkg/darwin/module.rules index 97a000e14..28e1d431d 100644 --- a/pkg/darwin/module.rules +++ b/pkg/darwin/module.rules @@ -44,8 +44,5 @@ $(STAGE.out.gui/): $(MKDIR.exe) -p $@ ifeq (1-darwin,$(FEATURE.xcode)-$(BUILD.system)) $(CP.exe) -R $(XCODE.symroot)/HandBrake.app $(STAGE.out.gui/) - $(LIPO.exe) -thin $(BUILD.arch) \ - $(SRC/)macosx/Growl.framework/Versions/A/Growl \ - -output $(STAGE.out.gui/)HandBrake.app/Contents/Frameworks/Growl.framework/Versions/A/Growl $(call STAGE.doc,$(STAGE.out.gui/)) endif