Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm committed May 4, 2021
1 parent dc40f85 commit df78b52
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 50 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<key>Gigya-Package.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
<key>Gigya.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
<key>GigyaAuth.xcscheme_^#shared#^_</key>
<dict>
Expand Down
4 changes: 2 additions & 2 deletions Gigya.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Gigya'
spec.version = '1.2.0'
spec.version = '1.2.1'
spec.license = 'Apache 2.0'
spec.homepage = 'https://developers.gigya.com/display/GD/Swift+SDK'
spec.author = 'Gigya SAP'
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
your Swift application
DESC

spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'core/v1.2.0' }
spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'core/v1.2.1' }
spec.module_name = 'Gigya'
spec.swift_version = '5.3'

Expand Down
4 changes: 2 additions & 2 deletions GigyaAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'GigyaAuth'
spec.version = '1.1.0'
spec.version = '1.1.1'
spec.license = 'Apache 2.0'
spec.homepage = 'https://developers.gigya.com/display/GD/Swift+Authentication+Library'
spec.author = 'Gigya SAP'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
authentication methods from the standard login flow
DESC

spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'auth/v1.1.0' }
spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'auth/v1.1.1' }
spec.module_name = 'GigyaAuth'
spec.swift_version = '5.3'

Expand Down
8 changes: 4 additions & 4 deletions GigyaAuth/GigyaAuth.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T48CNFXFQH;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -406,7 +406,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = Gigya.GigyaAuth;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand All @@ -424,7 +424,7 @@
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T48CNFXFQH;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -443,7 +443,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
PRODUCT_BUNDLE_IDENTIFIER = Gigya.GigyaAuth;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
52 changes: 25 additions & 27 deletions GigyaSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
E711A8B522E9A12500ADA304 /* URLSessionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E711A8B422E9A12500ADA304 /* URLSessionTests.swift */; };
E712E90822A662D6005397BA /* PluginViewWrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E712E90722A662D6005397BA /* PluginViewWrapperTests.swift */; };
E712E90C22A664DB005397BA /* FakeUIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E712E90B22A664DB005397BA /* FakeUIViewController.swift */; };
E713E0CC2247773100181328 /* Gigya.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7BE36732224219200A108D9 /* Gigya.framework */; };
E713E0CD2247773100181328 /* Gigya.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = E7BE36732224219200A108D9 /* Gigya.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
E713E0FC2247C6E700181328 /* SignatureUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = E713E0FB2247C6E700181328 /* SignatureUtils.swift */; };
E713E0FE2248C83D00181328 /* GigyaConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = E713E0FD2248C83D00181328 /* GigyaConfig.swift */; };
E713E1022248E41400181328 /* GigyaRequestSignature.swift in Sources */ = {isa = PBXBuildFile; fileRef = E713E1012248E41400181328 /* GigyaRequestSignature.swift */; };
Expand Down Expand Up @@ -89,7 +87,6 @@
E756A29E2275CC59007FA801 /* SocialProviderWrapperMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = E756A29D2275CC59007FA801 /* SocialProviderWrapperMock.swift */; };
E756A2A02275D46D007FA801 /* SocialProviderMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = E756A29F2275D46D007FA801 /* SocialProviderMock.swift */; };
E756A2AD22771B6F007FA801 /* Url.swift in Sources */ = {isa = PBXBuildFile; fileRef = E756A2AC22771B6F007FA801 /* Url.swift */; };
E7584EE922E0524D007229FE /* FacebookWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7584EE822E0524D007229FE /* FacebookWrapper.swift */; };
E7584EEB22E0BC22007229FE /* View.xib in Resources */ = {isa = PBXBuildFile; fileRef = E7584EEA22E0BC22007229FE /* View.xib */; };
E760668B2278998E005E4CFD /* WebLoginProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = E76066882278998E005E4CFD /* WebLoginProvider.swift */; };
E760668C2278998E005E4CFD /* WebViewWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = E76066892278998E005E4CFD /* WebViewWrapper.swift */; };
Expand Down Expand Up @@ -219,19 +216,15 @@
E7F94FAA22248C6800A85640 /* LocalAuthentication.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7F94FA922248C6800A85640 /* LocalAuthentication.framework */; };
E7F94FAC22248C7200A85640 /* SafariServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7F94FAB22248C7200A85640 /* SafariServices.framework */; };
E7F94FAE22248C7C00A85640 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7F94FAD22248C7C00A85640 /* SystemConfiguration.framework */; };
E7FEF6A2263FFEF900180165 /* Gigya.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7BE36732224219200A108D9 /* Gigya.framework */; };
E7FEF6A3263FFEF900180165 /* Gigya.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = E7BE36732224219200A108D9 /* Gigya.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
E7FEF6A6264123D900180165 /* FacebookWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7584EE822E0524D007229FE /* FacebookWrapper.swift */; };
E7FFD59322FB0A8A00DBE663 /* (null) in Sources */ = {isa = PBXBuildFile; };
E7FFF8F6232003AD002EC944 /* WebBridgeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7FFF8F5232003AD002EC944 /* WebBridgeViewController.swift */; };
F42F7E39077C84C62D51B15F /* Pods_TestApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ACE784C21E7F740E1C0E1BA1 /* Pods_TestApp.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
E713E0CE2247773100181328 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E7BE366A2224219200A108D9 /* Project object */;
proxyType = 1;
remoteGlobalIDString = E7BE36722224219200A108D9;
remoteInfo = GigyaSwift;
};
E76F2E882345E72700056D19 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E7BE366A2224219200A108D9 /* Project object */;
Expand Down Expand Up @@ -267,6 +260,13 @@
remoteGlobalIDString = E7BE36992224260400A108D9;
remoteInfo = TestApp;
};
E7FEF6A4263FFEF900180165 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E7BE366A2224219200A108D9 /* Project object */;
proxyType = 1;
remoteGlobalIDString = E7BE36722224219200A108D9;
remoteInfo = Gigya;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -289,7 +289,7 @@
files = (
E764219925D51F9700CDED4C /* GigyaAuth.framework in Embed Frameworks */,
E7B2FA4325EF9B78002A7010 /* Flutter.framework in Embed Frameworks */,
E713E0CD2247773100181328 /* Gigya.framework in Embed Frameworks */,
E7FEF6A3263FFEF900180165 /* Gigya.framework in Embed Frameworks */,
E764218E25D51F0F00CDED4C /* GigyaTfa.framework in Embed Frameworks */,
E7B2FA4525EF9B78002A7010 /* App.framework in Embed Frameworks */,
E7B2FA8F25EF9EDB002A7010 /* GigyaNss.framework in Embed Frameworks */,
Expand Down Expand Up @@ -610,9 +610,9 @@
E764218D25D51F0F00CDED4C /* GigyaTfa.framework in Frameworks */,
E77F7A2F2407EC7900FF90FB /* CoreFoundation.framework in Frameworks */,
E73373F422633BD300ADEDBB /* SystemConfiguration.framework in Frameworks */,
E7FEF6A2263FFEF900180165 /* Gigya.framework in Frameworks */,
E7A71CAD232F7F3000993A61 /* CoreTelephony.framework in Frameworks */,
E73373F322633BCC00ADEDBB /* LocalAuthentication.framework in Frameworks */,
E713E0CC2247773100181328 /* Gigya.framework in Frameworks */,
E76F2E992346241E00056D19 /* libWeChatSDK.a in Frameworks */,
F42F7E39077C84C62D51B15F /* Pods_TestApp.framework in Frameworks */,
);
Expand Down Expand Up @@ -1487,7 +1487,7 @@
buildRules = (
);
dependencies = (
E713E0CF2247773100181328 /* PBXTargetDependency */,
E7FEF6A5263FFEF900180165 /* PBXTargetDependency */,
);
name = TestApp;
productName = TestApp;
Expand Down Expand Up @@ -1913,14 +1913,14 @@
E7FFF8F6232003AD002EC944 /* WebBridgeViewController.swift in Sources */,
D584D342228D6089004CA28F /* UIFactory.swift in Sources */,
E7FFD59322FB0A8A00DBE663 /* (null) in Sources */,
E7584EE922E0524D007229FE /* FacebookWrapper.swift in Sources */,
E7221D8222B90C2A00C296A9 /* ValidateLoginModel.swift in Sources */,
E70519D822C0C8B3008ECB25 /* TfaQrCodeCell.swift in Sources */,
E7BE369F2224260400A108D9 /* ViewController.swift in Sources */,
E7DC2C60228055CA00A13426 /* LineWrapper.swift in Sources */,
E7221D8022B90C0C00C296A9 /* UserHostModel.swift in Sources */,
E7BE369D2224260400A108D9 /* AppDelegate.swift in Sources */,
E70519D622C0C8B3008ECB25 /* TfaRegisteredEntryCell.swift in Sources */,
E7FEF6A6264123D900180165 /* FacebookWrapper.swift in Sources */,
E70519D722C0C8B3008ECB25 /* TfaPhoneInputCell.swift in Sources */,
E7221D7A22B903E500C296A9 /* GoogleWrapper.swift in Sources */,
E70519D522C0C8B3008ECB25 /* TfaAuthCodeCell.swift in Sources */,
Expand All @@ -1932,11 +1932,6 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
E713E0CF2247773100181328 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = E7BE36722224219200A108D9 /* Gigya */;
targetProxy = E713E0CE2247773100181328 /* PBXContainerItemProxy */;
};
E76F2E892345E72700056D19 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = E76F2E712345E72500056D19 /* GigyaUITestsApp */;
Expand All @@ -1962,6 +1957,11 @@
target = E7BE36992224260400A108D9 /* TestApp */;
targetProxy = E7A71CB7232F9FDC00993A61 /* PBXContainerItemProxy */;
};
E7FEF6A5263FFEF900180165 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = E7BE36722224219200A108D9 /* Gigya */;
targetProxy = E7FEF6A4263FFEF900180165 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -2295,7 +2295,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 101;
CURRENT_PROJECT_VERSION = 103;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 52P2295V75;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -2315,7 +2315,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
MODULEMAP_FILE = "";
MODULEMAP_PRIVATE_FILE = "";
ONLY_ACTIVE_ARCH = NO;
Expand Down Expand Up @@ -2352,7 +2352,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 101;
CURRENT_PROJECT_VERSION = 103;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 52P2295V75;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -2372,7 +2372,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
MODULEMAP_FILE = "";
MODULEMAP_PRIVATE_FILE = "";
OTHER_LDFLAGS = (
Expand All @@ -2398,7 +2398,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = A76506757B780929FFF23218 /* Pods-TestApp.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = TestApp/TestApp.entitlements;
Expand All @@ -2421,7 +2420,7 @@
"$(PROJECT_DIR)/GigyaNss/Flutter/Debug",
);
INFOPLIST_FILE = TestApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -2451,7 +2450,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = F5AC22FDECAD773DF81ABF16 /* Pods-TestApp.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = TestApp/TestApp.entitlements;
Expand All @@ -2473,7 +2471,7 @@
"$(PROJECT_DIR)/GigyaNss/Debug",
);
INFOPLIST_FILE = TestApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildSystemType</key>
<string>Original</string>
<key>PreviewsEnabled</key>
<false/>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>BuildLocationStyle</key>
<string>UseAppPreferences</string>
<key>BuildSystemType</key>
<string>Original</string>
<string>Latest</string>
<key>CustomBuildLocationType</key>
<string>RelativeToDerivedData</string>
<key>DerivedDataLocationStyle</key>
Expand All @@ -16,5 +16,7 @@
<string>ShowActiveSchemeOnly</string>
<key>LiveSourceIssuesEnabled</key>
<true/>
<key>ShowSharedSchemesAutomaticallyEnabled</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<key>GigyaUITestsApp.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>45</integer>
<integer>2</integer>
</dict>
<key>TestApp.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>1</integer>
</dict>
</dict>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion GigyaSwift/Models/Config/InternalConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation

struct InternalConfig {
struct General {
internal static let version = "\(GigyaDefinitions.versionPrefix ?? "")ios_swift_1.2.0"
internal static let version = "\(GigyaDefinitions.versionPrefix ?? "")ios_swift_1.2.1"
internal static let sdkDomain = "com.gigya.GigyaSDK"
internal static let defaultLang = "en"
}
Expand Down
4 changes: 2 additions & 2 deletions GigyaTfa.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'GigyaTfa'
spec.version = '1.0.11'
spec.version = '1.0.13'
spec.license = 'Apache 2.0'
spec.homepage = 'https://developers.gigya.com/display/GD/Swift+v1.x+TFA+Library'
spec.author = 'Gigya SAP'
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
within your iOS application.
DESC

spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'tfa/v1.0.11' }
spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'tfa/v1.0.12' }
spec.module_name = 'GigyaTfa'
spec.swift_version = '5.3'

Expand Down
8 changes: 4 additions & 4 deletions GigyaTfa/GigyaTfa.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 34;
CURRENT_PROJECT_VERSION = 35;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T48CNFXFQH;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -486,7 +486,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.11;
MARKETING_VERSION = 1.0.12;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = Gigya.GigyaTfa;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand All @@ -508,7 +508,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 34;
CURRENT_PROJECT_VERSION = 35;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T48CNFXFQH;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -527,7 +527,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.11;
MARKETING_VERSION = 1.0.12;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = Gigya.GigyaTfa;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down

0 comments on commit df78b52

Please sign in to comment.