Skip to content

Commit

Permalink
Update !
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanrmq committed Mar 15, 2024
1 parent b55a5a7 commit 6a9b9c9
Show file tree
Hide file tree
Showing 41 changed files with 1,972 additions and 60 deletions.
121 changes: 119 additions & 2 deletions ios-wallet-app/HealthWallet.xcodeproj/project.pbxproj
Expand Up @@ -3,12 +3,14 @@
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objectVersion = 60;
objects = {

/* Begin PBXBuildFile section */
932FA8C92BA37E1100B3B900 /* Date+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 932FA8C82BA37E1100B3B900 /* Date+Extension.swift */; };
932FA8CB2BA3831900B3B900 /* CredentialCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 932FA8CA2BA3831900B3B900 /* CredentialCard.swift */; };
933F134A2BA4413F000AE6CE /* QRScanner in Frameworks */ = {isa = PBXBuildFile; productRef = 933F13492BA4413F000AE6CE /* QRScanner */; };
933F134C2BA44190000AE6CE /* ScannerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 933F134B2BA44190000AE6CE /* ScannerView.swift */; };
9341850D2BA32528000A2793 /* HealthWalletApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9341850C2BA32528000A2793 /* HealthWalletApp.swift */; };
9341850F2BA32528000A2793 /* WalletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9341850E2BA32528000A2793 /* WalletView.swift */; };
934185112BA32528000A2793 /* Credential.swift in Sources */ = {isa = PBXBuildFile; fileRef = 934185102BA32528000A2793 /* Credential.swift */; };
Expand All @@ -18,6 +20,14 @@
9341852A2BA32529000A2793 /* HealthWalletUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 934185292BA32529000A2793 /* HealthWalletUITests.swift */; };
9341852C2BA32529000A2793 /* HealthWalletUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9341852B2BA32529000A2793 /* HealthWalletUITestsLaunchTests.swift */; };
9360F39C2BA365170066E60F /* Seeds.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9360F39B2BA365170066E60F /* Seeds.swift */; };
937169812BA4444B0033CA28 /* Navigable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 937169802BA4444B0033CA28 /* Navigable.swift */; };
937169832BA4447D0033CA28 /* WalletNavigation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 937169822BA4447D0033CA28 /* WalletNavigation.swift */; };
939CE8052BA44B7F00ABD0C1 /* ShakeDetection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 939CE8042BA44B7F00ABD0C1 /* ShakeDetection.swift */; };
93B1648F2BA390FA0051B247 /* Papyrus in Frameworks */ = {isa = PBXBuildFile; productRef = 93B1648E2BA390FA0051B247 /* Papyrus */; };
93B164912BA391770051B247 /* Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B164902BA391770051B247 /* Network.swift */; };
93B164932BA393B00051B247 /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B164922BA393B00051B247 /* Config.swift */; };
93B164962BA39E5A0051B247 /* Insurance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B164952BA39E5A0051B247 /* Insurance.swift */; };
93CF4E0A2BA4466400C0963A /* QRScanner in Frameworks */ = {isa = PBXBuildFile; productRef = 93CF4E092BA4466400C0963A /* QRScanner */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -40,6 +50,8 @@
/* Begin PBXFileReference section */
932FA8C82BA37E1100B3B900 /* Date+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+Extension.swift"; sourceTree = "<group>"; };
932FA8CA2BA3831900B3B900 /* CredentialCard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CredentialCard.swift; sourceTree = "<group>"; };
933F13472BA4411F000AE6CE /* QRScanner */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = QRScanner; sourceTree = "<group>"; };
933F134B2BA44190000AE6CE /* ScannerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScannerView.swift; sourceTree = "<group>"; };
934185092BA32528000A2793 /* HealthWallet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HealthWallet.app; sourceTree = BUILT_PRODUCTS_DIR; };
9341850C2BA32528000A2793 /* HealthWalletApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HealthWalletApp.swift; sourceTree = "<group>"; };
9341850E2BA32528000A2793 /* WalletView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletView.swift; sourceTree = "<group>"; };
Expand All @@ -52,13 +64,22 @@
934185292BA32529000A2793 /* HealthWalletUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HealthWalletUITests.swift; sourceTree = "<group>"; };
9341852B2BA32529000A2793 /* HealthWalletUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HealthWalletUITestsLaunchTests.swift; sourceTree = "<group>"; };
9360F39B2BA365170066E60F /* Seeds.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Seeds.swift; sourceTree = "<group>"; };
937169802BA4444B0033CA28 /* Navigable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Navigable.swift; sourceTree = "<group>"; };
937169822BA4447D0033CA28 /* WalletNavigation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletNavigation.swift; sourceTree = "<group>"; };
939CE8042BA44B7F00ABD0C1 /* ShakeDetection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShakeDetection.swift; sourceTree = "<group>"; };
93B164902BA391770051B247 /* Network.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Network.swift; sourceTree = "<group>"; };
93B164922BA393B00051B247 /* Config.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Config.swift; sourceTree = "<group>"; };
93B164952BA39E5A0051B247 /* Insurance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Insurance.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
934185062BA32528000A2793 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
933F134A2BA4413F000AE6CE /* QRScanner in Frameworks */,
93CF4E0A2BA4466400C0963A /* QRScanner in Frameworks */,
93B1648F2BA390FA0051B247 /* Papyrus in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -79,9 +100,18 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
933F13462BA4406F000AE6CE /* Modules */ = {
isa = PBXGroup;
children = (
933F13472BA4411F000AE6CE /* QRScanner */,
);
path = Modules;
sourceTree = "<group>";
};
934185002BA32528000A2793 = {
isa = PBXGroup;
children = (
933F13462BA4406F000AE6CE /* Modules */,
9341850B2BA32528000A2793 /* HealthWallet */,
9341851E2BA32529000A2793 /* HealthWalletTests */,
934185282BA32529000A2793 /* HealthWalletUITests */,
Expand All @@ -102,14 +132,18 @@
9341850B2BA32528000A2793 /* HealthWallet */ = {
isa = PBXGroup;
children = (
9371697E2BA4443E0033CA28 /* Core */,
93B164942BA39E4F0051B247 /* Models */,
9341850C2BA32528000A2793 /* HealthWalletApp.swift */,
9341850E2BA32528000A2793 /* WalletView.swift */,
934185102BA32528000A2793 /* Credential.swift */,
933F134B2BA44190000AE6CE /* ScannerView.swift */,
932FA8CA2BA3831900B3B900 /* CredentialCard.swift */,
934185122BA32528000A2793 /* Assets.xcassets */,
934185142BA32528000A2793 /* Preview Content */,
9360F39B2BA365170066E60F /* Seeds.swift */,
932FA8C82BA37E1100B3B900 /* Date+Extension.swift */,
93B164902BA391770051B247 /* Network.swift */,
93B164922BA393B00051B247 /* Config.swift */,
);
path = HealthWallet;
sourceTree = "<group>";
Expand Down Expand Up @@ -139,6 +173,41 @@
path = HealthWalletUITests;
sourceTree = "<group>";
};
9371697E2BA4443E0033CA28 /* Core */ = {
isa = PBXGroup;
children = (
939CE8032BA44B6E00ABD0C1 /* Additional */,
9371697F2BA444420033CA28 /* Navigation */,
);
path = Core;
sourceTree = "<group>";
};
9371697F2BA444420033CA28 /* Navigation */ = {
isa = PBXGroup;
children = (
937169802BA4444B0033CA28 /* Navigable.swift */,
937169822BA4447D0033CA28 /* WalletNavigation.swift */,
);
path = Navigation;
sourceTree = "<group>";
};
939CE8032BA44B6E00ABD0C1 /* Additional */ = {
isa = PBXGroup;
children = (
939CE8042BA44B7F00ABD0C1 /* ShakeDetection.swift */,
);
path = Additional;
sourceTree = "<group>";
};
93B164942BA39E4F0051B247 /* Models */ = {
isa = PBXGroup;
children = (
934185102BA32528000A2793 /* Credential.swift */,
93B164952BA39E5A0051B247 /* Insurance.swift */,
);
path = Models;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -156,6 +225,9 @@
);
name = HealthWallet;
packageProductDependencies = (
93B1648E2BA390FA0051B247 /* Papyrus */,
933F13492BA4413F000AE6CE /* QRScanner */,
93CF4E092BA4466400C0963A /* QRScanner */,
);
productName = HealthWallet;
productReference = 934185092BA32528000A2793 /* HealthWallet.app */;
Expand Down Expand Up @@ -230,6 +302,8 @@
);
mainGroup = 934185002BA32528000A2793;
packageReferences = (
93B1648D2BA390FA0051B247 /* XCRemoteSwiftPackageReference "papyrus" */,
93CF4E082BA4466400C0963A /* XCLocalSwiftPackageReference "Modules/QRScanner" */,
);
productRefGroup = 9341850A2BA32528000A2793 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -275,10 +349,17 @@
files = (
932FA8CB2BA3831900B3B900 /* CredentialCard.swift in Sources */,
932FA8C92BA37E1100B3B900 /* Date+Extension.swift in Sources */,
937169832BA4447D0033CA28 /* WalletNavigation.swift in Sources */,
9341850F2BA32528000A2793 /* WalletView.swift in Sources */,
934185112BA32528000A2793 /* Credential.swift in Sources */,
937169812BA4444B0033CA28 /* Navigable.swift in Sources */,
9360F39C2BA365170066E60F /* Seeds.swift in Sources */,
93B164962BA39E5A0051B247 /* Insurance.swift in Sources */,
93B164932BA393B00051B247 /* Config.swift in Sources */,
939CE8052BA44B7F00ABD0C1 /* ShakeDetection.swift in Sources */,
93B164912BA391770051B247 /* Network.swift in Sources */,
9341850D2BA32528000A2793 /* HealthWalletApp.swift in Sources */,
933F134C2BA44190000AE6CE /* ScannerView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -445,6 +526,7 @@
DEVELOPMENT_TEAM = 2NG6YF3PM2;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSCameraUsageDescription = "Camera needs to be used for sscanning QRCodes";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand Down Expand Up @@ -474,6 +556,7 @@
DEVELOPMENT_TEAM = 2NG6YF3PM2;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSCameraUsageDescription = "Camera needs to be used for sscanning QRCodes";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand Down Expand Up @@ -608,6 +691,40 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
93CF4E082BA4466400C0963A /* XCLocalSwiftPackageReference "Modules/QRScanner" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = Modules/QRScanner;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
93B1648D2BA390FA0051B247 /* XCRemoteSwiftPackageReference "papyrus" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/joshuawright11/papyrus";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.1.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
933F13492BA4413F000AE6CE /* QRScanner */ = {
isa = XCSwiftPackageProductDependency;
productName = QRScanner;
};
93B1648E2BA390FA0051B247 /* Papyrus */ = {
isa = XCSwiftPackageProductDependency;
package = 93B1648D2BA390FA0051B247 /* XCRemoteSwiftPackageReference "papyrus" */;
productName = Papyrus;
};
93CF4E092BA4466400C0963A /* QRScanner */ = {
isa = XCSwiftPackageProductDependency;
productName = QRScanner;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 934185012BA32528000A2793 /* Project object */;
}
@@ -0,0 +1,32 @@
{
"pins" : [
{
"identity" : "alamofire",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Alamofire/Alamofire.git",
"state" : {
"revision" : "723fa5a6c65812aec4a0d7cc432ee198883b6e00",
"version" : "5.9.0"
}
},
{
"identity" : "papyrus",
"kind" : "remoteSourceControl",
"location" : "https://github.com/joshuawright11/papyrus",
"state" : {
"revision" : "ab5f1471a8f4615f96126bae131420d3306c0484",
"version" : "0.6.9"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax",
"state" : {
"revision" : "64889f0c732f210a935a0ad7cda38f77f876262d",
"version" : "509.1.1"
}
}
],
"version" : 2
}
Binary file not shown.
@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1520"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "934185082BA32528000A2793"
BuildableName = "HealthWallet.app"
BlueprintName = "HealthWallet"
ReferencedContainer = "container:HealthWallet.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
<Testables>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9341851A2BA32529000A2793"
BuildableName = "HealthWalletTests.xctest"
BlueprintName = "HealthWalletTests"
ReferencedContainer = "container:HealthWallet.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "934185242BA32529000A2793"
BuildableName = "HealthWalletUITests.xctest"
BlueprintName = "HealthWalletUITests"
ReferencedContainer = "container:HealthWallet.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "934185082BA32528000A2793"
BuildableName = "HealthWallet.app"
BlueprintName = "HealthWallet"
ReferencedContainer = "container:HealthWallet.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "934185082BA32528000A2793"
BuildableName = "HealthWallet.app"
BlueprintName = "HealthWallet"
ReferencedContainer = "container:HealthWallet.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Expand Up @@ -28,7 +28,25 @@
<key>HealthWallet.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>934185082BA32528000A2793</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>9341851A2BA32529000A2793</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>934185242BA32529000A2793</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
Expand Down

0 comments on commit 6a9b9c9

Please sign in to comment.