summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2017-11-04 13:26:32 +0100
committerDamiano Galassi <[email protected]>2017-11-04 13:26:32 +0100
commit9f9afecc7be3b5ac4770df54b7677e19f208cb41 (patch)
treeb592ffc6f92a905d87eec78c2abd7bbc87f405c2
parentc987dedc125819bf840b561224d1b8707715238b (diff)
MacGui: remove the i386 architecture from Growl framework, and the strip phase in the build system.
-rwxr-xr-xmacosx/Growl.framework/Versions/A/Growlbin1093888 -> 584800 bytes
-rw-r--r--macosx/Growl.framework/Versions/A/_CodeSignature/CodeResources34
-rw-r--r--pkg/darwin/module.rules3
3 files changed, 0 insertions, 37 deletions
diff --git a/macosx/Growl.framework/Versions/A/Growl b/macosx/Growl.framework/Versions/A/Growl
index e35673015..395dd2b69 100755
--- a/macosx/Growl.framework/Versions/A/Growl
+++ b/macosx/Growl.framework/Versions/A/Growl
Binary files 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>files</key>
- <dict>
- <key>Resources/Info.plist</key>
- <data>
- VZb3f8My4te/5JwcjfvotgCXTAs=
- </data>
- </dict>
- <key>rules</key>
- <dict>
- <key>^Resources/</key>
- <true/>
- <key>^Resources/.*\.lproj/</key>
- <dict>
- <key>optional</key>
- <true/>
- <key>weight</key>
- <real>1000</real>
- </dict>
- <key>^Resources/.*\.lproj/locversion.plist$</key>
- <dict>
- <key>omit</key>
- <true/>
- <key>weight</key>
- <real>1100</real>
- </dict>
- <key>^version.plist$</key>
- <true/>
- </dict>
-</dict>
-</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