Bump SDK version to 13.0.0 and Graph API Version to v13.0

Summary:
Ran:
```
scripts/run.sh bump-version 13.0.0
scripts/run.sh bump-api-version v13.0
```

Also fixed old paths in script and excluded Package.swift from update check since it is generated later.

Reviewed By: jamestouri

Differential Revision: D34260762

fbshipit-source-id: 7081f07c9f7c670f4350e82415765300d0749e86
This commit is contained in:
Jawwad Ahmad
2022-02-15 18:20:11 -08:00
committed by Facebook GitHub Bot
parent d921d808fb
commit f8d1a5ca6f
15 changed files with 26 additions and 21 deletions

View File

@@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'FBSDKCoreKit'
s.version = '12.3.1'
s.version = '13.0.0'
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform core features'
s.description = <<-DESC