-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
190 changed files
with
10,593 additions
and
1,512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,3 +96,5 @@ other/*.swift | |
psd/ | ||
temp/ | ||
|
||
# FileMerge backup | ||
*.orig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,37 @@ | ||
PODS: | ||
- AEXML (4.0.1) | ||
- GRMustache.swift (2.0.0) | ||
- GzipSwift (3.1.2) | ||
- Just (0.5.7) | ||
- MASPreferences (1.1.4) | ||
- PromiseKit (4.1.0): | ||
- PromiseKit/Foundation (= 4.1.0) | ||
- PromiseKit/QuartzCore (= 4.1.0) | ||
- PromiseKit/UIKit (= 4.1.0) | ||
- PromiseKit/CorePromise (4.1.0) | ||
- PromiseKit/Foundation (4.1.0): | ||
- PromiseKit/CorePromise | ||
- PromiseKit/QuartzCore (4.1.0): | ||
- PromiseKit/CorePromise | ||
- PromiseKit/UIKit (4.1.0): | ||
- PromiseKit/CorePromise | ||
|
||
DEPENDENCIES: | ||
- AEXML | ||
- GRMustache.swift | ||
- GzipSwift | ||
- Just | ||
- MASPreferences | ||
- PromiseKit (~> 4.0) | ||
|
||
SPEC CHECKSUMS: | ||
AEXML: 905e50474c0a261d335aa8be4ee32d22d69b6fd5 | ||
GRMustache.swift: 8a547c12bea16052071b2b540af83d770075f0eb | ||
GzipSwift: 86700e6530b3aa5e782ed7107cde2deea6b16688 | ||
Just: d19e769d86b965e39ae58cb3c0cbad07706634a8 | ||
MASPreferences: 7bdcfe891d7840453cf48f95fa866c3e152ace7a | ||
PromiseKit: c98453ff78544c0ad5bb0ea980782e6875f47978 | ||
|
||
PODFILE CHECKSUM: 1660afcf8e29f4d915d2c02e6adc97cd9068a0dd | ||
PODFILE CHECKSUM: 7bc6111c191d1fa43fa2a156023797fa28b7e775 | ||
|
||
COCOAPODS: 1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,9 @@ struct AppData { | |
static let rotations: [Int] = [0, 90, 180, 270] | ||
|
||
/** Seek amount */ | ||
static let seekAmountMap: [Int: Double] = [ | ||
1: 0.001, | ||
2: 0.01, | ||
3: 0.1, | ||
4: 0.5 | ||
] | ||
static let seekAmountMap = [0, 0.001, 0.01, 0.1, 0.5] | ||
static let seekAmountMapMouse = [0, 0.5, 1, 2, 4] | ||
static let volumeMap = [0, 0.25, 0.5, 0.75, 1] | ||
|
||
static let encodings = CharEncoding.list | ||
|
||
|
@@ -44,6 +41,7 @@ struct AppData { | |
|
||
static let githubLink = "https://github.com/lhc70000/iina" | ||
static let githubReleaseLink = "https://github.com/lhc70000/iina/releases" | ||
static let wikiLink = "https://github.com/lhc70000/iina/wiki" | ||
static let websiteLink = "https://lhc70000.github.io/iina/" | ||
static let emailLink = "[email protected]" | ||
|
||
|
@@ -84,6 +82,7 @@ struct Constants { | |
static let vfChanged = Notification.Name("IINAVfChanged") | ||
static let afChanged = Notification.Name("IINAAfChanged") | ||
static let fsChanged = Notification.Name("IINAFullscreenChanged") | ||
static let ontopChanged = Notification.Name("IINAOnTopChanged") | ||
static let keyBindingInputChanged = Notification.Name("IINAkeyBindingInputChanged") | ||
static let fileLoaded = Notification.Name("IINAFileLoaded") | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "trackpad.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.