Skip to content

Commit

Permalink
Bump to 2.3.0 and update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed Sep 14, 2023
1 parent 66323ba commit 54f50ec
Show file tree
Hide file tree
Showing 184 changed files with 20 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Switch Xcode version
run: sudo xcode-select --switch /Applications/Xcode_14.3.app
run: sudo xcode-select --switch /Applications/Xcode_14.3.1.app

- name: Check out test repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

steps:
- name: Switch Xcode version
run: sudo xcode-select --switch /Applications/Xcode_14.3.app
run: sudo xcode-select --switch /Applications/Xcode_14.3.1.app

- name: Check out the repository
uses: actions/checkout@v2
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Important changes to Instructions will be documented in this file.
Instructions follows [Semantic Versioning](http://semver.org/).

## [2.3.0](https://github.com/ephread/Instructions/releases/tag/2.3.0)
Released on 2023-09-13.

### Added
- Support for Xcode 15 / Swift 5.9

### Changed
- Changed `FlowManager.currentIndex` to be public get, private set [#298]

[#298]: https://github.com/ephread/Instructions/issues/298

## [2.2.0](https://github.com/ephread/Instructions/releases/tag/2.2.0)
Released on 2022-05-25.

Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file renamed [email protected][email protected]
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file added ...mpleSnapshotTests/[email protected]
Binary file removed ...eSnapshotTests/[email protected]
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file added ...mpleSnapshotTests/[email protected]
Binary file removed ...eSnapshotTests/[email protected]
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file added ...mpleSnapshotTests/[email protected]
Binary file removed ...eSnapshotTests/[email protected]
Diff not rendered.
Diff not rendered.
Binary file renamed [email protected][email protected]
Binary file added ...mpleSnapshotTests/[email protected]
Binary file removed ...eSnapshotTests/[email protected]
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file added ...mpleSnapshotTests/[email protected]
Binary file removed ...eSnapshotTests/[email protected]
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
2 changes: 1 addition & 1 deletion Instructions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
spec.cocoapods_version = '>= 1.0'

spec.name = "Instructions"
spec.version = "2.2.0"
spec.version = "2.3.0"
spec.summary = "Create walkthroughs and guided tours (with coach marks) in a simple way, using Swift."
spec.homepage = "https://github.com/ephread/Instructions"
spec.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion InstructionsAppExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
spec.cocoapods_version = '>= 1.0'

spec.name = "InstructionsAppExtensions"
spec.version = "2.2.0"
spec.version = "2.3.0"
spec.summary = "[App Extensions Version] Create walkthroughs and guided tours (with coach marks) in a simple way, using Swift."
spec.homepage = "https://github.com/ephread/Instructions"
spec.license = 'MIT'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

pod 'Instructions', '~> 2.2.0'
pod 'Instructions', '~> 2.3.0'
```

Then, run the following command:
Expand All @@ -89,7 +89,7 @@ $ pod install
Add Instructions to your Cartfile:

```
github "ephread/Instructions" ~> 2.2.0
github "ephread/Instructions" ~> 2.3.0
```

You can then update, build and drag the generated framework into your project:
Expand Down Expand Up @@ -609,11 +609,11 @@ like this:

```ruby
target 'Instructions App Extensions Example' do
pod 'Instructions', '~> 2.2.0'
pod 'Instructions', '~> 2.3.0'
end

target 'Keyboard Extension' do
pod 'InstructionsAppExtensions', '~> 2.2.0'
pod 'InstructionsAppExtensions', '~> 2.3.0'
end
```

Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platform :ios do

DEVICES = [
"iPad (10th generation)",
"iPhone 14 Pro",
"iPhone 15 Pro",
"iPhone SE (3rd generation)"
]

Expand Down

0 comments on commit 54f50ec

Please sign in to comment.