连接wifi页面UI

This commit is contained in:
xuemh
2018-07-17 22:22:09 +08:00
parent bd9fe6d7aa
commit 2c3fcb1fe2
4 changed files with 227 additions and 21 deletions
+2 -7
View File
@@ -18,12 +18,7 @@ default_platform(:ios)
platform :ios do
desc "Push a new beta build to TestFlight"
lane :beta do
ensure_git_status_clean
increment_build_number
commit_version_bump
# push_to_git_remote
# build_app(scheme: "Ifish")
# upload_to_testflight
build_app(scheme: "Ifish")
upload_to_testflight
end
end