Skip to content

Commit

Permalink
Merge pull request #9 from faberNovel/release/1.1.0
Browse files Browse the repository at this point in the history
Release/1.1.0
  • Loading branch information
alexandre-pod authored Dec 6, 2023
2 parents 62eb397 + d7d7e39 commit 9b8b78b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ All notable changes to this project will be documented in this file.

### Created

- Added `always_out_of_date` option to script to make Xcode always run them without dependency analysis.

### Fixed

### Removed

## [1.1.0] - 2023-12-05

### Created

- Added `always_out_of_date` option to script to make Xcode always run them without dependency analysis.

## [1.0.0] - 2022-12-19

### Created
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spinjector (1.0.0)
spinjector (1.1.0)
optparse (~> 0.1)
xcodeproj (~> 1.21)
yaml (~> 0.2)
Expand Down
2 changes: 1 addition & 1 deletion spinjector.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'spinjector'
s.version = '1.0.0'
s.version = '1.1.0'
s.executables << 'spinjector'
s.summary = "Inject script phases into your Xcode project"
s.description = ""
Expand Down

0 comments on commit 9b8b78b

Please sign in to comment.