Skip to content

Commit

Permalink
Be compatible with components uploaded from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Jun 5, 2024
1 parent 1ea5234 commit ea6aa15
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 29 deletions.
Binary file added Build/4DPop-Constants-Editor.dmg
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions Build/Components/4DPop Constants Editor.4dbase/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<key>CFBundleDisplayName</key>
<string>4DPop Constants Editor</string>
<key>CFBundleVersion</key>
<string>82</string>
<string>83</string>
<key>CFBundleShortVersionString</key>
<string>20</string>
<string>20R6</string>
<key>CFBundleGetInfoString</key>
<string>20</string>
<string>20R6</string>
<key>CFBundleLongVersionString</key>
<string>20 (81)</string>
<string>20R6 (82)</string>
<key>NSHumanReadableCopyright</key>
<string>©vdl 2007-2023</string>
<string>©vdl 2007-2024</string>
<key>CSResourcesFileMapped</key>
<string></string>
<key>CFBundleName</key>
Expand Down
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<key>CFBundleDisplayName</key>
<string>4DPop Constants Editor</string>
<key>CFBundleVersion</key>
<string>82</string>
<string>83</string>
<key>CFBundleShortVersionString</key>
<string>20</string>
<string>20R6</string>
<key>CFBundleGetInfoString</key>
<string>20</string>
<string>20R6</string>
<key>CFBundleLongVersionString</key>
<string>20 (81)</string>
<string>20R6 (82)</string>
<key>NSHumanReadableCopyright</key>
<string>©vdl 2007-2023</string>
<string>©vdl 2007-2024</string>
<key>CSResourcesFileMapped</key>
<string></string>
<key>CFBundleName</key>
Expand Down
Binary file modified Libraries/lib4d-arm64.dylib
Binary file not shown.
3 changes: 2 additions & 1 deletion Project/4DPop Constants Editor.4DProject
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$comment": "The project file serves as an anchor to locate other project files",
"compatibilityVersion": 1930
"compatibilityVersion": 1930,
"$4DPopAppMakerToolVersion": "20R6"
}
1 change: 0 additions & 1 deletion Project/Sources/Methods/00_Test.4dm

This file was deleted.

3 changes: 0 additions & 3 deletions Project/Sources/Methods/COMPILER_4DPop.4dm

This file was deleted.

47 changes: 37 additions & 10 deletions Project/Sources/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,48 @@
{
"dependencies": {
"4DPop": {},
"4DPop AppMaker": {},
"4DPop Bookmarks": {},
"4DPop": {
"github": "vdelachaux/4DPop",
"version": "latest"
},
"4DPop AppMaker": {
"github": "vdelachaux/4DPop-AppMaker",
"version": "latest"
},
"4DPop Git": {
"github": "vdelachaux/4DPop-Git",
"version": "latest"
},
"4DPop Macros": {
"github": "vdelachaux/4DPop-Macros",
"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 Clipboard": {},
"4DPop ColorChart": {},
"4DPop Commands": {},
"4DPop ColorChart": {
"github": "vdelachaux/4DPop-ColorChart",
"version": "latest"
},
"4DPop Commands": {
"github": "vdelachaux/4DPop-Commands",
"version": "latest"
},
"4DPop Constants Editor": {},
"4DPop Git": {},
"4DPop Image Buddy": {},
"4DPop KeepIt": {},
"4DPop Macros": {},
"4DPop Pasteboard": {},
"4DPop QuickOpen": {},
"4DPop Rulers": {},
"4DPop sqlSchemas": {},
"4DPop Window": {},
"4DPop XLIFF Pro": {}
"4DPop Window": {}
}
}
4 changes: 1 addition & 3 deletions Project/Sources/folders.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"(Tools)": {},
"# 🚧 DEV": {
"methods": [
"00_run",
"00_Test"
"00_run"
]
},
"♻️ LIBRAIRIES": {},
Expand Down Expand Up @@ -61,7 +60,6 @@
"4️⃣ 4DPop": {
"methods": [
"_4DPopConstants",
"COMPILER_4DPop",
"editor"
]
},
Expand Down
Binary file modified Resources/InfoPlist.strings
Binary file not shown.
1 change: 0 additions & 1 deletion lastbuild

This file was deleted.

0 comments on commit ea6aa15

Please sign in to comment.