Browse Source

Bugfix: dont link libusb dynamically. Change color

master v0.2
heck 2 years ago
parent
commit
1d7c1c0825
  1. 10
      Builds/MacOSX/HelloWorldDemo.xcodeproj/project.pbxproj
  2. BIN
      Builds/MacOSX/HelloWorldDemo.xcodeproj/project.xcworkspace/xcuserdata/heck.xcuserdatad/UserInterfaceState.xcuserstate
  3. BIN
      Builds/MacOSX/build/Debug/HelloWorldDemo.app/Contents/MacOS/HelloWorldDemo
  4. 5
      Source/HelloWorldDemo.h
  5. 50
      dist/FV1-FUN.app/Contents/Info.plist
  6. BIN
      dist/FV1-FUN.app/Contents/MacOS/HelloWorldDemo
  7. 1
      dist/FV1-FUN.app/Contents/PkgInfo
  8. BIN
      dist/FV1-FUN.app/Contents/Resources/RecentFilesMenuTemplate.nib
  9. 128
      dist/FV1-FUN.app/Contents/_CodeSignature/CodeResources
  10. BIN
      dist/FV1-Fun.app.zip
  11. BIN
      res/libusb-1.0.a

10
Builds/MacOSX/HelloWorldDemo.xcodeproj/project.pbxproj

