Skip to content

Commit

Permalink
Reset project temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
yspreen committed Apr 13, 2021
1 parent 5513f45 commit f179947
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 173 deletions.
45 changes: 3 additions & 42 deletions PatientScannerDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -15,10 +15,6 @@
CEA6D6F8261F8D2900715333 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CEA6D6F6261F8D2900715333 /* LaunchScreen.storyboard */; };
CEA6D703261F8D2900715333 /* PatientScannerDemoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEA6D702261F8D2900715333 /* PatientScannerDemoTests.swift */; };
CEA6D70E261F8D2900715333 /* PatientScannerDemoUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEA6D70D261F8D2900715333 /* PatientScannerDemoUITests.swift */; };
CEB78C4A261F8DA200FB8F68 /* Base45.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEB78C48261F8DA200FB8F68 /* Base45.swift */; };
CEB78C4B261F8DA200FB8F68 /* ZLib.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEB78C49261F8DA200FB8F68 /* ZLib.swift */; };
CEB78C57261F8DE100FB8F68 /* SwiftCBOR in Frameworks */ = {isa = PBXBuildFile; productRef = CEB78C56261F8DE100FB8F68 /* SwiftCBOR */; };
CED0DCFE2625DC0100CBB5CE /* JWK.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED0DCFD2625DC0100CBB5CE /* JWK.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -53,17 +49,13 @@
CEA6D709261F8D2900715333 /* PatientScannerDemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PatientScannerDemoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
CEA6D70D261F8D2900715333 /* PatientScannerDemoUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PatientScannerDemoUITests.swift; sourceTree = "<group>"; };
CEA6D70F261F8D2900715333 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
CEB78C48261F8DA200FB8F68 /* Base45.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Base45.swift; sourceTree = "<group>"; };
CEB78C49261F8DA200FB8F68 /* ZLib.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ZLib.swift; sourceTree = "<group>"; };
CED0DCFD2625DC0100CBB5CE /* JWK.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JWK.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
CEA6D6E5261F8D2700715333 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CEB78C57261F8DE100FB8F68 /* SwiftCBOR in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -107,16 +99,13 @@
CEA6D6EA261F8D2700715333 /* PatientScannerDemo */ = {
isa = PBXGroup;
children = (
CEB78C48261F8DA200FB8F68 /* Base45.swift */,
CEB78C49261F8DA200FB8F68 /* ZLib.swift */,
CEA6D6EB261F8D2700715333 /* AppDelegate.swift */,
CEA6D6ED261F8D2700715333 /* SceneDelegate.swift */,
CEA6D6EF261F8D2700715333 /* ViewController.swift */,
CEA6D6F1261F8D2700715333 /* Main.storyboard */,
CEA6D6F4261F8D2900715333 /* Assets.xcassets */,
CEA6D6F6261F8D2900715333 /* LaunchScreen.storyboard */,
CEA6D6F9261F8D2900715333 /* Info.plist */,
CED0DCFD2625DC0100CBB5CE /* JWK.swift */,
);
path = PatientScannerDemo;
sourceTree = "<group>";
Expand Down Expand Up @@ -155,9 +144,6 @@
dependencies = (
);
name = PatientScannerDemo;
packageProductDependencies = (
CEB78C56261F8DE100FB8F68 /* SwiftCBOR */,
);
productName = PatientScannerDemo;
productReference = CEA6D6E8261F8D2700715333 /* PatientScannerDemo.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -229,9 +215,6 @@
Base,
);
mainGroup = CEA6D6DF261F8D2700715333;
packageReferences = (
CEB78C55261F8DE100FB8F68 /* XCRemoteSwiftPackageReference "SwiftCBOR" */,
);
productRefGroup = CEA6D6E9261F8D2700715333 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -275,12 +258,9 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CEB78C4B261F8DA200FB8F68 /* ZLib.swift in Sources */,
CEA6D6F0261F8D2700715333 /* ViewController.swift in Sources */,
CED0DCFE2625DC0100CBB5CE /* JWK.swift in Sources */,
CEA6D6EC261F8D2700715333 /* AppDelegate.swift in Sources */,
CEA6D6EE261F8D2700715333 /* SceneDelegate.swift in Sources */,
CEB78C4A261F8DA200FB8F68 /* Base45.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -386,7 +366,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -441,7 +421,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -613,25 +593,6 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
CEB78C55261F8DE100FB8F68 /* XCRemoteSwiftPackageReference "SwiftCBOR" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/unrelentingtech/SwiftCBOR";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.4.3;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
CEB78C56261F8DE100FB8F68 /* SwiftCBOR */ = {
isa = XCSwiftPackageProductDependency;
package = CEB78C55261F8DE100FB8F68 /* XCRemoteSwiftPackageReference "SwiftCBOR" */;
productName = SwiftCBOR;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = CEA6D6E0261F8D2700715333 /* Project object */;
}

This file was deleted.

This file was deleted.

0 comments on commit f179947

Please sign in to comment.