-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from hyperoslo/fix/swift4.1
Update podspec to use Swift 4.1
- Loading branch information
Showing
8 changed files
with
55 additions
and
17 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: 2 | ||
jobs: | ||
build-and-test: | ||
macos: | ||
xcode: "9.3.0" | ||
shell: /bin/bash --login -o pipefail | ||
steps: | ||
- checkout | ||
- run: xcodebuild -project Cheers.xcodeproj -scheme "Cheers-iOS" -sdk iphonesimulator -destination "platform=iOS Simulator,OS=11.3,name=iPhone X" -enableCodeCoverage YES test | ||
|
||
workflows: | ||
version: 2 | ||
build-and-test: | ||
jobs: | ||
- build-and-test |
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 +1 @@ | ||
4.0 | ||
4.1 |
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,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Cheers" | ||
s.summary = "Fancy confetti effects in Swift" | ||
s.version = "2.0.2" | ||
s.version = "2.1.0" | ||
s.homepage = "https://github.com/hyperoslo/Cheers" | ||
s.license = 'MIT' | ||
s.author = { "Hyper Interaktiv AS" => "[email protected]" } | ||
|
@@ -17,5 +17,5 @@ Pod::Spec.new do |s| | |
s.requires_arc = true | ||
s.source_files = 'Sources/**/*' | ||
|
||
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' } | ||
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' } | ||
end |
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/CheersDemo/CheersDemo.xcodeproj/xcshareddata/xcschemes/CheersDemo.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
8 changes: 8 additions & 0 deletions
8
Example/CheersDemo/CheersDemo.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
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: | ||
- Cheers (2.0.0) | ||
- Cheers (2.1.0) | ||
|
||
DEPENDENCIES: | ||
- Cheers (from `../../`) | ||
|
||
EXTERNAL SOURCES: | ||
Cheers: | ||
:path: "../../" | ||
:path: ../../ | ||
|
||
SPEC CHECKSUMS: | ||
Cheers: df4128f342df005e53ccbba971a0bdfb5d735f6d | ||
Cheers: 59e9f8c8799d9af20bc2f7492226277a4290a032 | ||
|
||
PODFILE CHECKSUM: 5e6d52651a9c11cd39c5d53c6768b84685a3eb28 | ||
|
||
COCOAPODS: 1.2.1 | ||
COCOAPODS: 1.4.0 |
This file was deleted.
Oops, something went wrong.