gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 01/05: Entitlements: Data protection, NFC, Background


From: gnunet
Subject: [taler-taler-ios] 01/05: Entitlements: Data protection, NFC, Background modes
Date: Sat, 25 Feb 2023 20:55:09 +0100

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit 4b070fea735dbdfcd4b23bb51c29f6897682db31
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sat Feb 25 19:02:17 2023 +0100

    Entitlements: Data protection, NFC, Background modes
---
 Info.plist                            | 11 ++++++++++-
 TalerWallet.xcodeproj/project.pbxproj |  4 ++++
 TalerWalletT.entitlements             | 12 ++++++++++++
 3 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/Info.plist b/Info.plist
index 4f254b8..229b02d 100644
--- a/Info.plist
+++ b/Info.plist
@@ -2,13 +2,17 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
 <plist version="1.0">
 <dict>
+       <key>BGTaskSchedulerPermittedIdentifiers</key>
+       <array>
+               <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+       </array>
        <key>CFBundleURLTypes</key>
        <array>
                <dict>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                        <key>CFBundleURLName</key>
-                       <string>com.taler-systems.talerwallet</string>
+                       <string>com.taler-systems.talerwallet15</string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>taler</string>
@@ -27,5 +31,10 @@
                <key>UISceneConfigurations</key>
                <dict/>
        </dict>
+       <key>UIBackgroundModes</key>
+       <array>
+               <string>fetch</string>
+               <string>processing</string>
+       </array>
 </dict>
 </plist>
diff --git a/TalerWallet.xcodeproj/project.pbxproj 
b/TalerWallet.xcodeproj/project.pbxproj
index 6281226..b319905 100644
--- a/TalerWallet.xcodeproj/project.pbxproj
+++ b/TalerWallet.xcodeproj/project.pbxproj
@@ -98,6 +98,7 @@
 /* End PBXCopyFilesBuildPhase section */
 
 /* Begin PBXFileReference section */
+               4E3AE7EF29A7E8F40070BEC4 /* TalerWalletT.entitlements */ = {isa 
= PBXFileReference; lastKnownFileType = text.plist.entitlements; path = 
TalerWalletT.entitlements; sourceTree = "<group>"; };
                4EA1ABBD29A3833A008821EA /* PublicConstants.swift */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.swift; path = 
PublicConstants.swift; sourceTree = "<group>"; };
                4EB094D429896CD20043A8A1 /* TalerWalletTests.swift */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path 
= TalerWalletTests.swift; sourceTree = "<group>"; };
                4EB094D529896CD20043A8A1 /* WalletBackendTests.swift */ = {isa 
= PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; 
path = WalletBackendTests.swift; sourceTree = "<group>"; };
@@ -386,6 +387,7 @@
                D14AFD1424D232B300C51073 = {
                        isa = PBXGroup;
                        children = (
+                               4E3AE7EF29A7E8F40070BEC4 /* 
TalerWalletT.entitlements */,
                                4EB094EE298979840043A8A1 /* TalerWallet1 */,
                                4EB094E129896FED0043A8A1 /* Info.plist */,
                                AB710490285995B6008B04F0 /* taler-swift */,
@@ -774,6 +776,7 @@
                        buildSettings = {
                                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                                CLANG_ENABLE_MODULES = YES;
+                               CODE_SIGN_ENTITLEMENTS = 
TalerWalletT.entitlements;
                                CODE_SIGN_STYLE = Automatic;
                                CURRENT_PROJECT_VERSION = 1;
                                DEVELOPMENT_TEAM = "";
@@ -809,6 +812,7 @@
                                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                                ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME 
= AccentColor;
                                CLANG_ENABLE_MODULES = YES;
+                               CODE_SIGN_ENTITLEMENTS = 
TalerWalletT.entitlements;
                                CODE_SIGN_STYLE = Automatic;
                                CURRENT_PROJECT_VERSION = 1;
                                DEVELOPMENT_TEAM = "";
diff --git a/TalerWalletT.entitlements b/TalerWalletT.entitlements
new file mode 100644
index 0000000..dfdca9d
--- /dev/null
+++ b/TalerWalletT.entitlements
@@ -0,0 +1,12 @@
+<?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.default-data-protection</key>
+       <string>NSFileProtectionComplete</string>
+       <key>com.apple.developer.nfc.readersession.formats</key>
+       <array>
+               <string>TAG</string>
+       </array>
+</dict>
+</plist>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]