Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
aakritil committed Feb 17, 2024
1 parent 9cea859 commit 7254240
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 16 deletions.
4 changes: 0 additions & 4 deletions CardinalKit-Example/CardinalKit-Example.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.applesignin</key>
<array>
<string>Default</string>
</array>
<key>com.apple.developer.default-data-protection</key>
<string>NSFileProtectionComplete</string>
<key>com.apple.developer.healthkit</key>
Expand Down
8 changes: 5 additions & 3 deletions CardinalKit-Example/CardinalKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1121,8 +1121,10 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "CardinalKit-Example.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = 252K9YHJWG;
INFOPLIST_FILE = "CardinalKit/Supporting Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -1131,8 +1133,9 @@
);
MARKETING_VERSION = 2.2.0;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = edu.stanford.cardinalkitexample;
PRODUCT_BUNDLE_IDENTIFIER = ahjfhomvdtujn;
PRODUCT_NAME = "CardinalKit Example";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "CardinalKit/Supporting Files/CardinalKit_Example-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
Expand Down Expand Up @@ -1161,7 +1164,6 @@
);
MARKETING_VERSION = 2.2.0;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = edu.stanford.cardinalkitexample;
PRODUCT_NAME = "CardinalKit Example";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "CardinalKit Example";
Expand Down

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
Expand Up @@ -41,7 +41,7 @@
<key>Health Records</key>
<dict>
<key>Enabled</key>
<true/>
<false/>
<key>Permissions Text</key>
<string>Use this text to provide an explanation to your app participants about what electronic health records (EHR) you intend to collect from the Health app and why. This sample will read all available records (for which permission is granted).</string>
<key>Permissions Title</key>
Expand All @@ -53,8 +53,6 @@
<true/>
<key>Sign In With Email</key>
<true/>
<key>Sign In With Apple</key>
<true/>
<key>Withdrawal Instruction Title</key>
<string>Are you sure you want to withdraw?</string>
<key>Withdrawal Instruction Text</key>
Expand Down
4 changes: 0 additions & 4 deletions CardinalKit-Example/CardinalKit_ExampleRelease.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.applesignin</key>
<array>
<string>Default</string>
</array>
<key>com.apple.developer.default-data-protection</key>
<string>NSFileProtectionComplete</string>
<key>com.apple.developer.healthkit</key>
Expand Down
2 changes: 1 addition & 1 deletion CardinalKit-Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -902,4 +902,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: e6f6b8e202cdab766726a84593a90bc603e3d9aa

COCOAPODS: 1.13.0
COCOAPODS: 1.15.2

0 comments on commit 7254240

Please sign in to comment.