Skip to content

Commit

Permalink
v20
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Jul 5, 2023
1 parent d8310fc commit 37c0237
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 21 deletions.
Binary file added Build/4DPop Bookmarks.4dbase.zip
Binary file not shown.
Binary file modified Build/Components/4DPop Bookmarks.4dbase/4DPop Bookmarks.4DZ
Binary file not shown.
10 changes: 5 additions & 5 deletions Build/Components/4DPop Bookmarks.4dbase/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<dict>
<key>CFBundleVersion</key>
<string>98</string>
<string>100</string>
<key>NSHumanReadableCopyright</key>
<string>© 4D SAS 2009-2023</string>
<string>©vdl 2009-2023</string>
<key>CFBundleGetInfoString</key>
<string>20R2</string>
<string>20</string>
<key>CFBundleLongVersionString</key>
<string>20R2 (97)</string>
<string>20 (99)</string>
<key>CFBundleName</key>
<string>4DPop Bookmarks</string>
<key>CFBundleShortVersionString</key>
<string>20R2</string>
<string>20</string>
<key>CFBundleDisplayName</key>
<string>4DPop Bookmarks</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed Build/Components/4DPop Bookmarks.dmg
Binary file not shown.
10 changes: 5 additions & 5 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<dict>
<key>CFBundleVersion</key>
<string>98</string>
<string>100</string>
<key>NSHumanReadableCopyright</key>
<string>© 4D SAS 2009-2023</string>
<string>©vdl 2009-2023</string>
<key>CFBundleGetInfoString</key>
<string>20R2</string>
<string>20</string>
<key>CFBundleLongVersionString</key>
<string>20R2 (97)</string>
<string>20 (99)</string>
<key>CFBundleName</key>
<string>4DPop Bookmarks</string>
<key>CFBundleShortVersionString</key>
<string>20R2</string>
<string>20</string>
<key>CFBundleDisplayName</key>
<string>4DPop Bookmarks</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Preferences/4DPop AppMaker.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<appMaker>
<info.plist CFBundleGetInfoString="{name}" CFBundleLongVersionString="0.0" CFBundleShortVersionString="0" NSHumanReadableCopyright="© 4D SAS 2009-{CurrentYear}"/>
<info.plist CFBundleGetInfoString="{name}" CFBundleLongVersionString="0.0" CFBundleShortVersionString="0" NSHumanReadableCopyright="©vdl 2009-{CurrentYear}"/>
<options close="true" delete_mac_content="true" increment_version="true" notarize="true"/>
<methods/>
<copy>
Expand Down
18 changes: 9 additions & 9 deletions Project/Sources/Forms/EDIT/method.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
C_LONGINT:C283($Lon_formEvent; $Lon_i; $Lon_index)
C_PICTURE:C286($Pic_buffer)
C_POINTER:C301($Ptr_icon; $Ptr_label; $Ptr_type; $Ptr_url)
C_TEXT:C284($Dom_element; $Dom_root; $kTxt_pictureFolder; $Txt_name; $Txt_path; $Txt_value)
C_TEXT:C284($Dom_element; $root; $kTxt_pictureFolder; $Txt_name; $Txt_path; $Txt_value)

$Lon_formEvent:=Form event code:C388

Expand All @@ -32,13 +32,13 @@ Case of

If (Test path name:C476($Txt_path)=Is a document:K24:1)

$Dom_root:=DOM Parse XML source:C719($Txt_path; False:C215)
$root:=DOM Parse XML source:C719($Txt_path; False:C215)

If (OK=1)

$Dom_element:=DOM Find XML element:C864($Dom_root; "/bookmarks/bookmark")
$Dom_element:=DOM Find XML element:C864($root; "/bookmarks/bookmark")

For ($Lon_i; 1; DOM Count XML elements:C726($Dom_root; "bookmark"); 1)
For ($Lon_i; 1; DOM Count XML elements:C726($root; "bookmark"); 1)

For ($Lon_index; 1; DOM Count XML attributes:C727($Dom_element))

Expand Down Expand Up @@ -73,7 +73,7 @@ Case of

End for

DOM CLOSE XML:C722($Dom_root)
DOM CLOSE XML:C722($root)

End if

Expand Down Expand Up @@ -106,21 +106,21 @@ Case of

End if

$Dom_root:=DOM Create XML Ref:C861("bookmarks")
$root:=DOM Create XML Ref:C861("bookmarks")

If (OK=1)

For ($Lon_i; 1; Size of array:C274($Ptr_label->); 1)

$Dom_element:=DOM Create XML element:C865($Dom_root; "bookmark"\
$Dom_element:=DOM Create XML element:C865($root; "bookmark"\
; "name"; $Ptr_label->{$Lon_i}\
; "url"; $Ptr_url->{$Lon_i}\
; "type"; String:C10($Ptr_type->{$Lon_i}))

End for

DOM EXPORT TO FILE:C862($Dom_root; $Txt_path)
DOM CLOSE XML:C722($Dom_root)
DOM EXPORT TO FILE:C862($root; $Txt_path)
DOM CLOSE XML:C722($root)

End if

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![code-size](https://img.shields.io/github/languages/code-size/vdelachaux/4DPop-Bookmarks.svg)
[![license](https://img.shields.io/github/license/vdelachaux/4DPop-Bookmarks)](LICENSE)
[![release](https://img.shields.io/github/v/release/vdelachaux/4DPop-Bookmarks?include_prereleases)](https://github.com/vdelachaux/4DPop-Bookmarks/releases/latest)
[![Build](https://github.com/vdelachaux/4DPop-Bookmarks/actions/workflows/build.yml/badge.svg)](https://github.com/vdelachaux/4DPop-Bookmarks/actions/workflows/build.yml)


[toolbar]:Assets/toolbar.png
Expand Down
Binary file modified Resources/InfoPlist.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion lastbuild
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20R2
20

0 comments on commit 37c0237

Please sign in to comment.