Skip to content

Commit

Permalink
Merge pull request #276 from ForgeRock/SDKS-3094
Browse files Browse the repository at this point in the history
ForgeRock iOS SDK 4.4.1 release preparation
  • Loading branch information
spetrov authored Apr 24, 2024
2 parents 6211595 + 4d242e4 commit 466ffe2
Show file tree
Hide file tree
Showing 22 changed files with 59 additions and 50 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.4.1]
#### Added
- Added privacy manifest files to the SDK's modules [SDKS-3086]

#### Fixed
- Removed `storage` field from the `HardwareCollector` [SDKS-3086]
- Updated Google SDK version to 7.1.0 [SDKS-3086]
- Updated PingOneSignals SDK version to 5.2.3 [SDKS-3086]

## [4.4.0]
#### Added
- Added a new module for integration with `PingOne Protect` [SDKS-2901]
Expand Down
4 changes: 2 additions & 2 deletions FRAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FRAuth'
s.version = '4.4.0'
s.version = '4.4.1'
s.summary = 'ForgeRock Auth SDK for iOS'
s.description = <<-DESC
FRAuth is a SDK that allows you easily and quickly develop an application with ForgeRock Platform or ForgeRock Identity Cloud. FRAuth SDK provides interfaces and functionalities of user authentication, registration, and identity and access management against ForgeRock solutions.
Expand All @@ -29,5 +29,5 @@ Pod::Spec.new do |s|

base_dir = "FRAuth/FRAuth"
s.source_files = base_dir + '/**/*.swift', base_dir + '/**/*.c', base_dir + '/**/*.h'
s.ios.dependency 'FRCore', '~> 4.4.0'
s.ios.dependency 'FRCore', '~> 4.4.1'
end
4 changes: 2 additions & 2 deletions FRAuth/FRAuth.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
MODULEMAP_FILE = "";
OTHER_CFLAGS = "-DXCODE_FRAMEWORK=1";
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRAuth;
Expand Down Expand Up @@ -2183,7 +2183,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
MODULEMAP_FILE = "";
OTHER_CFLAGS = "-DXCODE_FRAMEWORK=1";
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRAuth;
Expand Down
4 changes: 2 additions & 2 deletions FRAuthenticator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FRAuthenticator'
s.version = '4.4.0'
s.version = '4.4.1'
s.summary = 'ForgeRock OTP/Push Authentication SDK for iOS'
s.description = <<-DESC
FRAuthenticator is a SDK that allows you easily and quickly develop an application with ForgeRock Platform for OATH and Push Authentication with AM. FRAuthenticator SDK provides interfaces and functionalities of HMAC-based OTP, Time-based OTP, Push Registration and Authentication with AM.
Expand All @@ -29,5 +29,5 @@ Pod::Spec.new do |s|

