Skip to content

Commit

Permalink
Update Xcode Project
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Apr 2, 2024
1 parent 19a3e9f commit 63dca6b
Show file tree
Hide file tree
Showing 11 changed files with 1,963 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.derivedData
.build
.docs
!ENGAGE-HF.xcodeproj
!ENGAGEHF.xcodeproj

# IDE related folders
.idea
Expand Down Expand Up @@ -43,6 +43,3 @@ firebase-debug.*.log*

# Firebase cache
.firebase/

# Swift Package List
ENGAGE-HF/package-list.json
1,389 changes: 1,389 additions & 0 deletions ENGAGEHF.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions ENGAGEHF.xcodeproj/project.pbxproj.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

This source file is part of the ENGAGE-HF based on the Stanford Spezi Template Application project

SPDX-FileCopyrightText: 2023 Stanford University

SPDX-License-Identifier: MIT

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

This source file is part of the ENGAGE-HF based on the Stanford Spezi Template Application project

SPDX-FileCopyrightText: 2023 Stanford University

SPDX-License-Identifier: MIT
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

This source file is part of the ENGAGE-HF based on the Stanford Spezi Template Application project

SPDX-FileCopyrightText: 2023 Stanford University

SPDX-License-Identifier: MIT
Loading

0 comments on commit 63dca6b

Please sign in to comment.