Skip to content

Commit

Permalink
recompil after 4D bf
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Jun 18, 2024
1 parent f42b867 commit 1a4e333
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 25 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ on:

jobs:
build:
name: "Build"
runs-on: windows-latest
name: "Build on ${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
uses: 4d/build4d-action@main
with:
product-line: vcs
version: vcs
build: official
token: ${{ secrets.DLTK }}

Binary file modified Build/4DPop-QuickOpen.dmg
Binary file not shown.
Binary file modified Build/4DPop-QuickOpen.zip
Binary file not shown.
Binary file modified Build/Components/4DPop QuickOpen.4dbase/4DPop QuickOpen.4DZ
Binary file not shown.
4 changes: 2 additions & 2 deletions Build/Components/4DPop QuickOpen.4dbase/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<key>NSHumanReadableCopyright</key>
<string>©vdl 2021-2024</string>
<key>CFBundleVersion</key>
<string>84</string>
<string>87</string>
<key>CFBundleDisplayName</key>
<string>4DPop QuickOpen</string>
<key>CFBundleShortVersionString</key>
<string>20R6</string>
<key>CFBundleGetInfoString</key>
<string>20R6</string>
<key>CFBundleLongVersionString</key>
<string>20R6 (83)</string>
<string>20R6 (86)</string>
<key>CFBundleName</key>
<string>4DPop QuickOpen</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<key>NSHumanReadableCopyright</key>
<string>©vdl 2021-2024</string>
<key>CFBundleVersion</key>
<string>84</string>
<string>87</string>
<key>CFBundleDisplayName</key>
<string>4DPop QuickOpen</string>
<key>CFBundleShortVersionString</key>
<string>20R6</string>
<key>CFBundleGetInfoString</key>
<string>20R6</string>
<key>CFBundleLongVersionString</key>
<string>20R6 (83)</string>
<string>20R6 (86)</string>
<key>CFBundleName</key>
<string>4DPop QuickOpen</string>
</dict>
Expand Down
71 changes: 53 additions & 18 deletions Project/Sources/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,67 @@
"dependencies": {
"4DPop": {
"github": "vdelachaux/4DPop",
"tag": "20.6.3"
"version": "latest"
},
"4DPop AppMaker": {
"github": "vdelachaux/4DPop-AppMaker",
"tag": "20.6.0"
"version": "latest"
},
"4DPop Git": {
"github": "vdelachaux/4DPop-Git",
"tag": "20.6.0"
"version": "latest"
},
"4DPop Macros": {
"github": "vdelachaux/4DPop-Macros",
"tag": "20.6.2"
},
"4DPop Bookmarks": {},
"4DPop Clipboard": {},
"4DPop ColorChart": {},
"4DPop Commands": {},
"4DPop Constants Editor": {},
"4DPop Image Buddy": {},
"4DPop KeepIt": {},
"4DPop Pasteboard": {},
"4DPop QuickOpen": {},
"4DPop Rulers": {},
"4DPop sqlSchemas": {},
"4DPop Window": {},
"4DPop XLIFF Pro": {}
"version": "latest"
},
"4DPop QuickOpen": {
"github": "vdelachaux/4DPop-QuickOpen",
"version": "latest"
},
"4DPop XLIFF Pro": {
"github": "vdelachaux/4DPop-XLIFF-Pro",
"version": "latest"
},
"4DPop Bookmarks": {
"github": "vdelachaux/4DPop-Bookmarks",
"version": "latest"
},
"4DPop ColorChart": {
"github": "vdelachaux/4DPop-ColorChart",
"version": "latest"
},
"4DPop Commands": {
"github": "vdelachaux/4DPop-Commands",
"version": "latest"
},
"4DPop Constants Editor": {
"github": "vdelachaux/4DPop-Constants-Editor",
"version": "latest"
},
"4DPop Image Buddy": {
"github": "vdelachaux/4DPop-Image-Buddy",
"version": "latest"
},
"4DPop KeepIt": {
"github": "vdelachaux/4DPop-KeepIt",
"version": "latest"
},
"4DPop Pasteboard": {
"github": "vdelachaux/4DPop-Pasteboard",
"version": "latest"
},
"4DPop Rulers": {
"github": "vdelachaux/4DPop-Rulers",
"version": "latest"
},
"4DPop sqlSchemas": {
"github": "vdelachaux/4DPop-sqlSchemas",
"version": "latest"
},
"4DPop Window": {
"github": "vdelachaux/4DPop-Window",
"version": "latest"
}
}
}
Binary file modified Resources/InfoPlist.strings
Binary file not shown.

0 comments on commit 1a4e333

Please sign in to comment.