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.7 '
3+ s . version = '3.10.8 '
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.7 " ;
25+ return @" 3.10.8 " ;
2626}
2727
2828+(NSString *)userAgentHeaderKey {
Original file line number Diff line number Diff line change 17601760 "@executable_path/Frameworks",
17611761 "@loader_path/Frameworks",
17621762 );
1763- MARKETING_VERSION = 3.10.6 ;
1763+ MARKETING_VERSION = 3.10.8 ;
17641764 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
17651765 PRODUCT_NAME = OktaOidc;
17661766 SKIP_INSTALL = YES;
17901790 "@executable_path/Frameworks",
17911791 "@loader_path/Frameworks",
17921792 );
1793- MARKETING_VERSION = 3.10.6 ;
1793+ MARKETING_VERSION = 3.10.8 ;
17941794 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
17951795 PRODUCT_NAME = OktaOidc;
17961796 SKIP_INSTALL = YES;
19361936 "@loader_path/Frameworks",
19371937 );
19381938 MACOSX_DEPLOYMENT_TARGET = 10.14;
1939- MARKETING_VERSION = 3.10.7 ;
1939+ MARKETING_VERSION = 3.10.8 ;
19401940 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
19411941 PRODUCT_NAME = OktaOidc;
19421942 SDKROOT = macosx;
19631963 "@loader_path/Frameworks",
19641964 );
19651965 MACOSX_DEPLOYMENT_TARGET = 10.14;
1966- MARKETING_VERSION = 3.10.7 ;
1966+ MARKETING_VERSION = 3.10.8 ;
19671967 PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
19681968 PRODUCT_NAME = OktaOidc;
19691969 SDKROOT = macosx;
You can’t perform that action at this time.
0 commit comments