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

Commit

Permalink
Refactor project config and bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamolight committed Jul 28, 2019
1 parent 7bcceac commit 8e7e700
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Configurations/FacebookCore.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
PRODUCT_NAME = FacebookCore
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.swift.core

SWIFT_VERSION = 4.0
SWIFT_VERSION = 5.0

IPHONEOS_DEPLOYMENT_TARGET = 8.0

Expand Down
2 changes: 1 addition & 1 deletion Configurations/FacebookLogin.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
PRODUCT_NAME = FacebookLogin
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.swift.login

SWIFT_VERSION = 4.0
SWIFT_VERSION = 5.0

IPHONEOS_DEPLOYMENT_TARGET = 8.0

Expand Down
2 changes: 1 addition & 1 deletion Configurations/FacebookShare.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
PRODUCT_NAME = FacebookShare
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.swift.share

SWIFT_VERSION = 4.0
SWIFT_VERSION = 5.0

IPHONEOS_DEPLOYMENT_TARGET = 8.0

Expand Down
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.3.0
FBSDK_SWIFT_VERSION = 0.8.0
2 changes: 1 addition & 1 deletion FacebookCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FacebookCore"
s.version = "0.7.0"
s.version = "0.8.0"
s.author = "Facebook"
s.homepage = "https://developers.facebook.com/docs/swift"
s.documentation_url = "https://developers.facebook.com/docs/swift/reference"
Expand Down
4 changes: 2 additions & 2 deletions FacebookLogin.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FacebookLogin"
s.version = "0.7.0"
s.version = "0.8.0"
s.author = "Facebook"
s.homepage = "https://developers.facebook.com/docs/swift"
s.documentation_url = "https://developers.facebook.com/docs/swift/reference"
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.exclude_files = "Sources/Login/LoginManager.DefaultAudience.swift"
s.module_name = "FacebookLogin"

s.ios.dependency "FacebookCore", "~> 0.7"
s.ios.dependency "FacebookCore", "~> #{s.version}"
s.ios.dependency "FBSDKCoreKit", "~> 5.0"
s.ios.dependency "FBSDKLoginKit", "~> 5.0"
end
4 changes: 2 additions & 2 deletions FacebookShare.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FacebookShare"
s.version = "0.7.0"
s.version = "0.8.0"
s.author = "Facebook"
s.homepage = "https://developers.facebook.com/docs/swift"
s.documentation_url = "https://developers.facebook.com/docs/swift/reference"
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.source_files = "Sources/Share/**/*.swift"
s.module_name = "FacebookShare"

