Skip to content

Commit

Permalink
V1.2
Browse files Browse the repository at this point in the history
- fix bug with avrdude
- avrdude is now integrated in the app
- Arduino IDE not must be installed
  • Loading branch information
nightflyer88 authored and nightflyer88 committed Dec 22, 2017
1 parent d9dc9b3 commit 13f3cac
Show file tree
Hide file tree
Showing 20 changed files with 30,015 additions and 45 deletions.
58 changes: 58 additions & 0 deletions HexUploader.app/Contents/Info.plist
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>17B1003</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>HexUploader</string>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>CFBundleIdentifier</key>
<string>me.buildaweso.HexUploader</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>HexUploader</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>3</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9C40b</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17C76</string>
<key>DTSDKName</key>
<string>macosx10.13</string>
<key>DTXcode</key>
<string>0920</string>
<key>DTXcodeBuild</key>
<string>9C40b</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
<key>NSHumanReadableCopyright</key>
<string>Just use it</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>
Binary file added HexUploader.app/Contents/MacOS/HexUploader
Binary file not shown.
1 change: 1 addition & 0 deletions HexUploader.app/Contents/PkgInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APPL????
Binary file added HexUploader.app/Contents/Resources/AppIcon.icns
Binary file not shown.
Binary file added HexUploader.app/Contents/Resources/Assets.car
Binary file not shown.
Binary file added HexUploader.app/Contents/Resources/avrdude
Binary file not shown.
Loading

0 comments on commit 13f3cac

Please sign in to comment.