-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Be compatible with components uploaded from Github
- Loading branch information
1 parent
1ea5234
commit ea6aa15
Showing
15 changed files
with
50 additions
and
29 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file renamed
BIN
+481 KB
Build/4DPop Constants Editor.4dbase.zip → Build/4DPop-Constants-Editor.zip
Binary file not shown.
Binary file modified
BIN
-142 Bytes
(100%)
Build/Components/4DPop Constants Editor.4dbase/4DPop Constants Editor.4DZ
Binary file not shown.
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
Binary file modified
BIN
-10.8 KB
(97%)
Build/Components/4DPop Constants Editor.4dbase/Libraries/lib4d-arm64.dylib
Binary file not shown.
Binary file modified
BIN
+8 Bytes
(100%)
Build/Components/4DPop Constants Editor.4dbase/Resources/InfoPlist.strings
Binary file not shown.
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
Binary file not shown.
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"$comment": "The project file serves as an anchor to locate other project files", | ||
"compatibilityVersion": 1930 | ||
"compatibilityVersion": 1930, | ||
"$4DPopAppMakerToolVersion": "20R6" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -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": {} | ||
} | ||
} |
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
Binary file not shown.