Skip to content

Commit

Permalink
Renamed ObjC SDK as iOS SDK
Browse files Browse the repository at this point in the history
Summary: The GitHub repo has been renamed from facebook-ios-sdk to facebook-objc-sdk

Reviewed By: jingping2015

Differential Revision: D17630050

fbshipit-source-id: 4fa7a3c4859af7fead71c4700a1151903d4734cc
  • Loading branch information
joesus authored and facebook-github-bot committed Sep 30, 2019
1 parent 6a2d353 commit 16b7633
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ labels: bug
## Checklist

- [ ] I've updated to the latest released version of the SDK
- [ ] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-objc-sdk/issues)
- [ ] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-sdk/issues)
- [ ] I've looked for existing answers on [Stack Overflow](https://facebook.stackoverflow.com), the [Facebook Developer Community Forum](https://developers.facebook.com/community/) and the [Facebook Developers Group](https://www.facebook.com/groups/fbdevelopers)
- [ ] I've read the [Code of Conduct](CODE_OF_CONDUCT.md)
- [ ] This issue is not security related and can safely be disclosed publicly on GitHub
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ labels: enhancement
## Checklist

- [ ] I've updated to the latest released version of the SDK
- [ ] I've searched for existing feature requests on [GitHub issues](https://github.com/facebook/facebook-objc-sdk/issues)
- [ ] I've searched for existing feature requests on [GitHub issues](https://github.com/facebook/facebook-ios-sdk/issues)
- [ ] I've read the [Code of Conduct](CODE_OF_CONDUCT.md)
- [ ] I've given my issue the title: `Feature Request: [name of my feature request]`

Expand Down
94 changes: 47 additions & 47 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.6.0...HEAD)
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.6.0...HEAD)

## 5.6.0

[2019-09-13](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.6.0) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.5.0...v5.6.0)
[2019-09-13](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.6.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.5.0...v5.6.0)

### Changed
- Fixed FB Login for multi-window apps that created via Xcode 11
Expand All @@ -25,8 +25,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## 5.5.0

[2019-08-30](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.5.0) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.4.1...v5.5.0)
[2019-08-30](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.5.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.4.1...v5.5.0)

### Changed
- Replaced UIWebView with WKWebView as Apple will stop accepting submissions of apps that use UIWebView APIs
Expand All @@ -37,8 +37,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## 5.4.1

[2019-08-21](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.4.1) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.4.0...v5.4.1)
[2019-08-21](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.4.1) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.4.0...v5.4.1)

### Changed
- Deprecated `+[FBSDKSettings isInstrumentEnabled]`, please use `+[FBSDKSettings isAutoLogEnabled]` instead
Expand All @@ -49,50 +49,50 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## 5.4.0

[2019-08-15](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.4.0) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.3.0...v5.4.0)
[2019-08-15](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.4.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.3.0...v5.4.0)

### Changed
- Add handling for crash and error to make SDK more stable

## 5.3.0

[2019-07-29](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.3.0) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.2.3...v5.3.0)
[2019-07-29](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.3.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.2.3...v5.3.0)

### Changed
- Graph API update to v4.0

## 5.2.3

[2019-07-15](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.2.3) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.2.2...v5.2.3)
[2019-07-15](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.2.3) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.2.2...v5.2.3)

### Fixed
- Fixed Facebook Login issues

## 5.2.2

[2019-07-14](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.2.2) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.2.1...v5.2.2)
[2019-07-14](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.2.2) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.2.1...v5.2.2)

### Fixed
- Fixed Facebook Login on iOS 13 beta
- Various bug fixes

## 5.2.1

[2019-07-02](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.2.1) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.2.0...v5.2.1)
[2019-07-02](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.2.1) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.2.0...v5.2.1)

### Fixed

- Various bug fixes

## 5.2.0

[2019-06-30](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.2.0) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.1.1...v5.2.0)
[2019-06-30](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.2.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.1.1...v5.2.0)

### Fixed

Expand All @@ -101,34 +101,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## 5.1.1

[2019-06-22](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.1.1) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.1.0...v5.1.1)
[2019-06-22](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.1.1) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.1.0...v5.1.1)

## 5.1.0

[2019-06-21](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.1.0) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.0.2...v5.1.0)
[2019-06-21](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.1.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.0.2...v5.1.0)

