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

Facebook Swift 0.1.1 #9

Merged
merged 3 commits into from
Jul 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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