mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
disable the xcarchive creation for now
This commit is contained in:
@@ -98,7 +98,7 @@ namespace :archive do
|
||||
App.archive
|
||||
end
|
||||
|
||||
desc "Create an .ipa and .xcarchive for release (AppStore)"
|
||||
desc "Create an .ipa for release (AppStore)"
|
||||
task :release do
|
||||
App.config_mode = :release
|
||||
Rake::Task["build:device"].execute
|
||||
|
||||
@@ -403,6 +403,7 @@ PLIST
|
||||
sh "/bin/cp #{tmp}/archive.zip \"#{archive}\""
|
||||
end
|
||||
|
||||
=begin
|
||||
# Create .xcarchive. Only in release mode.
|
||||
if config.release?
|
||||
xcarchive = File.join(File.dirname(app_bundle), config.name + '.xcarchive')
|
||||
@@ -431,6 +432,7 @@ PLIST
|
||||
end
|
||||
end
|
||||
end
|
||||
=end
|
||||
end
|
||||
end
|
||||
end; end
|
||||
|
||||
Reference in New Issue
Block a user