[MWI-3206] MetaPlugin-Integration-Demo aktualisieren
{ configure test app for nfc }
This commit is contained in:
parent
efecfe24dd
commit
8cab827853
@ -69,6 +69,7 @@
|
||||
4C63AB002881991C0046A02E /* Credentials.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = "<group>"; };
|
||||
4CB10A192B860F1400624BC6 /* test.webid-solutions.de_2025.02.22.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = "test.webid-solutions.de_2025.02.22.cer"; sourceTree = "<group>"; };
|
||||
C8B6F1CC2BB460890023D2BF /* init.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = init.sh; sourceTree = "<group>"; };
|
||||
CF5E2F482E3796E9000AD102 /* MetaPluginDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MetaPluginDemo.entitlements; sourceTree = "<group>"; };
|
||||
CFAABA0C2D5CB1D400BEBCE5 /* test.webid-solutions.de-valid_until_2026.02.21.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = "test.webid-solutions.de-valid_until_2026.02.21.cer"; sourceTree = "<group>"; };
|
||||
CFAABA0E2D5CB1F800BEBCE5 /* webid-gateway.de_valid_until_2025.10.17.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = "webid-gateway.de_valid_until_2025.10.17.cer"; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
@ -148,6 +149,7 @@
|
||||
4C63AACC288193F10046A02E /* MetaPluginDemo */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
CF5E2F482E3796E9000AD102 /* MetaPluginDemo.entitlements */,
|
||||
4C40CAB5291A6EA000D76323 /* Certificates */,
|
||||
4C63AACD288193F10046A02E /* AppDelegate.swift */,
|
||||
4C63AACF288193F10046A02E /* SceneDelegate.swift */,
|
||||
@ -509,6 +511,7 @@
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_ENTITLEMENTS = MetaPluginDemo/MetaPluginDemo.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = 86HTHE89B5;
|
||||
@ -537,6 +540,7 @@
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_ENTITLEMENTS = MetaPluginDemo/MetaPluginDemo.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = 86HTHE89B5;
|
||||
|
@ -25,5 +25,22 @@
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>com.apple.developer.nfc.readersession.felica.systemcodes</key>
|
||||
<array>
|
||||
<string>12FC</string>
|
||||
</array>
|
||||
<key>com.apple.developer.nfc.readersession.formats</key>
|
||||
<array>
|
||||
<string>TAG</string>
|
||||
</array>
|
||||
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
|
||||
<array>
|
||||
<string>E80704007F00070302</string>
|
||||
<string>A0000002471001</string>
|
||||
<string>A0000002472001</string>
|
||||
<string>00000000000000</string>
|
||||
</array>
|
||||
<key>NFCReaderUsageDescription</key>
|
||||
<string>This app uses NFC to scan passports and idcards.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
10
MetaPluginDemo/MetaPluginDemo.entitlements
Normal file
10
MetaPluginDemo/MetaPluginDemo.entitlements
Normal file
@ -0,0 +1,10 @@
|
||||
<?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>com.apple.developer.nfc.readersession.formats</key>
|
||||
<array>
|
||||
<string>TAG</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
Loading…
x
Reference in New Issue
Block a user