-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
376c78a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ikesyo Please push to trunk. Btw, would you mind adding me to the pod owner list at
[email protected]
for both RAS and RAC, so that I don't need to bother you for releases?376c78a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andersio Done π and added you as a pod owner π
I normally add
--swift-version=3.0
option to the command (for CocoaDocs).376c78a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ikesyo Should it be
3.1
since now we are requiring 3.1?376c78a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, the value is for Xcode and not for swiftenv.
SWIFT_VERSION=3.1
in Xcode is invalid.376c78a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That may not be an issue anymore as @orta said: CocoaPods/cocoadocs.org#506 (comment)
But I didn't confirm if the message is correct, since the listed docs are deployed by me with
--swift-version=3.0
option.