File tree 2 files changed +8
-11
lines changed
2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
module : Amplify
2
2
author : 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
7
4
5
+ swift-build-tool : spm
8
6
clean : true
9
7
skip_undocumented : false
10
8
undocumented_text : " "
11
9
hide_documentation_coverage : true
12
10
sdk : iphone
13
11
theme : apple
14
12
build_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"
21
17
18
+ docset_icon : readme-images/amplify-icon.png
Original file line number Diff line number Diff line change 5
5
6
6
set -e
7
7
8
- REPO=" aws-amplify/amplify-ios .git"
8
+ REPO=" aws-amplify/amplify-swift .git"
9
9
10
10
git clone
[email protected] :
$REPO $( mktemp -d -t amplify-release)
11
11
TEMP_DIR=$_
You can’t perform that action at this time.
0 commit comments