Skip to content

Commit

Permalink
feat: Setup Native iOS Client (#60)
Browse files Browse the repository at this point in the history
* feat: Setup Native iOS Client

* chore: Add files placeholders
  • Loading branch information
manosim committed Nov 22, 2021
1 parent c96fcb7 commit 7a93ba2
Show file tree
Hide file tree
Showing 7 changed files with 597 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,4 +1,7 @@
### Node ###
# Mac
.DS_Store

# Logs
logs
*.log
Expand Down
29 changes: 29 additions & 0 deletions native/ios/.gitignore
@@ -0,0 +1,29 @@
## 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

## Gcc Patch
/*.gcno

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

0 comments on commit 7a93ba2

Please sign in to comment.