-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to Swift 5 * Update podspec * Update Travis * Run pod install * Update changelog
- Loading branch information
Showing
20 changed files
with
497 additions
and
405 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
language: swift | ||
osx_image: xcode10 | ||
osx_image: xcode10.2 | ||
script: | ||
- xcodebuild clean test -workspace Example/ImageAlertAction.xcworkspace -scheme ImageAlertAction-Example -destination "platform=iOS Simulator,name=iPhone X,OS=12.0" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -quiet | ||
- xcodebuild clean test -workspace Example/ImageAlertAction.xcworkspace -scheme ImageAlertAction-Example -destination "platform=iOS Simulator,name=iPhone X,OS=12.2" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -quiet |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
## Next | ||
|
||
## 3.0.0 | ||
|
||
- Updated to Swift 5.0 | ||
|
||
## 2.0.0 | ||
|
||
- Updated to Swift 4.2 | ||
|
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
2 changes: 1 addition & 1 deletion
2
Example/ImageAlertAction.xcodeproj/xcshareddata/xcschemes/ImageAlertAction-Example.xcscheme
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
platform :ios, '8.0' | ||
|
||
use_frameworks! | ||
|
||
target 'ImageAlertAction_Example' do | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
PODS: | ||
- ImageAlertAction (1.0.0) | ||
- ImageAlertAction (3.0.0) | ||
|
||
DEPENDENCIES: | ||
- ImageAlertAction (from `../`) | ||
|
||
EXTERNAL SOURCES: | ||
ImageAlertAction: | ||
:path: ../ | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
ImageAlertAction: 303ff3a5535afd4f946ceabbdbda2fbcc0185255 | ||
ImageAlertAction: 11596c060c40a910006988b78e34012355a6fe7e | ||
|
||
PODFILE CHECKSUM: 141ea98584f2ff08d0219eae979497d4cccb2c82 | ||
PODFILE CHECKSUM: 2861c5c31891940484aaf82fd18a1725282b6061 | ||
|
||
COCOAPODS: 1.4.0 | ||
COCOAPODS: 1.6.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.