File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'OktaOidc'
3- s . version = '3.10.3 '
3+ s . version = '3.10.4 '
44 s . summary = 'SDK to easily integrate AppAuth with Okta'
55 s . description = <<-DESC
66Integrate your native app with Okta using the AppAuth library.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ +(void)setUserAgentValue:(NSString*)value {
2222}
2323
2424+(NSString *)userAgentVersion {
25- return @" 3.10.3 " ;
25+ return @" 3.10.4 " ;
2626}
2727
2828+(NSString *)userAgentHeaderKey {
Original file line number Diff line number Diff line change 17571757 "@executable_path/Frameworks",
17581758 "@loader_path/Frameworks",
17591759 );
1760- MARKETING_VERSION = 3.10.3 ;
1760+ MARKETING_VERSION = 3.10.4 ;
17611761 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
17621762 PRODUCT_NAME = OktaOidc;
17631763 SKIP_INSTALL = YES;
17861786 "@executable_path/Frameworks",
17871787 "@loader_path/Frameworks",
17881788 );
1789- MARKETING_VERSION = 3.10.3 ;
1789+ MARKETING_VERSION = 3.10.4 ;
17901790 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
17911791 PRODUCT_NAME = OktaOidc;
17921792 SKIP_INSTALL = YES;
19311931 "@loader_path/Frameworks",
19321932 );
19331933 MACOSX_DEPLOYMENT_TARGET = 10.14;
1934- MARKETING_VERSION = 3.10.3 ;
1934+ MARKETING_VERSION = 3.10.4 ;
19351935 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
19361936 PRODUCT_NAME = OktaOidc;
19371937 SDKROOT = macosx;
19571957 "@loader_path/Frameworks",
19581958 );
19591959 MACOSX_DEPLOYMENT_TARGET = 10.14;
1960- MARKETING_VERSION = 3.10.3 ;
1960+ MARKETING_VERSION = 3.10.4 ;
19611961 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
19621962 PRODUCT_NAME = OktaOidc;
19631963 SDKROOT = macosx;
You can’t perform that action at this time.
0 commit comments