File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'OktaOidc'
3
- s . version = '3.11.6 '
3
+ s . version = '3.11.7 '
4
4
s . summary = 'SDK to easily integrate AppAuth with Okta'
5
5
s . description = <<-DESC
6
6
Integrate your native app with Okta using the AppAuth library.
@@ -21,7 +21,7 @@ Integrate your native app with Okta using the AppAuth library.
21
21
s . subspec 'Okta' do |okta |
22
22
okta . dependency 'OktaOidc/AppAuth'
23
23
okta . source_files = 'Sources/OktaOidc/**/*.{h,swift}'
24
- okta . resources = 'Sources/OktaOidc/Common/Resources/**/*'
24
+ okta . resource_bundles = { 'OktaOidc' => 'Sources/OktaOidc/Common/Resources/**/*' }
25
25
okta . exclude_files = 'Sources/OktaOidc/Common/Exports.swift'
26
26
okta . ios . deployment_target = '11.0'
27
27
okta . osx . deployment_target = '10.14'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ +(void)setUserAgentValue:(NSString*)value {
22
22
}
23
23
24
24
+(NSString *)userAgentVersion {
25
- return @" 3.11.6 " ;
25
+ return @" 3.11.7 " ;
26
26
}
27
27
28
28
+(NSString *)userAgentHeaderKey {
Original file line number Diff line number Diff line change 1800
1800
"@executable_path/Frameworks",
1801
1801
"@loader_path/Frameworks",
1802
1802
);
1803
- MARKETING_VERSION = 3.11.6 ;
1803
+ MARKETING_VERSION = 3.11.7 ;
1804
1804
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
1805
1805
PRODUCT_NAME = OktaOidc;
1806
1806
SKIP_INSTALL = YES;
1830
1830
"@executable_path/Frameworks",
1831
1831
"@loader_path/Frameworks",
1832
1832
);
1833
- MARKETING_VERSION = 3.11.6 ;
1833
+ MARKETING_VERSION = 3.11.7 ;
1834
1834
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
1835
1835
PRODUCT_NAME = OktaOidc;
1836
1836
SKIP_INSTALL = YES;
1978
1978
"@loader_path/Frameworks",
1979
1979
);
1980
1980
MACOSX_DEPLOYMENT_TARGET = 10.14;
1981
- MARKETING_VERSION = 3.11.6 ;
1981
+ MARKETING_VERSION = 3.11.7 ;
1982
1982
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
1983
1983
PRODUCT_NAME = OktaOidc;
1984
1984
SDKROOT = macosx;
2005
2005
"@loader_path/Frameworks",
2006
2006
);
2007
2007
MACOSX_DEPLOYMENT_TARGET = 10.14;
2008
- MARKETING_VERSION = 3.11.6 ;
2008
+ MARKETING_VERSION = 3.11.7 ;
2009
2009
PRODUCT_BUNDLE_IDENTIFIER = "com.okta.okta-oidc";
2010
2010
PRODUCT_NAME = OktaOidc;
2011
2011
SDKROOT = macosx;
You can’t perform that action at this time.
0 commit comments