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.0 '
3+ s . version = '3.10.1 '
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.0 " ;
25+ return @" 3.10.1 " ;
2626}
2727
2828+(NSString *)userAgentHeaderKey {
Original file line number Diff line number Diff line change 17111711 "@executable_path/Frameworks",
17121712 "@loader_path/Frameworks",
17131713 );
1714- MARKETING_VERSION = 3.10.0 ;
1714+ MARKETING_VERSION = 3.10.1 ;
17151715 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
17161716 PRODUCT_NAME = OktaOidc;
17171717 SKIP_INSTALL = YES;
17401740 "@executable_path/Frameworks",
17411741 "@loader_path/Frameworks",
17421742 );
1743- MARKETING_VERSION = 3.10.0 ;
1743+ MARKETING_VERSION = 3.10.1 ;
17441744 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
17451745 PRODUCT_NAME = OktaOidc;
17461746 SKIP_INSTALL = YES;
18871887 "@loader_path/Frameworks",
18881888 );
18891889 MACOSX_DEPLOYMENT_TARGET = 10.14;
1890- MARKETING_VERSION = 3.10.0 ;
1890+ MARKETING_VERSION = 3.10.1 ;
18911891 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
18921892 PRODUCT_NAME = OktaOidc;
18931893 SDKROOT = macosx;
19131913 "@loader_path/Frameworks",
19141914 );
19151915 MACOSX_DEPLOYMENT_TARGET = 10.14;
1916- MARKETING_VERSION = 3.10.0 ;
1916+ MARKETING_VERSION = 3.10.1 ;
19171917 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
19181918 PRODUCT_NAME = OktaOidc;
19191919 SDKROOT = macosx;
You can’t perform that action at this time.
0 commit comments