Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Dec 13, 2022
1 parent 5ffca93 commit e2b3440
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 24 deletions.
60 changes: 44 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,67 @@
# Ignore invisible files/folders except me
# Ignore invisible files/folders except .gitignore
.*
!.gitignore

#--------------------------------
# Ignore data file
[dD]ata/
DATA/
#--------------------------------
[dD][aA][tT][aA]/
*.4DD
*.journal
*.4DIndx
*.4DIndy
*.Match
*.journal

#--------------------------------
# Ignore derived data
#--------------------------------
Project/DerivedData/

#--------------------------------
# Ignore logs
#--------------------------------
Logs/

#--------------------------------
# Ignore settings & preferences
userPreferences.*/
#--------------------------------
Preferences/
!4DPop AppMaker.*

Settings/
!buildApp.4DSettings
#!buildApp.4DSettings

Preferences/
!4DPop AppMaker.*
userPreferences.*/

#--------------------------------
# Ignore Trash
#--------------------------------
Project/Trash/

Resources/php.ini

#--------------------------------
# Miscellaneous
#--------------------------------
*__Orphan__*
*symbols.txt
ehthumbs.db
Thumbs.db
*symbols.txt
Resources/php.ini
Resources/en to fr.xml
Resources/fr to en.xml
Resources/en.xml
Resources/fr.xml
Plugins (inactivated)
Build/Components/4DPop Constants Editor.4dbase/_gsdata_

#--------------------------------
# Added by user
#--------------------------------
Components/
!Build/Components

_gsdata_

Project/Sources/Methods/Method*.4dm
Project/Sources/Methods/00_*.4dm

Libraries/lib4d-arm64.dylib

Resources/en to fr.xml
Resources/fr to en.xml
Resources/en.xml
Resources/fr.xml
Binary file not shown.
8 changes: 4 additions & 4 deletions Build/Components/4DPop Constants Editor.4dbase/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<key>CFBundleDisplayName</key>
<string>4DPop Constants Editor</string>
<key>CFBundleVersion</key>
<string>55</string>
<string>60</string>
<key>CFBundleShortVersionString</key>
<string>19R6</string>
<string>19R8</string>
<key>CFBundleGetInfoString</key>
<string>19R6</string>
<string>19R8</string>
<key>CFBundleLongVersionString</key>
<string>19R6 (55)</string>
<string>19R8 (59)</string>
<key>NSHumanReadableCopyright</key>
<string>©vdl 2007-2022</string>
<key>CSResourcesFileMapped</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added Build/Components/4DPop Constants Editor.dmg
Binary file not shown.
Binary file added Build/Components/4DPop Constants Editor.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<key>CFBundleDisplayName</key>
<string>4DPop Constants Editor</string>
<key>CFBundleVersion</key>
<string>55</string>
<string>60</string>
<key>CFBundleShortVersionString</key>
<string>19R6</string>
<string>19R8</string>
<key>CFBundleGetInfoString</key>
<string>19R6</string>
<string>19R8</string>
<key>CFBundleLongVersionString</key>
<string>19R6 (55)</string>
<string>19R8 (59)</string>
<key>NSHumanReadableCopyright</key>
<string>©vdl 2007-2022</string>
<key>CSResourcesFileMapped</key>
Expand Down
Binary file modified Libraries/lib4d-arm64.dylib
Binary file not shown.
Binary file modified Resources/InfoPlist.strings
Binary file not shown.
1 change: 1 addition & 0 deletions lastbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
19R8

0 comments on commit e2b3440

Please sign in to comment.