forked from gnachman/iTerm2
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unsigned CI builds for macOS-x64 and add badge in the README
- Loading branch information
Showing
47 changed files
with
297 additions
and
2,081 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: therm | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
macos-x64: | ||
runs-on: macos-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Build | ||
run: | | ||
make -j4 CIFLAGS='CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO' | tee build.log | ||
- name: Count Warnings | ||
run: | | ||
grep 'warning:' build.log | wc -l | ||
- name: Packaging | ||
run: make dist CIFLAGS='CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO' | ||
- uses: actions/upload-artifact@v3 | ||
with: | ||
name: Therm.zip | ||
path: Therm-*.zip | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Headers/CPKColorWell.h
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Headers/CPKMainViewController.h
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Headers/CPKPopover.h
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Headers/CPKSwatchView.h
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Headers/ColorPicker.h
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Modules/module.modulemap
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-7.58 KB
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/ActiveEscapeHatch.tiff
Binary file not shown.
Binary file removed
BIN
-8.46 KB
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/ActiveEyedropper.tiff
Binary file not shown.
Binary file removed
BIN
-7.09 KB
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/Add.tiff
Binary file not shown.
Binary file removed
BIN
-7.23 KB
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/EscapeHatch.tiff
Binary file not shown.
Binary file removed
BIN
-7.87 KB
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/Eyedropper.tiff
Binary file not shown.
Binary file removed
BIN
-10.1 KB
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/HSB.tiff
Binary file not shown.
46 changes: 0 additions & 46 deletions
46
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/Info.plist
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-7.4 KB
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/NoColor.tiff
Binary file not shown.
Binary file removed
BIN
-8.85 KB
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/RGB.tiff
Binary file not shown.
Binary file removed
BIN
-6.98 KB
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/Remove.tiff
Binary file not shown.
Binary file removed
BIN
-7.56 KB
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/SelectedColorIndicator.tiff
Binary file not shown.
Binary file removed
BIN
-7.16 KB
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/SelectionIndicator.tiff
Binary file not shown.
Binary file removed
BIN
-7.07 KB
ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/SwatchCheckerboard.tiff
Binary file not shown.
Oops, something went wrong.