Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garyjohnson committed Dec 5, 2017
1 parent 9b9e2fd commit 1ac748d
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GEM
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.0)
fastlane (2.68.0)
fastlane (2.68.1)
CFPropertyList (>= 2.3, < 3.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Use your Taranis QX7S or other OpenTX bluetooth trainer as a macOS joystick
foohid
https://github.com/unbit/foohid
https://github.com/unbit/foohid/releases/download/0.2.1/foohid-0.2.1.dmg

npm install -g create-dmg
7 changes: 7 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ platform :mac do
lane :build do
gym
end

desc "Package"
lane :package do
`rm -r ../build/*`
gym
`cd ../build && create-dmg "./OpenTX BLE Joystick.app"`
end
end
1 change: 1 addition & 0 deletions fastlane/Gymfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
output_directory "./build"
5 changes: 5 additions & 0 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ xcode-select --install
fastlane mac build
```
Build
### mac package
```
fastlane mac package
```
Package

----

Expand Down
Binary file modified graphics/icons.sketch
Binary file not shown.
4 changes: 4 additions & 0 deletions opentx-ble-joystick.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 5D9WAKM8D6;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -359,6 +360,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_BUNDLE_IDENTIFIER = "io.usefulbits.opentx-ble-joystick";
PRODUCT_NAME = "OpenTX BLE Joystick";
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
};
Expand All @@ -369,6 +371,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 5D9WAKM8D6;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -381,6 +384,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_BUNDLE_IDENTIFIER = "io.usefulbits.opentx-ble-joystick";
PRODUCT_NAME = "OpenTX BLE Joystick";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion opentx-ble-joystick/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>1.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Binary file added requirements/foohid-0.2.1.dmg
Binary file not shown.

0 comments on commit 1ac748d

Please sign in to comment.