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

Commit

Permalink
Facebook Swift SDK 0.3.0 (#185)
Browse files Browse the repository at this point in the history
* Facebook Swift SDK 0.3.0

* Updated version number in Configurations/Version.xcconfig
  • Loading branch information
gfosco committed Oct 12, 2017
1 parent 219dc71 commit fe6df55
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 14 deletions.
32 changes: 29 additions & 3 deletions CHANGELOG.md
@@ -1,5 +1,33 @@
# Change Log

## [0.3.0](https://github.com/facebook/facebook-sdk-swift/tree/0.3.0) (2017-10-11)
[Full Changelog](https://github.com/facebook/facebook-sdk-swift/compare/0.2.0...0.3.0)

**Implemented enhancements:**

- Update for Xcode 9 and Swift 4 [\#184](https://github.com/facebook/facebook-sdk-swift/pull/184) ([gfosco](https://github.com/gfosco))
- Add userId and user properties to AppEventsLogger. [\#147](https://github.com/facebook/facebook-sdk-swift/pull/147) ([nlutsenko](https://github.com/nlutsenko))
- Expand a set of predefined Read and Publish permissions. [\#130](https://github.com/facebook/facebook-sdk-swift/pull/130) ([ranesr](https://github.com/ranesr))
- Publicize .name property on Permission. [\#96](https://github.com/facebook/facebook-sdk-swift/pull/96) ([nlutsenko](https://github.com/nlutsenko))
- Add AppEventsLogger.pushNotificationsDeviceToken [\#71](https://github.com/facebook/facebook-sdk-swift/pull/71) ([arsonik](https://github.com/arsonik))
- Doc fix, Any/Object [\#69](https://github.com/facebook/facebook-sdk-swift/pull/69) ([arsonik](https://github.com/arsonik))

**Fixed bugs:**

- Fix LoginManager's initializer problem. [\#137](https://github.com/facebook/facebook-sdk-swift/pull/137) ([RyogaK](https://github.com/RyogaK))

**Merged pull requests:**

- Set `swift` user agent suffix in FBSDKSettings [\#164](https://github.com/facebook/facebook-sdk-swift/pull/164) ([mcohnen](https://github.com/mcohnen))
- Update to Xcode 8.3 and Swift 3.1. [\#146](https://github.com/facebook/facebook-sdk-swift/pull/146) ([nlutsenko](https://github.com/nlutsenko))
- Improve ambiguous `logIn\(\)` function names in LoginManager. [\#97](https://github.com/facebook/facebook-sdk-swift/pull/97) ([nlutsenko](https://github.com/nlutsenko))
- Improve UIAlertController APIs in the SwiftCatalog sample app [\#92](https://github.com/facebook/facebook-sdk-swift/pull/92) ([mohshin-shah](https://github.com/mohshin-shah))
- Minor documentation fixes. [\#90](https://github.com/facebook/facebook-sdk-swift/pull/90) ([nlutsenko](https://github.com/nlutsenko))
- Update Facebook ObjC SDK dependency to 4.17. [\#88](https://github.com/facebook/facebook-sdk-swift/pull/88) ([nlutsenko](https://github.com/nlutsenko))
- Update Facebook ObjC SDK dependency to 4.16. [\#68](https://github.com/facebook/facebook-sdk-swift/pull/68) ([nlutsenko](https://github.com/nlutsenko))
- Re-enable Travis-CI CocoaPods linting for all frameworks. [\#61](https://github.com/facebook/facebook-sdk-swift/pull/61) ([nlutsenko](https://github.com/nlutsenko))
- Add Swift version badge to README. [\#60](https://github.com/facebook/facebook-sdk-swift/pull/60) ([nlutsenko](https://github.com/nlutsenko))

## [0.2.0](https://github.com/facebook/facebook-sdk-swift/tree/0.2.0) (2016-09-24)
[Full Changelog](https://github.com/facebook/facebook-sdk-swift/compare/0.1.1...0.2.0)

Expand All @@ -19,8 +47,6 @@
- Fix possessive typos in README [\#27](https://github.com/facebook/facebook-sdk-swift/pull/27) ([ashchan](https://github.com/ashchan))
- Mention local CocoaPods repo update in README instructions. [\#23](https://github.com/facebook/facebook-sdk-swift/pull/23) ([nlutsenko](https://github.com/nlutsenko))
- Clarify upgrade instructions for Carthage. [\#21](https://github.com/facebook/facebook-sdk-swift/pull/21) ([nlutsenko](https://github.com/nlutsenko))
- Add License link to contributing page [\#19](https://github.com/facebook/facebook-sdk-swift/pull/19) ([jinjorge](https://github.com/jinjorge))
- Typo fix [\#18](https://github.com/facebook/facebook-sdk-swift/pull/18) ([jinjorge](https://github.com/jinjorge))
- Clarify versioning instruction for CocoaPods installation. [\#15](https://github.com/facebook/facebook-sdk-swift/pull/15) ([nlutsenko](https://github.com/nlutsenko))
- Add missing `git submodule` command to README [\#13](https://github.com/facebook/facebook-sdk-swift/pull/13) ([hirschfl](https://github.com/hirschfl))
- Update README.md [\#11](https://github.com/facebook/facebook-sdk-swift/pull/11) ([SandroMachado](https://github.com/SandroMachado))
Expand Down Expand Up @@ -48,4 +74,4 @@
## [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)*
\* *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
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.2.0
FBSDK_SWIFT_VERSION = 0.3.0
4 changes: 2 additions & 2 deletions FacebookCore.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FacebookCore'
s.version = '0.2.0'
s.version = '0.3.0'
s.author = 'Facebook'
s.homepage = 'https://developers.facebook.com/docs/swift'
s.documentation_url = 'https://developers.facebook.com/docs/swift/reference'
Expand All @@ -26,5 +26,5 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'ENABLE_TESTABILITY' => 'YES' }

s.ios.dependency 'Bolts', '~> 1.8'
s.ios.dependency 'FBSDKCoreKit', '~> 4.21'
s.ios.dependency 'FBSDKCoreKit', '~> 4.27'
end
8 changes: 4 additions & 4 deletions FacebookLogin.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FacebookLogin'
s.version = '0.2.0'
s.version = '0.3.0'
s.author = 'Facebook'
s.homepage = 'https://developers.facebook.com/docs/swift'
s.documentation_url = 'https://developers.facebook.com/docs/swift/reference'
Expand All @@ -19,8 +19,8 @@ Pod::Spec.new do |s|
s.exclude_files = 'Sources/Login/LoginManager.DefaultAudience.swift'
s.module_name = 'FacebookLogin'

s.ios.dependency 'FacebookCore', '~> 0.2'
s.ios.dependency 'FacebookCore', '~> 0.3'
s.ios.dependency 'Bolts', '~> 1.8'
s.ios.dependency 'FBSDKCoreKit', '~> 4.21'
s.ios.dependency 'FBSDKLoginKit', '~> 4.21'
s.ios.dependency 'FBSDKCoreKit', '~> 4.27'
s.ios.dependency 'FBSDKLoginKit', '~> 4.27'
end
8 changes: 4 additions & 4 deletions FacebookShare.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FacebookShare'
s.version = '0.2.0'
s.version = '0.3.0'
s.author = 'Facebook'
s.homepage = 'https://developers.facebook.com/docs/swift'
s.documentation_url = 'https://developers.facebook.com/docs/swift/reference'
Expand All @@ -24,8 +24,8 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/Share/**/*.swift'
s.module_name = 'FacebookShare'

s.ios.dependency 'FacebookCore', '~> 0.2'
s.ios.dependency 'FacebookCore', '~> 0.3'
s.ios.dependency 'Bolts', '~> 1.8'
s.ios.dependency 'FBSDKCoreKit', '~> 4.21'
s.ios.dependency 'FBSDKShareKit', '~> 4.21'
s.ios.dependency 'FBSDKCoreKit', '~> 4.27'
s.ios.dependency 'FBSDKShareKit', '~> 4.27'
end

0 comments on commit fe6df55

Please sign in to comment.