-
Notifications
You must be signed in to change notification settings - Fork 106
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
1 parent
bc881c8
commit a1985a0
Showing
9 changed files
with
182 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
...lper/LaunchHelper.xcodeproj/xcuserdata/jim.xcuserdatad/xcschemes/xcschememanagement.plist
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,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>SchemeUserState</key> | ||
<dict> | ||
<key>LaunchHelper.xcscheme_^#shared#^_</key> | ||
<dict> | ||
<key>orderHint</key> | ||
<integer>3</integer> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
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,30 @@ | ||
PODS: | ||
- Alamofire (4.7.2) | ||
- BRLOptionParser (0.3.1) | ||
- GCDWebServer (3.4.2): | ||
- GCDWebServer/Core (= 3.4.2) | ||
- GCDWebServer/Core (3.4.2) | ||
- MASShortcut (2.3.6) | ||
- RxCocoa (4.1.2): | ||
- RxSwift (~> 4.0) | ||
- RxSwift (4.1.2) | ||
|
||
DEPENDENCIES: | ||
- Alamofire (~> 4.7.2) | ||
- BRLOptionParser (~> 0.3.1) | ||
- GCDWebServer (~> 3.0) | ||
- MASShortcut (~> 2) | ||
- RxCocoa (~> 4.1.2) | ||
- RxSwift (~> 4.1.2) | ||
|
||
SPEC CHECKSUMS: | ||
Alamofire: e4fa87002c137ba2d8d634d2c51fabcda0d5c223 | ||
BRLOptionParser: a03256a8ff003ca1f5376c55f55f210e085a3958 | ||
GCDWebServer: 8d67ee9f634b4bb91eb4b8aee440318a5fc6debd | ||
MASShortcut: 9c215e8a8a78f3d01ce56da48e2730ab66b538fa | ||
RxCocoa: d88ba0f1f6abf040011a9eb4b539324fc426843a | ||
RxSwift: e49536837d9901277638493ea537394d4b55f570 | ||
|
||
PODFILE CHECKSUM: 00940d7054f9c0a5f67a7f3be8edb28676d11545 | ||
|
||
COCOAPODS: 1.4.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
59 changes: 59 additions & 0 deletions
59
Pods/Pods.xcodeproj/xcuserdata/jim.xcuserdatad/xcschemes/xcschememanagement.plist
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
TrojanX.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
TrojanX.xcodeproj/xcuserdata/jim.xcuserdatad/xcschemes/xcschememanagement.plist
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>SchemeUserState</key> | ||
<dict> | ||
<key>TrojanX.xcscheme_^#shared#^_</key> | ||
<dict> | ||
<key>orderHint</key> | ||
<integer>1</integer> | ||
</dict> | ||
<key>TrojanXTests.xcscheme_^#shared#^_</key> | ||
<dict> | ||
<key>orderHint</key> | ||
<integer>2</integer> | ||
</dict> | ||
<key>proxy_conf_helper.xcscheme_^#shared#^_</key> | ||
<dict> | ||
<key>orderHint</key> | ||
<integer>0</integer> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+174 KB
TrojanX.xcworkspace/xcuserdata/jim.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.