X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=OSX%2FMakefile;h=7e99452ec51825fc997e80b333e8aa40a76acdc3;hp=b2354dfae06aa02bd678650327890dcfb45a85c1;hb=4ade52359b6eba3621566dac79793a33aa4c915f;hpb=ff35d056d723c9a5ffe728dbba5f1c25e141be04 diff --git a/OSX/Makefile b/OSX/Makefile index b2354dfa..7e99452e 100644 --- a/OSX/Makefile +++ b/OSX/Makefile @@ -1,4 +1,4 @@ -# XScreenSaver for MacOS X, Copyright (c) 2006-2012 by Jamie Zawinski. +# XScreenSaver for MacOS X, Copyright (c) 2006-2013 by Jamie Zawinski. XCODEBUILD = /usr/bin/xcodebuild TARGETS = -target "All Savers" @@ -12,7 +12,7 @@ all: debug release clean: -rm -rf build -# cd ..; $(XCODEBUILD) -target $(TARGETS) clean +# cd ..; $(XCODEBUILD) $(TARGETS) clean distclean: -rm -f config.status config.cache config.log \ @@ -33,7 +33,8 @@ release:: update_thumbs release:: sign sign: - @for f in build/Release/*.{saver,app} ; do \ + @for f in build/Release/*.app/Contents/*/*.saver \ + build/Release/*.{saver,app} ; do \ codesign -vfs $(CERT) $$f ; \ done @@ -62,8 +63,8 @@ update_thumbs:: # Arrrrgh -ios_function_tables.h:: - @./build-fntable.pl build/Debug-iphoneos/XScreenSaver.app $@ +ios-function-table.m:: + @./build-fntable.pl build/Debug-iphonesimulator/XScreenSaver.app $@ echo_tarfiles: