1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-04-18 12:38:37 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Anton Palgunov
8465be099b
Merge 7533cf874c into c06615cdec 2026-03-12 23:20:42 +03:00
Anton Palgunov
c06615cdec
Added MTMR Designer Link 2026-03-12 21:29:15 +03:00
7533cf874c Update build pipelines 2023-12-29 22:20:30 +00:00
033293fa31 updated pipelines + build scripts 2023-12-29 21:18:23 +00:00
6 changed files with 14 additions and 9 deletions

View File

@ -12,12 +12,12 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 20
- name: Install create-dmg
run: npm i -g create-dmg

View File

@ -680,8 +680,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = D6D8BR2QNB;
FRAMEWORK_SEARCH_PATHS = (

View File

@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.27</string>
<string>0.28</string>
<key>CFBundleVersion</key>
<string>448</string>
<string>457</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
@ -39,7 +39,7 @@
<key>NSHomeKitUsageDescription</key>
<string>MTMR needs access to HomeKit for work</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 - 2020 Anton Palgunov. All rights reserved.</string>
<string>Copyright © 2018 - 2024 Anton Palgunov. All rights reserved.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Weather widget need your location for correct work</string>
<key>NSLocationAlwaysUsageDescription</key>

View File

@ -5,10 +5,13 @@
_The TouchBar Customization App for your MacBook Pro_
My idea is to create a platform for creating plugins to customize the TouchBar. I very much like BTT and having a full custom TouchBar (my BTT preset), and I wanted to create it. It's my first Swift project for MacOS :)
My idea is to create a platform for creating plugins to customize the TouchBar. I very much like BTT and having a full custom TouchBar (my BTT preset), and I wanted to create it.
**Share your presets [here](https://github.com/Toxblh/MTMR-presets)**
**Visial editor for MTMR** -> [MTMR Designer](https://josmanvis.github.io/mtmr-designer)</br>
All thanks to [@josetwentyfour](https://github.com/josmanvis)
<p align="center">
<img src="./Resources/aaaaa-acc6-17fee7572ed0.png" alt="Mackbook with touchbar" width="800">
</p>

View File

@ -6,6 +6,7 @@ rm -r Release 2>/dev/null
xcodebuild archive \
-scheme "$NAME" \
-destination "name=Any Mac" \
-archivePath Release/App.xcarchive | xcpretty -c
xcodebuild \

View File

@ -12,6 +12,7 @@ rm -r Release 2>/dev/null
xcodebuild archive \
-scheme "$NAME" \
-destination "name=Any Mac" \
-archivePath Release/App.xcarchive | xcpretty
xcodebuild \