Skip to content

Commit

Permalink
remove build settings generation (caused too many issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanLipnik committed Dec 21, 2022
1 parent b8feda0 commit 357f103
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 241 deletions.
4 changes: 2 additions & 2 deletions AutoFill iOS/AutoFill_iOS.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>$(APP_GROUP)</string>
<string>group.OpenSesame.ethanlipnik</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)OpenSesame</string>
<string>$(AppIdentifierPrefix)$(PRODUCT_BUNDLE_IDENTIFIER_BASE)</string>
<string>$(AppIdentifierPrefix)com.ethanlipnik.OpenSesame</string>
</array>
</dict>
</plist>
4 changes: 2 additions & 2 deletions AutoFill macOS/AutoFill_macOS.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>$(APP_GROUP)</string>
<string>group.OpenSesame.ethanlipnik</string>
</array>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)$(PRODUCT_BUNDLE_IDENTIFIER_BASE)</string>
<string>$(AppIdentifierPrefix)com.ethanlipnik.OpenSesame</string>
<string>$(AppIdentifierPrefix)OpenSesame</string>
</array>
</dict>
Expand Down
46 changes: 0 additions & 46 deletions Configuration/CodeSigningAndProvisioning.xcconfig

This file was deleted.

10 changes: 0 additions & 10 deletions Configuration/Debug.xcconfig

This file was deleted.

18 changes: 0 additions & 18 deletions Configuration/GenerateBuildConfig.sh

This file was deleted.

10 changes: 0 additions & 10 deletions Configuration/Release.xcconfig

This file was deleted.

16 changes: 8 additions & 8 deletions OpenSesame.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
<array>
<string>iCloud.com.ethanlipnik.OpenSesame</string>
</array>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>$(APP_GROUP)</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)$(PRODUCT_BUNDLE_IDENTIFIER_BASE)</string>
<string>$(AppIdentifierPrefix)OpenSesame</string>
<string>group.OpenSesame.ethanlipnik</string>
</array>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)com.ethanlipnik.OpenSesame</string>
<string>$(AppIdentifierPrefix)OpenSesame</string>
</array>
</dict>
</plist>
Loading

0 comments on commit 357f103

Please sign in to comment.