diff --git a/LMS/swift/Makefile b/LMS/swift/Makefile index 5b5e54f..13a9a2c 100644 --- a/LMS/swift/Makefile +++ b/LMS/swift/Makefile @@ -50,11 +50,11 @@ SWIFTH = LMS-Swift.h SOURCES = AppDelegate.swift DisplayView.swift MeterView.swift \ SpectrumView.swift LMSView.swift Audio.o -SFLAGS = -g -target x86_64-apple-macosx10.10 \ +SFLAGS = -target x86_64-apple-macosx10.10 \ -import-objc-header $(HEADER) -emit-objc-header-path $(SWIFTH) \ -Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -w -CFLAGS = -g -target x86_64-apple-macosx10.10 +CFLAGS = -target x86_64-apple-macosx10.10 $(APPBUNDLE): $(APPNAME) $(APPNAME).icns Info.plist Frameworks diff --git a/SLMS/swift/Makefile b/SLMS/swift/Makefile index 87929fd..bfb882b 100644 --- a/SLMS/swift/Makefile +++ b/SLMS/swift/Makefile @@ -50,11 +50,11 @@ SWIFTH = SLMS-Swift.h SOURCES = AppDelegate.swift ScaleView.swift DisplayView.swift MeterView.swift \ KnobView.swift SpectrumView.swift SLMSView.swift Audio.o -SFLAGS = -g -target x86_64-apple-macosx10.10 \ +SFLAGS = -target x86_64-apple-macosx10.10 \ -import-objc-header $(HEADER) -emit-objc-header-path $(SWIFTH) \ -Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -w -CFLAGS = -g -target x86_64-apple-macosx10.10 +CFLAGS = -target x86_64-apple-macosx10.10 $(APPBUNDLE): $(APPNAME) $(APPNAME).icns Info.plist diff --git a/Scope/swift/Makefile b/Scope/swift/Makefile index 0d32368..8655946 100644 --- a/Scope/swift/Makefile +++ b/Scope/swift/Makefile @@ -48,11 +48,11 @@ SWIFTH = Scope-Swift.h SOURCES = AppDelegate.swift ScopeView.swift XScaleView.swift \ YScaleView.swift Audio.o -SFLAGS = -g -target x86_64-apple-macosx10.10 \ +SFLAGS = -target x86_64-apple-macosx10.10 \ -import-objc-header $(HEADER) -emit-objc-header-path $(SWIFTH) \ -Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -w -CFLAGS = -g -target x86_64-apple-macosx10.10 +CFLAGS = -target x86_64-apple-macosx10.10 $(APPBUNDLE): $(APPNAME) $(APPNAME).icns Info.plist Frameworks Icons diff --git a/SigGen/swift/Makefile b/SigGen/swift/Makefile index c995578..79bfbcd 100644 --- a/SigGen/swift/Makefile +++ b/SigGen/swift/Makefile @@ -47,11 +47,11 @@ SWIFTH = SigGen-Swift.h SOURCES = AppDelegate.swift ScaleView.swift DisplayView.swift \ KnobView.swift SigGenView.swift Audio.o -SFLAGS = -g -target x86_64-apple-macosx10.10 \ +SFLAGS = -target x86_64-apple-macosx10.10 \ -import-objc-header $(HEADER) -emit-objc-header-path $(SWIFTH) \ -Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -w -CFLAGS = -g -target x86_64-apple-macosx10.10 +CFLAGS = -target x86_64-apple-macosx10.10 $(APPBUNDLE): $(APPNAME) $(APPNAME).icns Info.plist Frameworks