Skip to content

Commit

Permalink
Merge branch 'release/1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bos authored and Johan Bos committed Mar 27, 2019
2 parents 2213d62 + 4568c17 commit 46a445f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,13 +2,13 @@
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode10
osx_image: xcode10.2
language: swift
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace DynamicAppConfigIOS/Example/DynamicAppConfig.xcworkspace -scheme DynamicAppConfig-Example -sdk iphonesimulator12.0 -destination 'platform=iOS Simulator,name=iPhone X,OS=12.0' ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -workspace DynamicAppConfigIOS/Example/DynamicAppConfig.xcworkspace -scheme DynamicAppConfig-Example -sdk iphonesimulator12.2 -destination 'platform=iOS Simulator,name=iPhone X,OS=12.2' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
3 changes: 2 additions & 1 deletion DynamicAppConfig.podspec
Expand Up @@ -8,7 +8,8 @@

Pod::Spec.new do |s|
s.name = 'DynamicAppConfig'
s.version = '1.3.1'
s.version = '1.3.2'
s.swift_version = '5.0'
s.summary = 'A useful library to support multiple build configurations in one application build.'

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions DynamicAppConfigIOS/Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- DynamicAppConfig (1.3.1)
- DynamicAppConfig (1.3.2)

DEPENDENCIES:
- DynamicAppConfig (from `../../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
DynamicAppConfig: 9e15c3e594d9ef31cb70c1f434fa88f8c39019e0
DynamicAppConfig: 57728cfdc8bc08d7e1731d914a413d7ca36a368e

PODFILE CHECKSUM: 79e308523c8fc52743ffa5d4cef5c6dbd80b623b

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions DynamicAppConfigIOS/Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ For example: be able to make one build with a build selector that contains devel
The library is available through [CocoaPods](http://cocoapods.org). To install it, simply add one of the following lines to your Podfile.

```ruby
pod "DynamicAppConfig", '~> 1.3.1'
pod "DynamicAppConfig", '~> 1.3.2'
```

The above version is for Swift 5.0. For older Swift versions use the following:
Expand Down

0 comments on commit 46a445f

Please sign in to comment.