Skip to content
Merged
31 changes: 2 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,5 @@ playground.xcworkspace

.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build/

# fastlane
#
# It is recommended to not store the screenshots in the git repo.
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
# Release artifacts
dist/
4 changes: 0 additions & 4 deletions App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
<array>
<string>_mcp._tcp</string>
</array>
<key>NSCalendarsFullAccessUsageDescription</key>
<string>${PRODUCT_NAME} needs access to provide event information to the MCP server.</string>
<key>NSRemindersFullAccessUsageDescription</key>
<string>${PRODUCT_NAME} needs access to provide reminders information to the MCP server.</string>
<key>SUEnableInstallerLauncherService</key>
<true/>
<key>SUFeedURL</key>
Expand Down
Loading