增加fastlane自动化构建
Showing
Gemfile
0 → 100644
# frozen_string_literal: true | ||
source "https://rubygems.org" | ||
gem 'fastlane' | ||
gem 'cocoapods' | ||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') | ||
eval_gemfile(plugins_path) if File.exist?(plugins_path) | ||
# gem "rails" |
Gemfile.lock
0 → 100644



Packaging.sh
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
UploadToPGYER.sh
deleted
100644 → 0
fastlane/Appfile
0 → 100644
fastlane/Fastfile
0 → 100644
fastlane/Pluginfile
0 → 100644
fastlane/README.md
0 → 100644
fastlane/report.xml
0 → 100644
text.txt
deleted
100644 → 0