aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-06-16 15:56:29 -0400
committerGravatar Sergio Campamá <kaipi@google.com>2017-06-16 13:00:35 -0700
commit7ae58d8e92ef356255165b9d22d7941273fd2545 (patch)
treebef9bdcff946865cf3354c1f880541dc6631bd88 /UnitTesting
parentd9d3b228b735cf0165232734247d270469712208 (diff)
Provides a testing entitlements files.
Same as what is in UnitTesting/GTMIPhoneUnitTestMain.m.
Diffstat (limited to 'UnitTesting')
-rw-r--r--UnitTesting/GTMIPhoneUnitTesting.entitlements16
1 files changed, 16 insertions, 0 deletions
diff --git a/UnitTesting/GTMIPhoneUnitTesting.entitlements b/UnitTesting/GTMIPhoneUnitTesting.entitlements
new file mode 100644
index 0000000..a4649f5
--- /dev/null
+++ b/UnitTesting/GTMIPhoneUnitTesting.entitlements
@@ -0,0 +1,16 @@
+<?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>"
+ <!--
+ Enable access to AddressBook, Calendar and Photos
+ https://groups.google.com/forum/#!topic/kif-framework/xayP4VVBPyg
+ -->
+ <key>com.apple.private.tcc.allow</key>
+ <array>"
+ <string>kTCCServiceAddressBook</string>
+ <string>kTCCServiceCalendar</string>
+ <string>kTCCServicePhotos</string>
+ </array>
+ </dict>
+</plist>