Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9 from facebook/nlutsenko.0.1.1
Browse files Browse the repository at this point in the history
Facebook Swift 0.1.1
  • Loading branch information
nlutsenko authored Jul 14, 2016
2 parents 752e750 + c836d08 commit 6f4fd68
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
issues=true
add_issues_wo_labels=false
exclude_labels=duplicate,question,wontfix,discussion,needs more info,off topic,product usage
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [0.1.0](https://github.com/facebook/Facebook-SDK-Swift/tree/0.1.0)
## [0.1.1](https://github.com/facebook/facebook-sdk-swift/tree/0.1.1) (2016-07-14)
[Full Changelog](https://github.com/facebook/facebook-sdk-swift/compare/0.1.0...0.1.1)

\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)
**Implemented enhancements:**

- Clarify Carthage and sub-project Getting Started instructions in README. [\#7](https://github.com/facebook/facebook-sdk-swift/pull/7) ([nlutsenko](https://github.com/nlutsenko))
- Fix running of SwiftCatalog sample on device. [\#5](https://github.com/facebook/facebook-sdk-swift/pull/5) ([nlutsenko](https://github.com/nlutsenko))

**Fixed bugs:**

- Cannot login with \[.PublishActions\] permissions [\#3](https://github.com/facebook/facebook-sdk-swift/issues/3)

**Merged pull requests:**

- Remove unused LoginManager.DefaultAudience file. [\#8](https://github.com/facebook/facebook-sdk-swift/pull/8) ([nlutsenko](https://github.com/nlutsenko))
- Fix failing login with publish permissions when using LoginManager. [\#4](https://github.com/facebook/facebook-sdk-swift/pull/4) ([nlutsenko](https://github.com/nlutsenko))
- Update links and platforms badge in README. [\#2](https://github.com/facebook/facebook-sdk-swift/pull/2) ([nlutsenko](https://github.com/nlutsenko))
- Update CocoaPods settings and re-enable linting on Travis-CI. [\#1](https://github.com/facebook/facebook-sdk-swift/pull/1) ([nlutsenko](https://github.com/nlutsenko))

## [0.1.0](https://github.com/facebook/facebook-sdk-swift/tree/0.1.0) (2016-07-14)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

FBSDK_SWIFT_VERSION = 0.1.0
FBSDK_SWIFT_VERSION = 0.1.1
3 changes: 2 additions & 1 deletion FacebookCore.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Pod::Spec.new do |s|
s.name = 'FacebookCore'
s.version = '0.1.0'
s.version = '0.1.1'
s.author = 'Facebook'
s.homepage = 'https://developers.facebook.com/docs/swift'
s.documentation_url = 'https://developers.facebook.com/docs/swift/reference'
s.license = { :type => 'Facebook Platform License', :file => 'LICENSE' }

s.summary = "Official Facebook SDK in Swift to access Facebook Platform's core features."
Expand Down
3 changes: 2 additions & 1 deletion FacebookLogin.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Pod::Spec.new do |s|
s.name = 'FacebookLogin'
s.version = '0.1.0'
s.version = '0.1.1'
s.author = 'Facebook'
s.homepage = 'https://developers.facebook.com/docs/swift'
s.documentation_url = 'https://developers.facebook.com/docs/swift/reference'
s.license = { :type => 'Facebook Platform License', :file => 'LICENSE' }

s.summary = "Official Facebook SDK in Swift to integrate with Facebook Login."
Expand Down
3 changes: 2 additions & 1 deletion FacebookShare.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Pod::Spec.new do |s|
s.name = 'FacebookShare'
s.version = '0.1.0'
s.version = '0.1.1'
s.author = 'Facebook'
s.homepage = 'https://developers.facebook.com/docs/swift'
s.documentation_url = 'https://developers.facebook.com/docs/swift/reference'
s.license = { :type => 'Facebook Platform License', :file => 'LICENSE' }

s.summary = "Official Facebook SDK in Swift to access Facebook Platform's Sharing Features."
Expand Down

0 comments on commit 6f4fd68

Please sign in to comment.