mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
no need to link against the private framework anymore
This commit is contained in:
@@ -82,7 +82,8 @@ task :bridgesupport_static_stubs do
|
||||
end
|
||||
|
||||
task :deploy do
|
||||
sh "/usr/bin/gcc -I./src -Wall -O3 src/deploy.m -o deploy /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice -framework Foundation"
|
||||
sh "/usr/bin/gcc -I./src -Wall -O3 src/deploy.m -o deploy -framework Foundation"
|
||||
sh "/usr/bin/strip -x deploy"
|
||||
end
|
||||
|
||||
task :clean do
|
||||
|
||||
Reference in New Issue
Block a user