fix code signing

This commit is contained in:
Trey t
2022-02-28 23:05:54 -06:00
parent 2e92d89faf
commit ab61434af9
3 changed files with 2 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<string>development</string> <string>development</string>
<key>com.apple.developer.icloud-container-identifiers</key> <key>com.apple.developer.icloud-container-identifiers</key>
<array> <array>
<string>iCloud.com.88oak.ifeel</string> <string>iCloud.com.88oak.ifeelDebug</string>
</array> </array>
<key>com.apple.developer.icloud-services</key> <key>com.apple.developer.icloud-services</key>
<array> <array>
@@ -14,7 +14,6 @@
</array> </array>
<key>com.apple.security.application-groups</key> <key>com.apple.security.application-groups</key>
<array> <array>
<string>group.com.88oak.ifeel</string>
<string>group.com.88oak.ifeelDebug</string> <string>group.com.88oak.ifeelDebug</string>
</array> </array>
</dict> </dict>

View File

@@ -15,7 +15,6 @@
<key>com.apple.security.application-groups</key> <key>com.apple.security.application-groups</key>
<array> <array>
<string>group.com.88oak.ifeel</string> <string>group.com.88oak.ifeel</string>
<string>group.com.88oak.ifeelDebug</string>
</array> </array>
</dict> </dict>
</plist> </plist>

View File

@@ -6,7 +6,7 @@
<string>development</string> <string>development</string>
<key>com.apple.developer.icloud-container-identifiers</key> <key>com.apple.developer.icloud-container-identifiers</key>
<array> <array>
<string>iCloud.com.88oak.ifeel</string> <string>iCloud.com.88oak.ifeelDebug</string>
</array> </array>
<key>com.apple.developer.icloud-services</key> <key>com.apple.developer.icloud-services</key>
<array> <array>
@@ -14,7 +14,6 @@
</array> </array>
<key>com.apple.security.application-groups</key> <key>com.apple.security.application-groups</key>
<array> <array>
<string>group.com.88oak.ifeel</string>
<string>group.com.88oak.ifeelDebug</string> <string>group.com.88oak.ifeelDebug</string>
</array> </array>
</dict> </dict>