]> granicus.if.org Git - handbrake/commitdiff
MacGui: remove the i386 architecture from Growl framework, and the strip phase in...
authorDamiano Galassi <damiog@gmail.com>
Sat, 4 Nov 2017 12:26:32 +0000 (13:26 +0100)
committerDamiano Galassi <damiog@gmail.com>
Sat, 4 Nov 2017 12:26:32 +0000 (13:26 +0100)
macosx/Growl.framework/Versions/A/Growl
macosx/Growl.framework/Versions/A/_CodeSignature/CodeResources [deleted file]
pkg/darwin/module.rules

index e35673015940aa06d2bad06fe5b6763dcfd23726..395dd2b6940a1464e099e52e6e7913c34069dac0 100755 (executable)
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 (file)
index 420b594..0000000
+++ /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>
index 97a000e14a76e8e9f345cb2dd3cc609173b2965c..28e1d431d18cb82f2c6b772e30c3afe9de55f154 100644 (file)
@@ -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