@ -16,8 +16,8 @@
58F81FF61B2E3330A4DC84D5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1AE6443A798B33984E52C9 /* Foundation.framework */; };
5B5A2F3BA0ADA4C6C0FCB89A /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4379C7B6AFDC3C5B757D5764 /* IOKit.framework */; };
5C4FFCDF8D6FDF200EC517F5 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A95C42174C07FAA2B2B65C4C /* Security.framework */; };
8A2AC4C62A858ADD00296B3E /* libusb-1.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A2AC4C52A858AD000296B3E /* libusb-1.0.a */; };
8A4DDBE72A850D4F0032C112 /* libch341eeprom.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A4DDBE62A850D190032C112 /* libch341eeprom.a */; };
8A4DDBE82A850D660032C112 /* libusb-1.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A4DDBE52A850BFC0032C112 /* libusb-1.0.a */; };
8A92C8982A85735700923F81 /* libfvhex2bin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A1882DE2A85625700E34232 /* libfvhex2bin.a */; };
A237F9B254E95B3173479FF5 /* Main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7DABA4EA84ACAB407A52BAE /* Main.cpp */; };
F7500DD6050381FC1C00196C /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0050B1C17FE29F9C95B64D51 /* QuartzCore.framework */; };
@ -37,6 +37,7 @@
6FC6928C1E798507B5702338 /* RecentFilesMenuTemplate.nib */ = {isa = PBXFileReference; lastKnownFileType = file.nib; path = RecentFilesMenuTemplate.nib; sourceTree = SOURCE_ROOT; };
800D138984C3A1FF22A52A42 /* juce_gui_basics */ = {isa = PBXFileReference; lastKnownFileType = folder; name = juce_gui_basics; path = "~/JUCE/modules/juce_gui_basics"; sourceTree = "<absolute>"; };
8A1882DE2A85625700E34232 /* libfvhex2bin.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfvhex2bin.a; path = ../../../heck_fv_hex2bin/src/libfvhex2bin.a; sourceTree = "<group>"; };
8A2AC4C52A858AD000296B3E /* libusb-1.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libusb-1.0.a"; path = "../../res/libusb-1.0.a"; sourceTree = "<group>"; };
8A4DDBE52A850BFC0032C112 /* libusb-1.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libusb-1.0.a"; path = "../../../../../../../opt/local/lib/libusb-1.0.a"; sourceTree = "<group>"; };
8A4DDBE62A850D190032C112 /* libch341eeprom.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libch341eeprom.a; path = ../../../../heck_fvflash/src/libch341eeprom.a; sourceTree = "<group>"; };
957408F71F4B186C7A55CAA4 /* juce_events */ = {isa = PBXFileReference; lastKnownFileType = folder; name = juce_events; path = "~/JUCE/modules/juce_events"; sourceTree = "<absolute>"; };
@ -56,12 +57,12 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8A2AC4C62A858ADD00296B3E /* libusb-1.0.a in Frameworks */,
8A92C8982A85735700923F81 /* libfvhex2bin.a in Frameworks */,
50FE42A5C0417BF97C544A26 /* Cocoa.framework in Frameworks */,
8A4DDBE72A850D4F0032C112 /* libch341eeprom.a in Frameworks */,
58F81FF61B2E3330A4DC84D5 /* Foundation.framework in Frameworks */,
5B5A2F3BA0ADA4C6C0FCB89A /* IOKit.framework in Frameworks */,
8A4DDBE82A850D660032C112 /* libusb-1.0.a in Frameworks */,
F7500DD6050381FC1C00196C /* QuartzCore.framework in Frameworks */,
5C4FFCDF8D6FDF200EC517F5 /* Security.framework in Frameworks */,
);
@ -128,6 +129,7 @@
F0AEE2DC91681642918BB3F7 /* Frameworks */ = {
isa = PBXGroup;
children = (
8A2AC4C52A858AD000296B3E /* libusb-1.0.a */,
8A1882DE2A85625700E34232 /* libfvhex2bin.a */,
8A4DDBE62A850D190032C112 /* libch341eeprom.a */,
8A4DDBE52A850BFC0032C112 /* libusb-1.0.a */,
@ -361,7 +363,7 @@
LIBRARY_SEARCH_PATHS = (
/Users/heck/src/heck_fv_hex2bin/src,
/Users/heck/src/heck_fvflash/src,
/opt/local/lib,
../../res,
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../JuceLibraryCode $(HOME)/JUCE/modules";
@ -435,7 +437,7 @@
LIBRARY_SEARCH_PATHS = (
/Users/heck/src/heck_fv_hex2bin/src,
/Users/heck/src/heck_fvflash/src,
/opt/local/lib,
../../res,
);
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 10.13;

BIN
Builds/MacOSX/HelloWorldDemo.xcodeproj/project.xcworkspace/xcuserdata/heck.xcuserdatad/UserInterfaceState.xcuserstate

Binary file not shown.

BIN
Builds/MacOSX/build/Debug/HelloWorldDemo.app/Contents/MacOS/HelloWorldDemo

Binary file not shown.

5
Source/HelloWorldDemo.h

@ -83,7 +83,7 @@ public:
false, // is for saving,
{}, // browser wildcard suffix,
{}, // enforced suffix,
"Drop fv-1 program \n\nHere\n\nto upload (hex file)")); // text when nothing selected
"Drop fv-1 program \n\nHere\nHere\nHere\n\nto upload\n(.hex and .bin files are supported)")); // text when nothing selected
addAndMakeVisible (fileComp.get());
fileComp->addListener (this);
@ -126,7 +126,7 @@ public:
//==============================================================================
void paint (Graphics& g) override
{
g.fillAll (Colour (0,0,0));
g.fillAll (Colour (200,200,0));
}
@ -152,6 +152,7 @@ public:
// Convert
status_label.setText("Converting hex2bin...", juce::NotificationType::dontSendNotification);
int status = heckfv_hex2bin(infilename.data(), outfilename.data());
if (status != 0) {

50
dist/FV1-FUN.app/Contents/Info.plist

@ -0,0 +1,50 @@
<?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>21G72</string>
<key>CFBundleDisplayName</key>
<string>HelloWorldDemo</string>
<key>CFBundleExecutable</key>
<string>HelloWorldDemo</string>
<key>CFBundleIdentifier</key>
<string>live.heck.fv1fun</string>
<key>CFBundleName</key>
<string>HelloWorldDemo</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13F100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1341</string>
<key>DTXcodeBuild</key>
<string>13F100</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string></string>
</dict>
</plist>

BIN
dist/FV1-FUN.app/Contents/MacOS/HelloWorldDemo

Binary file not shown.

1
dist/FV1-FUN.app/Contents/PkgInfo

@ -0,0 +1 @@
APPL????

BIN
dist/FV1-FUN.app/Contents/Resources/RecentFilesMenuTemplate.nib

Binary file not shown.

128
dist/FV1-FUN.app/Contents/_CodeSignature/CodeResources

@ -0,0 +1,128 @@
<?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>files</key>
<dict>
<key>Resources/RecentFilesMenuTemplate.nib</key>
<data>
4cEN55flubpq9bxeGSBG3zMPYQw=
</data>
</dict>
<key>files2</key>
<dict>
<key>Resources/RecentFilesMenuTemplate.nib</key>
<dict>
<key>hash2</key>
<data>
cY60xaOlVk3YMq6aNs9knz7yV86JbdkhaT7rYQG9AIo=
</data>
</dict>
</dict>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>

BIN
dist/FV1-Fun.app.zip

Binary file not shown.

BIN
res/libusb-1.0.a

Binary file not shown.
Loading…
Cancel
Save