base_dir = "FRAuthenticator/FRAuthenticator"
s.source_files = base_dir + '/**/*.swift', base_dir + '/**/*.c', base_dir + '/**/*.h'
s.ios.dependency 'FRCore', '~> 4.4.0'
s.ios.dependency 'FRCore', '~> 4.4.1'
end
4 changes: 2 additions & 2 deletions FRAuthenticator/FRAuthenticator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
MODULEMAP_FILE = "${PROJECT_DIR}/FRAuthenticator/SharedC/FRAuthenticator.modulemap";
OTHER_CFLAGS = "-DXCODE_FRAMEWORK=1";
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRAuthenticator;
Expand Down Expand Up @@ -1368,7 +1368,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
MODULEMAP_FILE = "${PROJECT_DIR}/FRAuthenticator/SharedC/FRAuthenticator.modulemap";
OTHER_CFLAGS = "-DXCODE_FRAMEWORK=1";
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRAuthenticator;
Expand Down
2 changes: 1 addition & 1 deletion FRCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FRCore'
s.version = '4.4.0'
s.version = '4.4.1'
s.summary = 'ForgeRock Core SDK for iOS'
s.description = <<-DESC
FRCore is a SDK that allows you to consume some of core functionalities and security features built for FRAuth SDK.
Expand Down
4 changes: 2 additions & 2 deletions FRCore/FRCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
MODULEMAP_FILE = "${PROJECT_DIR}/FRCore/SharedC/FRCore.modulemap";
OTHER_CFLAGS = "-DXCODE_FRAMEWORK=1";
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRCore;
Expand Down Expand Up @@ -989,7 +989,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
MODULEMAP_FILE = "${PROJECT_DIR}/FRCore/SharedC/FRCore.modulemap";
OTHER_CFLAGS = "-DXCODE_FRAMEWORK=1";
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRCore;
Expand Down
2 changes: 1 addition & 1 deletion FRCore/FRCore/Log/Log.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public class Log: NSObject {
// MARK: - Property

/// Current SDK version. We hard code it here as currently there is no other way to get it dinamically when used with SPM
public static let sdkVersion = "4.4.0"
public static let sdkVersion = "4.4.1"
/// Current LogLevel
static var logLevel: LogLevel = .none
/// Current Loggers to handle log entries
Expand Down
4 changes: 2 additions & 2 deletions FRDeviceBinding.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FRDeviceBinding'
s.version = '4.4.0'
s.version = '4.4.1'
s.summary = 'ForgeRock Device Binding SDK for iOS'
s.description = <<-DESC
FRDeviceBinding is a SDK that adds support for the Device Binding feature. FRDeviceBinding depends on JOSESwift.
Expand All @@ -29,6 +29,6 @@ Pod::Spec.new do |s|

base_dir = "FRDeviceBinding/FRDeviceBinding"
s.source_files = base_dir + '/**/*.swift', base_dir + '/**/*.c', base_dir + '/**/*.h'
s.ios.dependency 'FRAuth', '~> 4.4.0'
s.ios.dependency 'FRAuth', '~> 4.4.1'
s.ios.dependency 'JOSESwift', '~> 2.4.0'
end
4 changes: 2 additions & 2 deletions FRDeviceBinding/FRDeviceBinding.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRDeviceBinding;
Expand Down Expand Up @@ -852,7 +852,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRDeviceBinding;
Expand Down
4 changes: 2 additions & 2 deletions FRFacebookSignIn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FRFacebookSignIn'
s.version = '4.4.0'
s.version = '4.4.1'
s.summary = 'ForgeRock Auth Facebook Sign-in SDK for iOS'
s.description = <<-DESC
FRFacebookSignIn is a SDK that allows a user to sign-in through Facebook. FRFacebookSignIn depends on FBSDKLoginKit, and uses Facebook's SDK to perform authorization following Facebook's protocol.
Expand All @@ -29,6 +29,6 @@ Pod::Spec.new do |s|

base_dir = "FRFacebookSignIn/FRFacebookSignIn"
s.source_files = base_dir + '/**/*.swift', base_dir + '/**/*.c', base_dir + '/**/*.h'
s.ios.dependency 'FRAuth', '~> 4.4.0'
s.ios.dependency 'FRAuth', '~> 4.4.1'
s.ios.dependency 'FBSDKLoginKit', '~> 16.0.1'
end
4 changes: 2 additions & 2 deletions FRFacebookSignIn/FRFacebookSignIn.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRFacebookSignIn;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -474,7 +474,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRFacebookSignIn;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
4 changes: 2 additions & 2 deletions FRGoogleSignIn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FRGoogleSignIn'
s.version = '4.4.0'
s.version = '4.4.1'
s.summary = 'ForgeRock Auth Google Sign-in SDK for iOS'
s.description = <<-DESC
FRGoogleSignIn is a SDK that allows a user to sign-in through Google. FRGoogleSignIn depends on GoogleSignIn, and uses Google's SDK to perform authorization following Google's protocol.
Expand All @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
base_dir = "FRGoogleSignIn/FRGoogleSignIn"
s.source_files = base_dir + '/**/*.swift', base_dir + '/**/*.c', base_dir + '/**/*.h'

s.ios.dependency 'FRAuth', '~> 4.4.0'
s.ios.dependency 'FRAuth', '~> 4.4.1'
s.ios.dependency 'GoogleSignIn', '~> 7.1.0'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
Expand Down
4 changes: 2 additions & 2 deletions FRGoogleSignIn/FRGoogleSignIn.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRGoogleSignIn;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -488,7 +488,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRGoogleSignIn;
Expand Down
4 changes: 2 additions & 2 deletions FRProximity.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FRProximity'
s.version = '4.4.0'
s.version = '4.4.1'
s.summary = 'ForgeRock Auth Proximity SDK for iOS'
s.description = <<-DESC
FRProximity is a SDK that allows you to additionally collect device information with FRDeviceCollector in FRAuth. FRProximity SDK leverages functionalities in iOS that requires user's consent. You must properly set privacy consent in the application's Info.plist.
Expand All @@ -29,5 +29,5 @@ Pod::Spec.new do |s|

base_dir = "FRProximity/FRProximity"
s.source_files = base_dir + '/**/*.swift', base_dir + '/**/*.c', base_dir + '/**/*.h'
s.ios.dependency 'FRAuth', '~> 4.4.0'
s.ios.dependency 'FRAuth', '~> 4.4.1'
end
4 changes: 2 additions & 2 deletions FRProximity/FRProximity.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRProximity;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -934,7 +934,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRProximity;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions FRUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FRUI'
s.version = '4.4.0'
s.version = '4.4.1'
s.summary = 'ForgeRock UI SDK for FRAuth iOS'
s.description = <<-DESC
FRUI is a SDK that allows you easily and quickly develop an application with ForgeRock Platform or ForgeRock Identity Cloud, and FRAuth SDK with pre-built UI components. FRUI SDK demonstrates most of functionalities available in FRAuth SDK which includes user authentication, registration, and identity and access management against ForgeRock solutions.
Expand All @@ -30,5 +30,5 @@ Pod::Spec.new do |s|
base_dir = "FRUI/FRUI"
s.source_files = base_dir + '/**/*.swift', base_dir + '/**/*.c', base_dir + '/**/*.h'
s.resources = [base_dir + '/**/*.xib', base_dir + '/Assets/*']
s.ios.dependency 'FRDeviceBinding', '~> 4.4.0'
s.ios.dependency 'FRDeviceBinding', '~> 4.4.1'
end
4 changes: 2 additions & 2 deletions FRUI/FRUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRUI;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -714,7 +714,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.FRUI;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions PingProtect.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'PingProtect'
s.version = '4.4.0'
s.version = '4.4.1'
s.summary = 'Ping Protect SDK for iOS'
s.description = <<-DESC
PingProtect is an SDK that adds support for the PingOne Protect feature. PingProtect depends on PingOneSignals.
Expand All @@ -30,6 +30,6 @@ Pod::Spec.new do |s|

base_dir = "PingProtect/PingProtect"
s.source_files = base_dir + '/**/*.swift', base_dir + '/**/*.c', base_dir + '/**/*.h'
s.ios.dependency 'FRAuth', '~> 4.4.0'
s.ios.dependency 'FRAuth', '~> 4.4.1'
s.ios.dependency 'PingOneSignals', '~> 5.2.3'
end
4 changes: 2 additions & 2 deletions PingProtect/PingProtect.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.PingProtect;
Expand Down Expand Up @@ -600,7 +600,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = com.forgerock.ios.PingProtect;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/openid/AppAuth-iOS.git",
"state" : {
"revision" : "71cde449f13d453227e687458144bde372d30fc7",
"version" : "1.6.2"
"revision" : "c89ed571ae140f8eb1142735e6e23d7bb8c34cb2",
"version" : "1.7.5"
}
},
{
Expand All @@ -23,26 +23,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleSignIn-iOS.git",
"state" : {
"revision" : "7932d33686c1dc4d7df7a919aae47361d1cdfda4",
"version" : "7.0.0"
"revision" : "a7965d134c5d3567026c523e0a8a583f73b62b0d",
"version" : "7.1.0"
}
},
{
"identity" : "gtm-session-fetcher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/gtm-session-fetcher.git",
"state" : {
"revision" : "bc6a19702ac76ac4e488b68148710eb815f9bc56",
"version" : "1.7.0"
"revision" : "0382ca27f22fb3494cf657d8dc356dc282cd1193",
"version" : "3.4.1"
}
},
{
"identity" : "gtmappauth",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GTMAppAuth.git",
"state" : {
"revision" : "cee3c709307912d040bd1e06ca919875a92339c6",
"version" : "2.0.0"
"revision" : "5d7d66f647400952b1758b230e019b07c0b4b22a",
"version" : "4.1.1"
}
},
{
Expand All @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pingidentity/pingone-signals-sdk-ios",
"state" : {
"revision" : "5f5d11a99746eec06f496e0302bc86673be573a2",
"version" : "5.2.0"
"revision" : "88951ad71c37853fb86cee0bf48cf447ded5b268",
"version" : "5.2.3"
}
}
],
Expand Down
Loading

0 comments on commit 466ffe2

Please sign in to comment.