Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mologie committed Nov 8, 2020
2 parents 3a406c3 + a766727 commit 243c820
Show file tree
Hide file tree
Showing 109 changed files with 1,010 additions and 4,106 deletions.
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_PATH: "vendor/bundle"
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
# macOS specific
.DS_Store

# Managed by Cocoapods
Pods/
# Managed by bundler
vendor/bundle/

# AppCenter xcframework binaries
# TODO: There is no automated download method for those yet, consider using Git LFS
vendor/Frameworks/

# Xcode user
xcuserdata
Expand Down
Binary file added Artwork/NXBoot.afphoto
Binary file not shown.
Binary file removed Artwork/NXBoot.psd
Binary file not shown.
Binary file added Artwork/NXBoot2.afphoto
Binary file not shown.
Binary file removed Artwork/NXBoot2.psd
Binary file not shown.
Binary file added Artwork/NXBootMac.afphoto
Binary file not shown.
Binary file removed Artwork/NXBootMac.png
Binary file not shown.
Binary file removed Artwork/NXBootMac.psd
Binary file not shown.
3 changes: 3 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
brew "carthage"
brew "dpkg"
cask "jtool"
47 changes: 47 additions & 0 deletions Brewfile.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"entries": {
"brew": {
"dpkg": {
"version": "1.20.5",
"bottle": {
"cellar": "/usr/local/Cellar",
"prefix": "/usr/local",
"files": {
"catalina": {
"url": "https://homebrew.bintray.com/bottles/dpkg-1.20.5.catalina.bottle.tar.gz",
"sha256": "32ae6083fd4207f4cecd58087b68afc43a22d6020bd7a89184a0af20ecc9a2fb"
},
"mojave": {
"url": "https://homebrew.bintray.com/bottles/dpkg-1.20.5.mojave.bottle.tar.gz",
"sha256": "ec0d8e85f436bc6394de1f261c1c0e791ed72797d7ae20e6fb8f1cda016a7b43"
},
"high_sierra": {
"url": "https://homebrew.bintray.com/bottles/dpkg-1.20.5.high_sierra.bottle.tar.gz",
"sha256": "483c5e48a18dd401638399670aff9fd1a2800a243a37f208235777e9fc140986"
}
}
}
}
},
"cask": {
"jtool2": {
"version": "2020.02.10",
"options": {
"full_name": "jtool2"
}
}
}
},
"system": {
"macos": {
"catalina": {
"HOMEBREW_VERSION": "2.5.8",
"HOMEBREW_PREFIX": "/usr/local",
"Homebrew/homebrew-core": "5f653cea908226297af7faab47e8a6f9490d5aca",
"CLT": "1103.0.32.29",
"Xcode": "12.1",
"macOS": "10.15.7"
}
}
}
}
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source "https://rubygems.org"

gem "xcodeproj"
gem "xcpretty"
27 changes: 27 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.2)
atomos (0.1.3)
claide (1.0.3)
colored2 (3.1.2)
nanaimo (0.3.0)
rouge (2.0.7)
xcodeproj (1.19.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
xcpretty (0.3.0)
rouge (~> 2.0.7)

PLATFORMS
ruby

DEPENDENCIES
xcodeproj
xcpretty

BUNDLED WITH
1.17.2
772 changes: 163 additions & 609 deletions NXBoot.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions NXBoot.xcodeproj/xcshareddata/xcschemes/NXBoot.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1030"
LastUpgradeVersion = "1210"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -27,8 +27,6 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
Expand All @@ -38,8 +36,8 @@
ReferencedContainer = "container:NXBoot.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -61,8 +59,6 @@
ReferencedContainer = "container:NXBoot.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1030"
LastUpgradeVersion = "1210"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -16,7 +16,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "A795B6B421015F880008820F"
BuildableName = "nxboot"
BlueprintName = "NXBootCmdMac"
BlueprintName = "NXBootCmd_macOS"
ReferencedContainer = "container:NXBoot.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -29,17 +29,6 @@
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A795B6B421015F880008820F"
BuildableName = "nxboot"
BlueprintName = "NXBootCmdMac"
ReferencedContainer = "container:NXBoot.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -57,12 +46,10 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "A795B6B421015F880008820F"
BuildableName = "nxboot"
BlueprintName = "NXBootCmdMac"
BlueprintName = "NXBootCmd_macOS"
ReferencedContainer = "container:NXBoot.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand All @@ -76,7 +63,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "A795B6B421015F880008820F"
BuildableName = "nxboot"
BlueprintName = "NXBootCmdMac"
BlueprintName = "NXBootCmd_macOS"
ReferencedContainer = "container:NXBoot.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
Expand Down
37 changes: 19 additions & 18 deletions NXBoot.xcodeproj/xcshareddata/xcschemes/NXBootKit.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1030"
LastUpgradeVersion = "1210"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -15,8 +15,22 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A73FDCE220FA9C5C007EBF4F"
BuildableName = "libNXBootKit.a"
BlueprintName = "NXBootKit"
BuildableName = "libNXBootKit_iOS.a"
BlueprintName = "NXBootKit_iOS"
ReferencedContainer = "container:NXBoot.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A70934D82556DEA0006AA85B"
BuildableName = "libNXBootKit_macOS.a"
BlueprintName = "NXBootKit_macOS"
ReferencedContainer = "container:NXBoot.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -29,8 +43,6 @@
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -42,17 +54,6 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A73FDCE220FA9C5C007EBF4F"
BuildableName = "libNXBootKit.a"
BlueprintName = "NXBootKit"
ReferencedContainer = "container:NXBoot.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand All @@ -64,8 +65,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A73FDCE220FA9C5C007EBF4F"
BuildableName = "libNXBootKit.a"
BlueprintName = "NXBootKit"
BuildableName = "libNXBootKit_iOS.a"
BlueprintName = "NXBootKit_iOS"
ReferencedContainer = "container:NXBoot.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down
103 changes: 0 additions & 103 deletions NXBoot.xcodeproj/xcshareddata/xcschemes/NXBootKitAll.xcscheme

This file was deleted.

Loading

0 comments on commit 243c820

Please sign in to comment.