Skip to content

Commit

Permalink
use lock path if available
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Dec 3, 2024
1 parent 7cadef0 commit e870e8c
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 14 deletions.
Binary file modified Build/4DPop.zip
Binary file not shown.
Binary file modified Build/Components/4DPop.4dbase/Contents/4DPop.4DZ
Binary file not shown.
4 changes: 2 additions & 2 deletions Build/Components/4DPop.4dbase/Contents/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>272</string>
<string>273</string>
<key>CFBundleDisplayName</key>
<string>4DPop</string>
<key>CFBundleShortVersionString</key>
<string>20R8</string>
<key>CFBundleGetInfoString</key>
<string>20R8</string>
<key>CFBundleLongVersionString</key>
<string>20R8 (271)</string>
<string>20R8 (272)</string>
<key>CFBundleName</key>
<string>4DPop</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</data>
<key>Resources/InfoPlist.strings</key>
<data>
OdcaZdIRh4oPDpsT0gWZw6CuhT0=
D1PhZll2+wkYfXXw3APuU2V4Kys=
</data>
<key>Resources/Skins/4D/Background.png</key>
<data>
Expand Down Expand Up @@ -361,7 +361,7 @@
<dict>
<key>cdhash</key>
<data>
8XTyLiXlmldINVNtRkNiv9XrqPQ=
dkYLgwINn8Gsq/30afDTOAKW5xY=
</data>
<key>requirement</key>
<string>identifier "4DPop.4DZ" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = DYRKW64QA9</string>
Expand All @@ -370,11 +370,11 @@
<dict>
<key>hash</key>
<data>
kz1UBubfE3baxDZFVkUSZ2WMEQU=
Ia3zvwh85YEzcKm0qj5Us0f8d5c=
</data>
<key>hash2</key>
<data>
/Lwio8MJUAEmiIV6kR8jy62Y1L5jZMQxl84CpNsXpgE=
zt9JmwbaBlvWT4i+eTupyu33vsI02rVIBIVBO0jn4bo=
</data>
</dict>
<key>Resources/4DPop constants.xlf</key>
Expand Down Expand Up @@ -623,11 +623,11 @@
<dict>
<key>hash</key>
<data>
OdcaZdIRh4oPDpsT0gWZw6CuhT0=
D1PhZll2+wkYfXXw3APuU2V4Kys=
</data>
<key>hash2</key>
<data>
qkgIfZXZrsCY39nV4swGi7tjFNRPvLmhyXJrfPlTkFo=
oIOqagVoWz1aGqYxtIOKKmop3/FGtmTkjkMg4wGPIWk=
</data>
</dict>
<key>Resources/Skins/4D/Background.png</key>
Expand Down
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 2007-2024</string>
<key>CFBundleVersion</key>
<string>272</string>
<string>273</string>
<key>CFBundleDisplayName</key>
<string>4DPop</string>
<key>CFBundleShortVersionString</key>
<string>20R8</string>
<key>CFBundleGetInfoString</key>
<string>20R8</string>
<key>CFBundleLongVersionString</key>
<string>20R8 (271)</string>
<string>20R8 (272)</string>
<key>CFBundleName</key>
<string>4DPop</string>
</dict>
Expand Down
5 changes: 1 addition & 4 deletions Project/Sources/Classes/_4DPop.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Function getDependencies() : Collection

End if

If ($dependencies[$key].github#Null:C1517)
If ($dependencies[$key].path=Null:C1517)

var $split : Collection:=Split string:C1554($dependencies[$key].github; "/")
var $folder : 4D:C1709.Folder:=$cache.folder($split.first()+"/"+$split.last()+"/"+$dependencies[$key].tag)
Expand All @@ -352,12 +352,9 @@ Function getDependencies() : Collection

Else

// Local
$c.push(Folder:C1567($dependencies[$key].path; fk platform path:K87:2))

End if


End for each

return $c
Expand Down
Binary file modified Resources/InfoPlist.strings
Binary file not shown.

0 comments on commit e870e8c

Please sign in to comment.