Skip to content

Commit

Permalink
v20
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Apr 12, 2023
1 parent 6065472 commit 3dcbe2e
Show file tree
Hide file tree
Showing 130 changed files with 12,589 additions and 9,112 deletions.
42 changes: 42 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# ====================================================================
# Basic .gitattributes for a 4D repo.
# ====================================================================

* text=auto

# ====================================================================
# The above will handle all files NOT found below
# ====================================================================

# These files are text and should be normalized (Convert crlf => lf)
#.gitattributes text linguist-language=gitattributes
#.gitignore text
*.md text
*.ini text
*.xlf linguist-language=xml diff=xml

# SVG treated as text.
# If you want to treat it as binary,comment the next line.
*.svg text diff=xml

# Source files
*.4DProject text linguist-language=4d diff=json
*.4DCatalog text linguist-language=4d diff=xml
*.4DSettings text linguist-language=4d diff=xml
*.4DForm text linguist-language=4d diff=json
*.4dm text linguist-language=4d
*.4lbp text linguist-language=4d diff=xml
*.4df text linguist-language=4d diff=json

# ====================================================================
# Binary
# ====================================================================
*.4DZ binary linguist-language=4d
*.4DD binary linguist-language=4d
*.4DIndy binary linguist-language=4d
*.Match binary linguist-language=4d
*.4DIndx binary linguist-language=4d
*.4[dD][bB] binary linguist-language=4d
*.[dD][aA][tT][aA] binary linguist-language=4d
*.4lb binary linguist-language=4d
*.4qr binary linguist-language=4d
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Ignore invisible files/folders except .gitignore
.*
!.gitignore
!.gitattributes

#--------------------------------
# Don't ignore .github workflow
#--------------------------------

!.github/
!.github/**/.*
.github/.DS_Store

#--------------------------------
# Ignore data file
Expand Down
Binary file modified Build/Components/4DPop.4dbase/4DPop.4DZ
Binary file not shown.
8 changes: 4 additions & 4 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 2009-2023</string>
<key>CFBundleVersion</key>
<string>223</string>
<string>229</string>
<key>CFBundleDisplayName</key>
<string>4DPop</string>
<key>CFBundleShortVersionString</key>
<string>19R8</string>
<string>20R2</string>
<key>CFBundleGetInfoString</key>
<string>19R8</string>
<string>20R2</string>
<key>CFBundleLongVersionString</key>
<string>19R8 (222)</string>
<string>20R2 (228)</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/Images/action.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Build/Components/4DPop.4dbase/Resources/InfoPlist.strings
Binary file not shown.
Loading

0 comments on commit 3dcbe2e

Please sign in to comment.