Skip to content

Commit

Permalink
bf
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Jun 7, 2024
1 parent 2f1ad02 commit dbc9c72
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 31 deletions.
Binary file modified Build/4DPop.dmg
Binary file not shown.
Binary file modified Build/4DPop.zip
Binary file not shown.
Binary file modified Build/Components/4DPop.4dbase/4DPop.4DZ
Binary file not shown.
4 changes: 2 additions & 2 deletions Build/Components/4DPop.4dbase/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<key>NSHumanReadableCopyright</key>
<string>©vdl 2007-2024</string>
<key>CFBundleVersion</key>
<string>265</string>
<string>266</string>
<key>CFBundleDisplayName</key>
<string>4DPop</string>
<key>CFBundleShortVersionString</key>
<string>20R6</string>
<key>CFBundleGetInfoString</key>
<string>20R6</string>
<key>CFBundleLongVersionString</key>
<string>20R6 (264)</string>
<string>20R6 (265)</string>
<key>CFBundleName</key>
<string>4DPop</string>
</dict>
Expand Down
Binary file modified Build/Components/4DPop.4dbase/Libraries/lib4d-arm64.dylib
Binary file not shown.
Binary file modified Build/Components/4DPop.4dbase/Resources/InfoPlist.strings
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"_method_": {
"pop": {
"Syntax": "**pop**( *class* : Text ) : 4D.Class",
"Syntax": "**pop**() : 4D.Class",
"Params": [
[
"class",
"Text",
"->"
],
[
"",
"4D.Class",
Expand Down
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 2007-2024</string>
<key>CFBundleVersion</key>
<string>265</string>
<string>266</string>
<key>CFBundleDisplayName</key>
<string>4DPop</string>
<key>CFBundleShortVersionString</key>
<string>20R6</string>
<key>CFBundleGetInfoString</key>
<string>20R6</string>
<key>CFBundleLongVersionString</key>
<string>20R6 (264)</string>
<string>20R6 (265)</string>
<key>CFBundleName</key>
<string>4DPop</string>
</dict>
Expand Down
17 changes: 2 additions & 15 deletions Project/Sources/Methods/pop.4dm
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
//%attributes = {"invisible":true,"shared":true}
#DECLARE($class : Text) : 4D:C1709.Class

If (Count parameters:C259>=1)

If (Asserted:C1132(OB Instance of:C1731(cs:C1710[$class]; 4D:C1709.Function); "class not found: "+$class))

return cs:C1710[$class]

End if

Else

return cs:C1710

End if
#DECLARE : 4D:C1709.Class
return cs:C1710
Binary file modified Resources/InfoPlist.strings
Binary file not shown.
7 changes: 1 addition & 6 deletions Resources/en.lproj/syntaxEN.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"_method_": {
"pop": {
"Syntax": "**pop**( *class* : Text ) : 4D.Class",
"Syntax": "**pop**() : 4D.Class",
"Params": [
[
"class",
"Text",
"->"
],
[
"",
"4D.Class",
Expand Down

0 comments on commit dbc9c72

Please sign in to comment.