Skip to content

Commit

Permalink
project: Organize directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMatt committed Nov 4, 2018
1 parent 5809989 commit c6f9d08
Show file tree
Hide file tree
Showing 11,957 changed files with 298,651 additions and 9,388 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ report.xml
*.back
/fastlane/devices.txt
/archive
.vscode
*.zip
14 changes: 7 additions & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[submodule "PVMupen64Plus/mupen64plus-video-gliden64"]
path = PVMupen64Plus/Plugins/mupen64plus-video-gliden64
path = Cores/Mupen64Plus/Plugins/Video/gliden64
url = https://github.com/Provenance-Emu/GLideN64.git
[submodule "PVMupen64Plus/Plugins/mupen64plus-core"]
path = PVMupen64Plus/Plugins/mupen64plus-core
path = Cores/Mupen64Plus/Plugins/Core
url = https://github.com/Provenance-Emu/mupen64plus-core.git
[submodule "PVMupen64Plus/Plugins/mupen64plus-rsp-hle"]
path = PVMupen64Plus/Plugins/mupen64plus-rsp-hle
path = Cores/Mupen64Plus/Plugins/rsp/hle
url = https://github.com/mupen64plus/mupen64plus-rsp-hle.git
[submodule "PVMupen64Plus/Plugins/mupen64plus-rsp-cxd4"]
path = PVMupen64Plus/Plugins/mupen64plus-rsp-cxd4
path = Cores/Mupen64Plus/Plugins/rsp/cxd4
url = https://github.com/Provenance-Emu/mupen64plus-rsp-cxd4.git
[submodule "PVMupen64Plus/Plugins/mupen64plus-video-rice"]
path = PVMupen64Plus/Plugins/mupen64plus-video-rice
path = Cores/Mupen64Plus/Plugins/Video/rice
url = https://github.com/Provenance-Emu/mupen64plus-video-rice.git
[submodule "PVLibrary/LzmaSDKObjC"]
path = PVLibrary/LzmaSDKObjC
url = https://github.com/OlehKulykov/LzmaSDKObjC.git
[submodule "Cores/VirtualJaguar"]
path = Cores/VirtualJaguar
url = https://github.com/Provenance-Emu/Core-VirtualJaguar.git
[submodule "PVReicast/reicast-emulator"]
path = PVReicast/reicast-emulator
[submodule "Cores/Reicast/reicast-emulator"]
path = Cores/Reicast/reicast-emulator
url = https://github.com/JoeMatt/reicast-emulator.git
16 changes: 16 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# App
github "bitstadium/HockeySDK-iOS"
github "bitstadium/HockeySDK-tvOS"
github "xmartlabs/XLActionController"
github "bcylin/QuickTableViewController"
#github "RxSwiftCommunity/RxDataSources"

# PVSupport
github "CocoaLumberjack/CocoaLumberjack"
github "0xced/XCDLumberjackNSLogger"
github "radex/SwiftyUserDefaults"

# PVLibrary
github "ZipArchive/ZipArchive"
github "Provenance-Emu/realm-cocoa" # use our fork to speed up build times
github "stephencelis/SQLite.swift"
github "weichsel/ZIPFoundation"

github "ReactiveX/RxSwift"
github "Provenance-Emu/RxRealm"
10 changes: 10 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
github "0xced/XCDLumberjackNSLogger" "1.1.1"
github "CocoaLumberjack/CocoaLumberjack" "3.4.2"
github "Provenance-Emu/RxRealm" "0.7.6"
github "Provenance-Emu/realm-cocoa" "v3.11.1"
github "ReactiveX/RxSwift" "4.4.0"
github "ZipArchive/ZipArchive" "v2.1.4"
github "bcylin/QuickTableViewController" "v1.0.0"
github "bitstadium/HockeySDK-iOS" "5.1.4"
github "bitstadium/HockeySDK-tvOS" "5.1.0"
github "fpillet/NSLogger" "v1.9.0"
github "radex/SwiftyUserDefaults" "3.0.1"
github "stephencelis/SQLite.swift" "0.11.5"
github "weichsel/ZIPFoundation" "0.9.6"
github "xmartlabs/XLActionController" "4.1.0"
File renamed without changes
File renamed without changes
Loading

0 comments on commit c6f9d08

Please sign in to comment.