-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from BiAffect/syoung/preview-app
Stub out Preview app and BiAffectSDK Swift Package
- Loading branch information
Showing
77 changed files
with
1,966 additions
and
64 deletions.
There are no files selected for viewing
547 changes: 547 additions & 0 deletions
547
BiAffectPreview/BiAffectPreview.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
BiAffectPreview/BiAffectPreview.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...eview/BiAffectPreview.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
97 changes: 97 additions & 0 deletions
97
...eview/BiAffectPreview.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "AssessmentModel", | ||
"repositoryURL": "https://github.com/Sage-Bionetworks/AssessmentModelKMM.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "379b515ca0fcbcf501086336175b3197203ee338", | ||
"version": "0.7.1" | ||
} | ||
}, | ||
{ | ||
"package": "BiAffect", | ||
"repositoryURL": "https://[email protected]/BiAffect/BiAffect.git", | ||
"state": { | ||
"branch": "private-keys", | ||
"revision": "661b5391d2a4ae78a8ee582f5dbfe71602e9646b", | ||
"version": null | ||
} | ||
}, | ||
{ | ||
"package": "BridgeArchiver", | ||
"repositoryURL": "https://github.com/Sage-Bionetworks/BridgeArchiver-Swift.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "d5a7645789e62adc790c3d6b34d6f1637a46ba73", | ||
"version": "0.3.1" | ||
} | ||
}, | ||
{ | ||
"package": "BridgeClient", | ||
"repositoryURL": "https://github.com/Sage-Bionetworks/BridgeClientKMM.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "47a0e0a598c5d25e3ba267fd6a909d66aaf3fe9f", | ||
"version": "0.5.4" | ||
} | ||
}, | ||
{ | ||
"package": "CMSSupport", | ||
"repositoryURL": "https://github.com/Sage-Bionetworks/CMSSupport.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "9dd3ad846f09d3596ac032eff5693e40796dd6a4", | ||
"version": "1.2.1" | ||
} | ||
}, | ||
{ | ||
"package": "JsonModel", | ||
"repositoryURL": "https://github.com/Sage-Bionetworks/JsonModel-Swift.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "dcce83598aa1e81478b6bd9adee38c8ed167665b", | ||
"version": "1.4.9" | ||
} | ||
}, | ||
{ | ||
"package": "MobilePassiveData", | ||
"repositoryURL": "https://github.com/Sage-Bionetworks/MobilePassiveData-SDK.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "9c48602422ff2de9404112b9f2ed98c0a9ca2c44", | ||
"version": "1.2.4" | ||
} | ||
}, | ||
{ | ||
"package": "SageResearch", | ||
"repositoryURL": "https://github.com/Sage-Bionetworks/SageResearch.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "9315af514a84f1f0990b79718d82437bbc2129cf", | ||
"version": "4.5.0" | ||
} | ||
}, | ||
{ | ||
"package": "SharedMobileUI", | ||
"repositoryURL": "https://github.com/Sage-Bionetworks/SharedMobileUI-AppleOS.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "c16c754cff58d9eb3ec786aa163350538fc74c3d", | ||
"version": "0.15.2" | ||
} | ||
}, | ||
{ | ||
"package": "ZIPFoundation", | ||
"repositoryURL": "https://github.com/weichsel/ZIPFoundation.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "7254c74b49cec2cb81520523ba993c671f71b066", | ||
"version": "0.9.14" | ||
} | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} |
20 changes: 20 additions & 0 deletions
20
BiAffectPreview/BiAffectPreview/Assets.xcassets/AccentColor.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "1.000", | ||
"green" : "0.839", | ||
"red" : "0.561" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
BiAffectPreview/BiAffectPreview/Assets.xcassets/App Colors/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
BiAffectPreview/BiAffectPreview/Assets.xcassets/App Colors/app.blue.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0.957", | ||
"green" : "0.812", | ||
"red" : "0.584" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"localizable" : true | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
BiAffectPreview/BiAffectPreview/Assets.xcassets/App Colors/app.green.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0.835", | ||
"green" : "0.898", | ||
"red" : "0.800" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...ectPreview/BiAffectPreview/Assets.xcassets/App Colors/app.lavender.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0.910", | ||
"green" : "0.796", | ||
"red" : "0.824" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
BiAffectPreview/BiAffectPreview/Assets.xcassets/App Colors/app.orange.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0.584", | ||
"green" : "0.718", | ||
"red" : "0.957" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...tPreview/BiAffectPreview/Assets.xcassets/App Colors/app.periwinkle.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0.910", | ||
"green" : "0.737", | ||
"red" : "0.671" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
BiAffectPreview/BiAffectPreview/Assets.xcassets/App Colors/btn.blue.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "1.000", | ||
"green" : "0.839", | ||
"red" : "0.561" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
BiAffectPreview/BiAffectPreview/Assets.xcassets/App Colors/btn.green.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0.788", | ||
"green" : "0.863", | ||
"red" : "0.682" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...ectPreview/BiAffectPreview/Assets.xcassets/App Colors/btn.lavender.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "1.000", | ||
"green" : "0.843", | ||
"red" : "0.855" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
BiAffectPreview/BiAffectPreview/Assets.xcassets/App Colors/btn.orange.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0.580", | ||
"green" : "0.616", | ||
"red" : "1.000" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
BiAffectPreview/BiAffectPreview/Assets.xcassets/App Colors/btn.yellow.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0.361", | ||
"green" : "0.863", | ||
"red" : "0.976" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
BiAffectPreview/BiAffectPreview/Assets.xcassets/App Colors/error.red.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0.439", | ||
"green" : "0.376", | ||
"red" : "0.933" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Oops, something went wrong.