Skip to content

Commit

Permalink
Chore: Integrate Tuist for improved build process
Browse files Browse the repository at this point in the history
  • Loading branch information
YassineLafryhi committed Aug 20, 2024
1 parent 5e8c473 commit 02663e0
Show file tree
Hide file tree
Showing 19 changed files with 170 additions and 3,433 deletions.
71 changes: 71 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,74 @@
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Xcode ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## User settings
xcuserdata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3

### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno

### Projects ###
*.xcodeproj
*.xcworkspace

### Tuist derived files ###
graph.dot
Derived/

### Tuist managed dependencies ###
Tuist/.build

# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
Expand Down
2 changes: 2 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tools]
tuist = "4.22.0"
2,889 changes: 0 additions & 2,889 deletions FulliOS.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

112 changes: 0 additions & 112 deletions FulliOS.xcodeproj/xcshareddata/xcschemes/FulliOS.xcscheme

This file was deleted.

13 changes: 0 additions & 13 deletions FulliOS.xcworkspace/contents.xcworkspacedata

This file was deleted.

8 changes: 0 additions & 8 deletions FulliOS.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

This file was deleted.

Loading

0 comments on commit 02663e0

Please sign in to comment.