This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from cybertunnel/feature/update_installer
Adding updated compiled version of LoanShark
- Loading branch information
Showing
36 changed files
with
488 additions
and
4 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
Binary file added
BIN
+236 KB
...rary/Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftAppKit.dylib
Binary file not shown.
Binary file added
BIN
+6.25 MB
...ibrary/Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftCore.dylib
Binary file not shown.
Binary file added
BIN
+96.1 KB
...ry/Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftCoreData.dylib
Binary file not shown.
Binary file added
BIN
+40.2 KB
...lication Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftCoreFoundation.dylib
Binary file not shown.
Binary file added
BIN
+197 KB
...pplication Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftCoreGraphics.dylib
Binary file not shown.
Binary file added
BIN
+48.2 KB
...y/Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftCoreImage.dylib
Binary file not shown.
Binary file added
BIN
+104 KB
...rary/Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftDarwin.dylib
Binary file not shown.
Binary file added
BIN
+338 KB
...ry/Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftDispatch.dylib
Binary file not shown.
Binary file added
BIN
+2.92 MB
.../Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftFoundation.dylib
Binary file not shown.
Binary file added
BIN
+44 KB
...brary/Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftIOKit.dylib
Binary file not shown.
Binary file added
BIN
+90.2 KB
...brary/Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftMetal.dylib
Binary file not shown.
Binary file added
BIN
+59.6 KB
.../Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftObjectiveC.dylib
Binary file not shown.
Binary file added
BIN
+57 KB
.../Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftQuartzCore.dylib
Binary file not shown.
Binary file added
BIN
+43.9 KB
...Library/Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftXPC.dylib
Binary file not shown.
Binary file added
BIN
+72.9 KB
.../Library/Application Support/LoanShark/LoanShark.app/Contents/Frameworks/libswiftos.dylib
Binary file not shown.
58 changes: 58 additions & 0 deletions
58
Installer/payload/Library/Application Support/LoanShark/LoanShark.app/Contents/Info.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,58 @@ | ||
<?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>BuildMachineOSBuild</key> | ||
<string>18E220a</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleExecutable</key> | ||
<string>LoanShark</string> | ||
<key>CFBundleIconFile</key> | ||
<string>AppIcon</string> | ||
<key>CFBundleIconName</key> | ||
<string>AppIcon</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.github.cybertunnel.LoanShark</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>LoanShark</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>10B61</string> | ||
<key>DTPlatformVersion</key> | ||
<string>GM</string> | ||
<key>DTSDKBuild</key> | ||
<string>18B71</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.14</string> | ||
<key>DTXcode</key> | ||
<string>1010</string> | ||
<key>DTXcodeBuild</key> | ||
<string>10B61</string> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>10.12</string> | ||
<key>LSUIElement</key> | ||
<true/> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2019 Tyler Morgan. All rights reserved.</string> | ||
<key>NSMainStoryboardFile</key> | ||
<string>Main</string> | ||
<key>NSPrincipalClass</key> | ||
<string>NSApplication</string> | ||
<key>NSUserNotificationAlertStyle</key> | ||
<string>alert</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+442 KB
...ller/payload/Library/Application Support/LoanShark/LoanShark.app/Contents/MacOS/LoanShark
Binary file not shown.
1 change: 1 addition & 0 deletions
1
Installer/payload/Library/Application Support/LoanShark/LoanShark.app/Contents/PkgInfo
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 @@ | ||
APPL???? |
Binary file added
BIN
+183 KB
...yload/Library/Application Support/LoanShark/LoanShark.app/Contents/Resources/AppIcon.icns
Binary file not shown.
Binary file added
BIN
+165 KB
...payload/Library/Application Support/LoanShark/LoanShark.app/Contents/Resources/Assets.car
Binary file not shown.
Binary file added
BIN
+20.7 KB
...anShark.app/Contents/Resources/Base.lproj/Main.storyboardc/20Z-7b-FQf-view-zCF-fv-Dwm.nib
Binary file not shown.
Binary file added
BIN
+26 KB
...anShark.app/Contents/Resources/Base.lproj/Main.storyboardc/DSB-g8-MKz-view-tZ7-t3-3n5.nib
Binary file not shown.
Binary file added
BIN
+881 Bytes
...Support/LoanShark/LoanShark.app/Contents/Resources/Base.lproj/Main.storyboardc/Info.plist
Binary file not shown.
Binary file added
BIN
+17 KB
...pport/LoanShark/LoanShark.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib
Binary file not shown.
Binary file added
BIN
+2.21 KB
...nShark.app/Contents/Resources/Base.lproj/Main.storyboardc/NSViewController-20Z-7b-FQf.nib
Binary file not shown.
Binary file added
BIN
+2.12 KB
...nShark.app/Contents/Resources/Base.lproj/Main.storyboardc/NSViewController-DSB-g8-MKz.nib
Binary file not shown.
Binary file added
BIN
+2.11 KB
...nShark.app/Contents/Resources/Base.lproj/Main.storyboardc/NSViewController-lRq-Sq-zZ6.nib
Binary file not shown.
Binary file added
BIN
+18.5 KB
...anShark.app/Contents/Resources/Base.lproj/Main.storyboardc/XfG-lQ-9wD-view-m2S-Jp-Qdl.nib
Binary file not shown.
Binary file added
BIN
+4.76 KB
...LoanShark/LoanShark.app/Contents/Resources/Base.lproj/Main.storyboardc/authentication.nib
Binary file not shown.
Binary file added
BIN
+3.87 KB
...anShark/LoanShark.app/Contents/Resources/Base.lproj/Main.storyboardc/extensionRequest.nib
Binary file not shown.
Binary file added
BIN
+22.3 KB
...anShark.app/Contents/Resources/Base.lproj/Main.storyboardc/gZa-NH-KiA-view-wv6-hf-89Z.nib
Binary file not shown.
Binary file added
BIN
+20.9 KB
...anShark.app/Contents/Resources/Base.lproj/Main.storyboardc/lRq-Sq-zZ6-view-IOZ-KI-u6s.nib
Binary file not shown.
Binary file added
BIN
+3.99 KB
.../LoanShark/LoanShark.app/Contents/Resources/Base.lproj/Main.storyboardc/lockoutWindow.nib
Binary file not shown.
Binary file added
BIN
+435 KB
...Application Support/LoanShark/LoanShark.app/Contents/Resources/libswiftRemoteMirror.dylib
Binary file not shown.
Oops, something went wrong.