From 9f9afecc7be3b5ac4770df54b7677e19f208cb41 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Sat, 4 Nov 2017 13:26:32 +0100 Subject: MacGui: remove the i386 architecture from Growl framework, and the strip phase in the build system. --- macosx/Growl.framework/Versions/A/Growl | Bin 1093888 -> 584800 bytes .../Versions/A/_CodeSignature/CodeResources | 34 --------------------- pkg/darwin/module.rules | 3 -- 3 files changed, 37 deletions(-) delete mode 100644 macosx/Growl.framework/Versions/A/_CodeSignature/CodeResources 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 -- cgit v1.2.3