crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit da5eacca4a39307d777fd5e29038e7dd513d9c05
parent 740860632cd6af9d83571899ee8f6774b84f8741
Author: Michael Camilleri <[email protected]>
Date:   Fri,  8 May 2026 21:12:16 +0900

Set APN environment to production

Diffstat:
MCrossmate/Crossmate.entitlements | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Crossmate/Crossmate.entitlements b/Crossmate/Crossmate.entitlements @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>aps-environment</key> - <string>development</string> + <string>production</string> <key>com.apple.developer.icloud-container-identifiers</key> <array> <string>iCloud.net.inqk.crossmate.v3</string>