Skip to content

Commit bb1d3a0

Browse files
committed
code cleanup
1 parent ed1583b commit bb1d3a0

File tree

10 files changed

+45
-10
lines changed

10 files changed

+45
-10
lines changed

.github/workflows/release.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Release
2+
on:
3+
release:
4+
types: [published]
5+
jobs:
6+
publish:
7+
name: Publish
8+
runs-on: macos-latest
9+
env:
10+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
11+
permissions:
12+
contents: write # for asset upload
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
- name: BuildAndPackage
17+
uses: 4d/build4d-action@main
18+
with:
19+
product-line: vcs
20+
version: vcs
21+
build: official
22+
token: ${{ secrets.DLTK }}
23+
actions: "build,pack,sign,archive"
24+
sign-certificate: "Vincent de Lachaux (DYRKW64QA9)"
25+
- name: Upload
26+
run: |
27+
gh release upload ${{github.event.release.tag_name}} build/4DPop-QuickOpen.zip

Build/4DPop-QuickOpen.dmg

11.5 KB
Binary file not shown.

Build/4DPop-QuickOpen.zip

3.02 KB
Binary file not shown.
Binary file not shown.

Build/Components/4DPop QuickOpen.4dbase/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<key>NSHumanReadableCopyright</key>
77
<string>©vdl 2021-2024</string>
88
<key>CFBundleVersion</key>
9-
<string>88</string>
9+
<string>89</string>
1010
<key>CFBundleDisplayName</key>
1111
<string>4DPop QuickOpen</string>
1212
<key>CFBundleShortVersionString</key>
1313
<string>20R7</string>
1414
<key>CFBundleGetInfoString</key>
1515
<string>20R7</string>
1616
<key>CFBundleLongVersionString</key>
17-
<string>20R7 (87)</string>
17+
<string>20R7 (88)</string>
1818
<key>CFBundleName</key>
1919
<string>4DPop QuickOpen</string>
2020
</dict>
Binary file not shown.
Binary file not shown.

Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<key>NSHumanReadableCopyright</key>
77
<string>©vdl 2021-2024</string>
88
<key>CFBundleVersion</key>
9-
<string>88</string>
9+
<string>89</string>
1010
<key>CFBundleDisplayName</key>
1111
<string>4DPop QuickOpen</string>
1212
<key>CFBundleShortVersionString</key>
1313
<string>20R7</string>
1414
<key>CFBundleGetInfoString</key>
1515
<string>20R7</string>
1616
<key>CFBundleLongVersionString</key>
17-
<string>20R7 (87)</string>
17+
<string>20R7 (88)</string>
1818
<key>CFBundleName</key>
1919
<string>4DPop QuickOpen</string>
2020
</dict>

README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
[![language](https://img.shields.io/static/v1?label=language&message=4d&color=blue)](https://developer.4d.com/)
2-
[![language](https://img.shields.io/github/languages/top/vdelachaux/4DPop-QuickOpen.svg)](https://developer.4d.com/)
3-
![code-size](https://img.shields.io/github/languages/code-size/vdelachaux/4DPop-QuickOpen.svg)
4-
[![license](https://img.shields.io/github/license/vdelachaux/4DPop-QuickOpen)](LICENSE)
5-
[![release](https://img.shields.io/github/v/release/vdelachaux/4DPop-QuickOpen?include_prereleases)](https://github.com/vdelachaux/4DPop-QuickOpen/releases/latest)
6-
[![Build](https://github.com/vdelachaux/4DPop-QuickOpen/actions/workflows/build.yml/badge.svg)](https://github.com/vdelachaux/4DPop-QuickOpen/actions/workflows/build.yml)
1+
<!-- MARKDOWN LINKS & IMAGES -->
2+
[release-shield]: https://img.shields.io/github/v/release/vdelachaux/4DPop-QuickOpen.svg?include_prereleases
3+
[release-url]: https://github.com/vdelachaux/4DPop-QuickOpen.svg/releases/latest
4+
5+
[license-shield]: https://img.shields.io/github/license/vdelachaux/4DPop-QuickOpen.svg
6+
7+
<!--BADGES-->
8+
![Static Badge](https://img.shields.io/badge/Dev%20Component-blue?logo=4d&link=https%3A%2F%2Fdeveloper.4d.com)
9+
![Static Badge](https://img.shields.io/badge/Project%20Dependencies-blue?logo=4d&link=https%3A%2F%2Fdeveloper.4d.com%2Fdocs%2FProject%2Fcomponents%2F%23loading-components)
10+
<br>
11+
[![release][release-shield]][release-url]
12+
[![license][license-shield]](LICENSE)
13+
<br>
14+
<img src="https://img.shields.io/github/downloads/vdelachaux/4DPop-QuickOpen/total"/>
715

816
# Overview
917

Resources/InfoPlist.strings

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)