Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
apoltix committed Mar 6, 2016
1 parent f95323e commit 9a84551
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ iTMDb is an Objective-C Cocoa wrapper (framework) for the [TMDb.org](http://tmdb

This software is dual-licensed (pick either one you want): **MIT License** or **New BSD License**. See the `LICENSE` file. If you would like to use a different license, please contact me at code at devify dot dk.

iTMDb supports **OS X 10.9 and iOS 7.0** and up, but should be compatible with Mac OS X 10.8 Mountain Lion and iOS 6 and up without modification. It is tested working on OS X 10.10 Yosemite and iOS 8 (though it has not been tested as a framework under iOS 8, only as a static library). The project ships with framework targets for OS X and iOS 8+, and a static library for iOS 7.
iTMDb supports **OS X 10.9 and iOS 7.0** and up, but should be compatible with Mac OS X 10.8 Mountain Lion and iOS 6 and up without modification. It is tested working on OS X 10.11 El Capitan and iOS 9. The project ships with framework targets for OS X and iOS 8+, and a static library for iOS 7.

You need Xcode 7.2 or higher to build the project.

Expand All @@ -24,7 +24,7 @@ There are a few ways to add the framework to your project. The easiest is to add

Either drag the iTMDb project, or framework, or static library, to your project, or add it through `File > Add Files to (project name)…`. If you add the framework or static library, Xcode will offer to add it to your target. You can choose to say yes or no to this (if you say no, you'll do it manually in the next step).

If your app is a **Mac app** (or an iOS 8 app):
If your app is a **Mac app** (or an iOS 8+ app):

1. Under `Project > Target > Build Phases > Link Binary With Libraries`, add `iTMDb.framework` (if it is not already there).

Expand Down
2 changes: 1 addition & 1 deletion iTMDb/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>12</string>
<string>13</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA1EC7F41C8C585600D13478"
BuildableName = "iTMDb (iOS framework).framework"
BuildableName = "iTMDb.framework"
BlueprintName = "iTMDb (iOS framework)"
ReferencedContainer = "container:iTMDb.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -46,7 +46,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA1EC7F41C8C585600D13478"
BuildableName = "iTMDb (iOS framework).framework"
BuildableName = "iTMDb.framework"
BlueprintName = "iTMDb (iOS framework)"
ReferencedContainer = "container:iTMDb.xcodeproj">
</BuildableReference>
Expand All @@ -64,7 +64,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA1EC7F41C8C585600D13478"
BuildableName = "iTMDb (iOS framework).framework"
BuildableName = "iTMDb.framework"
BlueprintName = "iTMDb (iOS framework)"
ReferencedContainer = "container:iTMDb.xcodeproj">
</BuildableReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA4B5D72199647690007EE28"
BuildableName = "libiTMDb.a"
BuildableName = "iTMDb.a"
BlueprintName = "iTMDb (iOS static library)"
ReferencedContainer = "container:iTMDb.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -46,7 +46,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA4B5D72199647690007EE28"
BuildableName = "libiTMDb.a"
BuildableName = "iTMDb.a"
BlueprintName = "iTMDb (iOS static library)"
ReferencedContainer = "container:iTMDb.xcodeproj">
</BuildableReference>
Expand All @@ -64,7 +64,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA4B5D72199647690007EE28"
BuildableName = "libiTMDb.a"
BuildableName = "iTMDb.a"
BlueprintName = "iTMDb (iOS static library)"
ReferencedContainer = "container:iTMDb.xcodeproj">
</BuildableReference>
Expand Down

0 comments on commit 9a84551

Please sign in to comment.