## 5.0.2
[2019-06-05](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.0.2) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.0.1...v5.0.2)
[2019-06-05](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.0.2) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.0.1...v5.0.2)

### Fixed

- Various bug fixes

## 5.0.1
[2019-05-21](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.0.1) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v5.0.0...v5.0.1)
[2019-05-21](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.0.1) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v5.0.0...v5.0.1)

### Fixed

- Various bug fixes

## 5.0.0

[2019-04-30](https://github.com/facebook/facebook-objc-sdk/releases/tag/v5.0.0) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v4.44.1...v5.0.0)
[2019-04-30](https://github.com/facebook/facebook-ios-sdk/releases/tag/v5.0.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v4.44.1...v5.0.0)

### Added
- support manual SDK initialization
Expand Down Expand Up @@ -247,17 +247,17 @@ let description: String = "\(mode)"

## 4.44.1

[2019-04-11](https://github.com/facebook/facebook-objc-sdk/releases/tag/v4.44.1) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v4.44.0...v4.44.1)
[2019-04-11](https://github.com/facebook/facebook-ios-sdk/releases/tag/v4.44.1) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v4.44.0...v4.44.1)

### Fixed

- `_inBackground` now indicates correct application state

## 4.44.0

[2019-04-02](https://github.com/facebook/facebook-objc-sdk/releases/tag/v4.44.0) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v4.43.0...v4.44.0)
[2019-04-02](https://github.com/facebook/facebook-ios-sdk/releases/tag/v4.44.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v4.43.0...v4.44.0)

### Added

Expand All @@ -269,8 +269,8 @@ let description: String = "\(mode)"

## 4.43.0

[2019-04-01](https://github.com/facebook/facebook-objc-sdk/releases/tag/v4.43.0) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v4.42.0...v4.43.0)
[2019-04-01](https://github.com/facebook/facebook-ios-sdk/releases/tag/v4.43.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v4.42.0...v4.43.0)

### Added

Expand All @@ -289,8 +289,8 @@ let description: String = "\(mode)"

## 4.42.0

[2019-03-20](https://github.com/facebook/facebook-objc-sdk/releases/tag/v4.42.0) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v4.41.2...v4.42.0)
[2019-03-20](https://github.com/facebook/facebook-ios-sdk/releases/tag/v4.42.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v4.41.2...v4.42.0)

### Changed

Expand All @@ -302,8 +302,8 @@ let description: String = "\(mode)"

## 4.41.2

[2019-03-18](https://github.com/facebook/facebook-objc-sdk/releases/tag/v4.41.2) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v4.41.1...v4.41.2)
[2019-03-18](https://github.com/facebook/facebook-ios-sdk/releases/tag/v4.41.2) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v4.41.1...v4.41.2)

### Fixed

Expand All @@ -312,8 +312,8 @@ let description: String = "\(mode)"

## 4.41.1

[2019-03-18](https://github.com/facebook/facebook-objc-sdk/releases/tag/v4.41.1) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v4.41.0...v4.41.1)
[2019-03-18](https://github.com/facebook/facebook-ios-sdk/releases/tag/v4.41.1) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v4.41.0...v4.41.1)

### Fixed

Expand All @@ -322,24 +322,24 @@ let description: String = "\(mode)"

## 4.41.0

[2019-03-13](https://github.com/facebook/facebook-objc-sdk/releases/tag/v4.41.0) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v4.40.0...v4.41.0)
[2019-03-13](https://github.com/facebook/facebook-ios-sdk/releases/tag/v4.41.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v4.40.0...v4.41.0)

### Fixed

- Various bug fixes

## 4.40.0

[2019-01-17](https://github.com/facebook/facebook-objc-sdk/releases/tag/v4.40.0) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/v4.39.1...v4.40.0)
[2019-01-17](https://github.com/facebook/facebook-ios-sdk/releases/tag/v4.40.0) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v4.39.1...v4.40.0)

### Fixed

- Various bug fixes

## 4.39.1

[2019-01-08](https://github.com/facebook/facebook-objc-sdk/releases/tag/v4.39.1) |
[Full Changelog](https://github.com/facebook/facebook-objc-sdk/compare/sdk-version-4.0.0...v4.39.1) |
[2019-01-08](https://github.com/facebook/facebook-ios-sdk/releases/tag/v4.39.1) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/sdk-version-4.0.0...v4.39.1) |
[Facebook Developer Docs Changelog](https://developers.facebook.com/docs/ios/change-log-4x)
2 changes: 1 addition & 1 deletion FBSDKCoreKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '10.0'

s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git',
s.source = { :git => 'https://github.com/facebook/facebook-ios-sdk.git',
:tag => "v#{s.version}"
}

Expand Down
2 changes: 1 addition & 1 deletion FBSDKLoginKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '10.0'

s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git',
s.source = { :git => 'https://github.com/facebook/facebook-ios-sdk.git',
:tag => "v#{s.version}"
}

Expand Down
2 changes: 1 addition & 1 deletion FBSDKPlacesKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.platform = :ios
s.ios.deployment_target = '8.0'

s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git',
s.source = { :git => 'https://github.com/facebook/facebook-ios-sdk.git',
:tag => "v#{s.version}"
}

Expand Down
2 changes: 1 addition & 1 deletion FBSDKShareKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '10.0'

s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git',
s.source = { :git => 'https://github.com/facebook/facebook-ios-sdk.git',
:tag => "v#{s.version}"
}

Expand Down
2 changes: 1 addition & 1 deletion FBSDKTVOSKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.platform = :tvos
s.tvos.deployment_target = '10.0'

s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git',
s.source = { :git => 'https://github.com/facebook/facebook-ios-sdk.git',
:tag => "v#{s.version}" }

s.source_files = 'FBSDKTVOSKit/FBSDKTVOSKit/**/*.{h,m}'
Expand Down
2 changes: 1 addition & 1 deletion FacebookSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '10.0'

s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git',
s.source = { :git => 'https://github.com/facebook/facebook-ios-sdk.git',
:tag => "v#{s.version}" }

s.ios.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox', 'WebKit'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Facebook SDK for iOS

[![Platforms](https://img.shields.io/cocoapods/p/FBSDKCoreKit.svg)](https://cocoapods.org/pods/FBSDKCoreKit)
[![Build Status](https://travis-ci.org/facebook/facebook-objc-sdk.svg?branch=master)](https://travis-ci.org/facebook/facebook-objc-sdk)
[![Build Status](https://travis-ci.org/facebook/facebook-ios-sdk.svg?branch=master)](https://travis-ci.org/facebook/facebook-ios-sdk)

[![CocoaPods](https://img.shields.io/cocoapods/v/FBSDKCoreKit.svg)](https://cocoapods.org/pods/FBSDKCoreKit)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
Expand Down
2 changes: 1 addition & 1 deletion scripts/combineReleases.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class GitHubConstants
Name = 'name'
DownloadURL = 'browser_download_url'
BaseURL = 'https://api.github.com/repos/facebook/facebook-objc-sdk/releases/'
BaseURL = 'https://api.github.com/repos/facebook/facebook-ios-sdk/releases/'
end

class Filenames
Expand Down
3 changes: 1 addition & 2 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ main() {
SDK_CURRENT_VERSION=$(grep -Eo 'FBSDK_VERSION_STRING @".*"' "$SDK_DIR/$SDK_MAIN_VERSION_FILE" | awk -F'"' '{print $2}')
SDK_CURRENT_GRAPH_API_VERSION=$(grep -Eo 'FBSDK_TARGET_PLATFORM_VERSION @".*"' "$SDK_DIR/$SDK_MAIN_VERSION_FILE" | awk -F'"' '{print $2}')

SDK_GIT_REMOTE="https://github.com/facebook/facebook-objc-sdk"

SDK_GIT_REMOTE="https://github.com/facebook/facebook-ios-sdk"
if [ -f "$PWD/internal/scripts/internal_globals.sh" ]; then SDK_INTERNAL=1; else SDK_INTERNAL=0; fi
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/test_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ test_main_setup() {
((test_failures += 1))
fi

if [ "$SDK_GIT_REMOTE" != "https://github.com/facebook/facebook-objc-sdk" ]; then
if [ "$SDK_GIT_REMOTE" != "https://github.com/facebook/facebook-ios-sdk" ]; then
test_failure "SDK_GIT_REMOTE not correct"
((test_failures += 1))
fi
Expand Down

0 comments on commit 16b7633

Please sign in to comment.