Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Kidney Transplant #7

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
14 changes: 10 additions & 4 deletions Assignment Two.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
8EF8F77D2597C7DE000850BF /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EF8F77C2597C7DE000850BF /* ContentView.swift */; };
8EF8F77F2597C7E1000850BF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8EF8F77E2597C7E1000850BF /* Assets.xcassets */; };
8EF8F7822597C7E1000850BF /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8EF8F7812597C7E1000850BF /* Preview Assets.xcassets */; };
DA9EF2B325C0F59300FEFD4F /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DA9EF2B225C0F59200FEFD4F /* GoogleService-Info.plist */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -41,6 +42,7 @@
8EF8F77E2597C7E1000850BF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
8EF8F7812597C7E1000850BF /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
8EF8F7832597C7E1000850BF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B6D8F06825C6B4B700FF31DB /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = "GoogleService-Info.plist"; path = "../../../../../Downloads/GoogleService-Info.plist"; sourceTree = "<group>"; };
E7DE9A4430C3A45320910A5E /* Pods_Assignment_Two.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Assignment_Two.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

Expand All @@ -62,6 +64,7 @@
8E3540A425B91593007B7029 /* Firebase */,
8E3540A325B9158A007B7029 /* ResearchKit */,
8EF8F77E2597C7E1000850BF /* Assets.xcassets */,
B6D8F06825C6B4B700FF31DB /* GoogleService-Info.plist */,
8EF8F7832597C7E1000850BF /* Info.plist */,
8E35409325B90E7F007B7029 /* Assignment Two-Bridging-Header.h */,
);
Expand Down Expand Up @@ -124,6 +127,7 @@
8EF8F77A2597C7DE000850BF /* Assignment_TwoApp.swift */,
8E35409825B90F1B007B7029 /* RKTaskDelegate.swift */,
8E0A956825B677950025461E /* RKTaskSamples.swift */,
DA9EF2B225C0F59200FEFD4F /* GoogleService-Info.plist */,
);
path = "Assignment Two";
sourceTree = "<group>";
Expand Down Expand Up @@ -214,7 +218,9 @@
buildActionMask = 2147483647;
files = (
8EF8F7822597C7E1000850BF /* Preview Assets.xcassets in Resources */,
DA9EF2B325C0F59300FEFD4F /* GoogleService-Info.plist in Resources */,
8EF8F77F2597C7E1000850BF /* Assets.xcassets in Resources */,
B6D8F06925C6B4B700FF31DB /* GoogleService-Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -408,15 +414,15 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"Assignment Two/Preview Content\"";
DEVELOPMENT_TEAM = CQRZ4E7K9U;
DEVELOPMENT_TEAM = FJCDP5WFVN;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "Assignment Two/Supporting Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "edu.stanford.cs342.Assignment-Two";
PRODUCT_BUNDLE_IDENTIFIER = edu.stanford.cs342.342a2ksj;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Assignment Two/Supporting Files/Assignment Two-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -434,15 +440,15 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"Assignment Two/Preview Content\"";
DEVELOPMENT_TEAM = CQRZ4E7K9U;
DEVELOPMENT_TEAM = FJCDP5WFVN;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "Assignment Two/Supporting Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "edu.stanford.cs342.Assignment-Two";
PRODUCT_BUNDLE_IDENTIFIER = edu.stanford.cs342.342a2ksj;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Assignment Two/Supporting Files/Assignment Two-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down
Binary file added Assignment Two/.DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions Assignment Two/Assignment_TwoApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ struct Assignment_TwoApp: App {
}
}
}

struct Assignment_TwoApp_Previews: PreviewProvider {
static var previews: some View {
/*@START_MENU_TOKEN@*/Text("Hello, World!")/*@END_MENU_TOKEN@*/
}
}
34 changes: 34 additions & 0 deletions Assignment Two/GoogleService-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?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>CLIENT_ID</key>
<string>743900058552-50d418tmmuoftfhhlsg1fmmm99mmpqfc.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.743900058552-50d418tmmuoftfhhlsg1fmmm99mmpqfc</string>
<key>API_KEY</key>
<string>AIzaSyABySwkvgZziTXsGEsh8EkSdjD-mCr69bA</string>
<key>GCM_SENDER_ID</key>
<string>743900058552</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>edu.stanford.cs342.342a2ksj</string>
<key>PROJECT_ID</key>
<string>a2-4c1e9</string>
<key>STORAGE_BUCKET</key>
<string>a2-4c1e9.appspot.com</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:743900058552:ios:ed6b81cb0b31727964754d</string>
</dict>
</plist>
Loading