File tree 6 files changed +15
-7
lines changed
6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.0-rc.4 </string >
18
+ <string >1.0.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleURLTypes </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.0-rc.4 </string >
18
+ <string >1.0.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.0-rc.4 </string >
18
+ <string >1.0.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -72,8 +72,7 @@ public struct Telemetry {
72
72
}
73
73
74
74
static func versionInformation( bundle: Bundle = Bundle ( for: Credentials . classForCoder ( ) ) ) -> [ String : String ] {
75
- // let version = bundle.infoDictionary?["CFBundleShortVersionString"] as? String ?? Telemetry.NoVersion
76
- let version = " 1.0.0-rc.4 "
75
+ let version = bundle. infoDictionary ? [ " CFBundleShortVersionString " ] as? String ?? Telemetry . NoVersion
77
76
let dict = [
78
77
Telemetry . NameKey: Telemetry . LibraryName,
79
78
Telemetry . VersionKey: version,
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.0-rc.4 </string >
18
+ <string >1.0.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.0.0] ( https://github.com/auth0/Auth0.swift/tree/1.0.0 ) (2016-10-06)
4
+ [ Full Changelog] ( https://github.com/auth0/Auth0.swift/compare/1.0.0-rc.4...1.0.0 )
5
+
6
+ ** Closed issues**
7
+ - Facebook Login web page does not redirect to the application at the first login [ \# 51] ( https://github.com/auth0/Auth0.swift/issues/51 )
8
+
9
+ ** Fixed**
10
+ - Properly parse authorize response [ \# 56] ( https://github.com/auth0/Auth0.swift/pull/56 ) ([ hzalaz] ( https://github.com/hzalaz ) )
11
+
3
12
## [ 1.0.0-rc.4] ( https://github.com/auth0/Auth0.swift/tree/1.0.0-rc.4 ) (2016-09-18)
4
13
[ Full Changelog] ( https://github.com/auth0/Auth0.swift/compare/1.0.0-rc.3...1.0.0-rc.4 )
5
14
@@ -236,4 +245,4 @@ Auth0
236
245
## [ 0.1.0] ( https://github.com/auth0/Auth0.swift/tree/0.1.0 ) (2015-07-02)
237
246
238
247
239
- \* * This Change Log was automatically generated by [ github_changelog_generator] ( https://github.com/skywinder/Github-Changelog-Generator ) *
248
+ \* * This Change Log was automatically generated by [ github_changelog_generator] ( https://github.com/skywinder/Github-Changelog-Generator ) *
You can’t perform that action at this time.
0 commit comments