s.ios.dependency "FacebookCore", "~> 0.7"
s.ios.dependency "FacebookCore", "~> #{s.version}"
s.ios.dependency "FBSDKCoreKit", "~> 5.0"
s.ios.dependency "FBSDKShareKit", "~> 5.0"
end
67 changes: 60 additions & 7 deletions FacebookSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,40 @@
remoteGlobalIDString = 81A07EDF1D1A2E6A0041A29C;
remoteInfo = "FBSDKShareKit-Dynamic";
};
C5C09AAA22ED1C1000DF78C8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 81AB8A091D36D41700066F63 /* FBSDKCoreKit.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = C5C4B3B62276B51500CA3706;
remoteInfo = FBSDKCoreKit_Basics;
};
C5C09AAC22ED1C1000DF78C8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 81AB8A091D36D41700066F63 /* FBSDKCoreKit.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = C5C4B4D42276BA1200CA3706;
remoteInfo = "FBSDKCoreKit_Basics-Dynamic";
};
C5C09AAE22ED1C1000DF78C8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 81AB8A091D36D41700066F63 /* FBSDKCoreKit.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = C5C4B3CC2276B67200CA3706;
remoteInfo = FBSDKCoreKit_Basics_TV;
};
C5C09AB022ED1C1000DF78C8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 81AB8A091D36D41700066F63 /* FBSDKCoreKit.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = C5C4B4EA2276BA8D00CA3706;
remoteInfo = "FBSDKCoreKit_Basics_TV-Dynamic";
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
039F241B1F018FAA00489799 /* FBSDKSettingsInitializer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBSDKSettingsInitializer.h; sourceTree = "<group>"; };
039F241C1F018FAA00489799 /* FBSDKSettingsInitializer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBSDKSettingsInitializer.m; sourceTree = "<group>"; };
810192A31D01305400B9E881 /* FBProfilePictureView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FBProfilePictureView.swift; sourceTree = "<group>"; };
810192A51D01305400B9E881 /* AppEvents.Name.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppEvents.Name.swift; sourceTree = "<group>"; };
810192AA1D01305400B9E881 /* AccessToken.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccessToken.swift; sourceTree = "<group>"; };
810192AD1D01305400B9E881 /* Settings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = "<group>"; };
8115C0D81CFE540D001FF33B /* FacebookCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FacebookCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -395,6 +422,10 @@
81AB8A3F1D36D41700066F63 /* FBSDKCoreKitTests.xctest */,
81AB8A411D36D41700066F63 /* FBSDKCoreKit.framework */,
81AB8A431D36D41700066F63 /* FBSDKCoreKit.framework */,
C5C09AAB22ED1C1000DF78C8 /* FBSDKCoreKit.framework */,
C5C09AAD22ED1C1000DF78C8 /* FBSDKCoreKit.framework */,
C5C09AAF22ED1C1000DF78C8 /* FBSDKCoreKit.framework */,
C5C09AB122ED1C1000DF78C8 /* FBSDKCoreKit.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -695,6 +726,34 @@
remoteRef = 81AB8A5D1D36D41700066F63 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
C5C09AAB22ED1C1000DF78C8 /* FBSDKCoreKit.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = FBSDKCoreKit.framework;
remoteRef = C5C09AAA22ED1C1000DF78C8 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
C5C09AAD22ED1C1000DF78C8 /* FBSDKCoreKit.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = FBSDKCoreKit.framework;
remoteRef = C5C09AAC22ED1C1000DF78C8 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
C5C09AAF22ED1C1000DF78C8 /* FBSDKCoreKit.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = FBSDKCoreKit.framework;
remoteRef = C5C09AAE22ED1C1000DF78C8 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
C5C09AB122ED1C1000DF78C8 /* FBSDKCoreKit.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = FBSDKCoreKit.framework;
remoteRef = C5C09AB022ED1C1000DF78C8 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
Expand Down Expand Up @@ -869,47 +928,41 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 81654DC41D356E9A006401F1 /* FacebookCore.xcconfig */;
buildSettings = {
SWIFT_VERSION = 5.0;
};
name = Debug;
};
8115C0E21CFE540D001FF33B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81654DC41D356E9A006401F1 /* FacebookCore.xcconfig */;
buildSettings = {
SWIFT_VERSION = 5.0;
};
name = Release;
};
811C5DFB1CFFD36600E4A925 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81654DC51D356E9A006401F1 /* FacebookLogin.xcconfig */;
buildSettings = {
SWIFT_VERSION = 5.0;
};
name = Debug;
};
811C5DFC1CFFD36600E4A925 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81654DC51D356E9A006401F1 /* FacebookLogin.xcconfig */;
buildSettings = {
SWIFT_VERSION = 5.0;
};
name = Release;
};
811C5E081CFFD36D00E4A925 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81654DC61D356E9A006401F1 /* FacebookShare.xcconfig */;
buildSettings = {
SWIFT_VERSION = 5.0;
};
name = Debug;
};
811C5E091CFFD36D00E4A925 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81654DC61D356E9A006401F1 /* FacebookShare.xcconfig */;
buildSettings = {
SWIFT_VERSION = 5.0;
};
name = Release;
};
Expand Down

0 comments on commit 8e7e700

Please sign in to comment.