File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11module : Amplify
22author : Amazon Web Services
3- github_url : https://github.com/aws-amplify/amplify-ios
4-
5- exclude :
6- - Pods
3+ github_url : https://github.com/aws-amplify/amplify-swift
74
5+ swift-build-tool : spm
86clean : true
97skip_undocumented : false
108undocumented_text : " "
119hide_documentation_coverage : true
1210sdk : iphone
1311theme : apple
1412build_tool_arguments :
15- - -workspace
16- - Amplify.xcworkspace
17- - -scheme
18- - Amplify
19-
20- docset_icon : readme-images/amplify-icon.png
13+ - -Xswiftc
14+ - -swift-version
15+ - -Xswiftc
16+ - " 5"
2117
18+ docset_icon : readme-images/amplify-icon.png
Original file line number Diff line number Diff line change 55
66set -e
77
8- REPO=" aws-amplify/amplify-ios .git"
8+ REPO=" aws-amplify/amplify-swift .git"
99
1010git clone git@github.com:$REPO $( mktemp -d -t amplify-release)
1111TEMP_DIR=$_
You can’t perform that action at this time.
0 commit comments