This repository was archived by the owner on May 22, 2020. It is now read-only.
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed 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 </string >
18
+ <string >1.0.1 </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 >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0 </string >
18
+ <string >1.0.1 </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 @@ -13,7 +13,7 @@ let package = Package(
13
13
] ,
14
14
dependencies: [
15
15
// Dependencies declare other packages that this package depends on.
16
- // .package(url: /* package url */, from: "1 .0.0"),
16
+ // .package(url: /* package url */, from: "0 .0.0"),
17
17
] ,
18
18
targets: [
19
19
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ extension SRT {
23
23
let lineSeparator : String
24
24
if content. contains ( " \r \n " ) {
25
25
lineSeparator = " \r \n "
26
- } else if content. contains ( " r " ) {
26
+ } else if content. contains ( " \ r" ) {
27
27
lineSeparator = " \r "
28
28
} else {
29
29
lineSeparator = " \n "
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "srt"
3
- s . version = "1.0.0 "
3
+ s . version = "1.0.1 "
4
4
s . summary = ""
5
5
s . description = <<-DESC
6
6
Your description here.
You can’t perform that action at this time.
0 commit comments