Skip to content

Commit

Permalink
Update the project version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Wear committed May 1, 2014
1 parent 29e7034 commit b728c26
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,13 @@ Requirements
------------

Subliminal supports projects built using Xcode 5.1 and iOS 7.x SDKs,
and deployment targets running iOS 5.1 through 7.1.
and deployment targets running iOS 6.1 through 7.1.

To test against the iOS 5.1 Simulator, you will need to run Xcode 5.1 on OS X 10.8,
and manually add the 5.1 Simulator to Xcode 5.1, as described
[here](http://stackoverflow.com/a/22494536/495611).

**NOTE**: The forthcoming Subliminal 1.1 will be the last version of Subliminal
to officially support iOS 5.1, because Subliminal's CI infrastructure has been
upgraded to OS X 10.9 and so no longer supports the 5.1 Simulator. (Subliminal 1.1
will be specially tested against a local machine running 10.8.)
For iOS 5.1 support, use Subliminal 1.1.0 (found in the
[Releases](https://github.com/inkling/Subliminal/releases/) section or on
[CocoaPods](http://cocoapods.org/)). To test in the iOS 5.1 Simulator, you will
need to run OS X 10.8 and manually add the iOS 5.1 Simulator to Xcode 5.1,
as described [here](http://stackoverflow.com/a/22494536/495611).

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SCHEMES_DIR = "Subliminal.xcodeproj/xcuserdata/#{ENV['USER']}.xcuserdatad/xcsche

DOCSET_DIR = "#{ENV['HOME']}/Library/Developer/Shared/Documentation/DocSets"
DOCSET_NAME = "com.inkling.Subliminal.docset"
DOCSET_VERSION = "1.0.1"
DOCSET_VERSION = "1.1.0"

SUPPORTED_SDKS = [ "6.1", "7.1" ]
TEST_SDK = ENV["TEST_SDK"]
Expand Down
4 changes: 2 additions & 2 deletions Subliminal.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Subliminal"
s.version = "1.0.1"
s.version = "1.1.0"
s.summary = "An understated approach to iOS integration testing."
s.description = <<-DESC
Subliminal provides an OCUnit/XCTest-like interface on top of Apple’s UIAutomation framework,
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/subliminaltest'
s.license = 'Apache 2.0'
s.author = { "Jeff Wear" => "jeff@inkling.com" }
s.source = { :git => "https://github.com/inkling/Subliminal.git", :tag => "1.0.1" }
s.source = { :git => "https://github.com/inkling/Subliminal.git", :tag => "v1.1.0" }
s.platform = :ios, '5.1'
s.source_files = ['Sources/**/*.{h,m}','Logging/**/*.{h,m}']
s.private_header_files = [
Expand Down

0 comments on commit b728c26

Please sign in to comment.