Skip to content

Commit

Permalink
Merge pull request #1 from BiAffect/syoung/preview-app
Browse files Browse the repository at this point in the history
Stub out Preview app and BiAffectSDK Swift Package
  • Loading branch information
faraz-hussain authored Jun 9, 2022
2 parents 7623933 + 92f9736 commit ec3acfc
Show file tree
Hide file tree
Showing 77 changed files with 1,966 additions and 64 deletions.
547 changes: 547 additions & 0 deletions BiAffectPreview/BiAffectPreview.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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,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,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
}
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
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
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
}
}
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
}
}
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
}
}
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
}
}
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
}
}
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
}
}
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
}
}
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
}
}
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
}
}
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
}
}
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
}
}
Loading

0 comments on commit ec3acfc

Please sign in to comment.