Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for iOS 18.1 #604

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix for iOS 18.1 #604

wants to merge 1 commit into from

Conversation

eni9889
Copy link

@eni9889 eni9889 commented Sep 5, 2024

Updated project so it compiles on 18.1

This commit changes the class `GlucoseDirectApp` in `App.swift` to a struct. This change was made to improve performance and reduce memory usage.

[ci force] Update deployment target to 15.6

The deployment target for the project has been updated from 15.0 to 15.6 in the Xcode project file. This change ensures compatibility with newer iOS versions and takes advantage of any new features or improvements introduced in iOS 15.6.

[ci force] Update GRDB.swift dependency version

The dependency on GRDB.swift has been updated from version 6.15.0 to version 6.29.2 in the Package.resolved file. This update includes bug fixes, performance improvements, and new features provided by the latest version of GRDB.swift.

[ci force] Add NSCalendarsFullAccessUsageDescription key

A new key, NSCalendarsFullAccessUsageDescription, has been added to the Info.plist file in order to provide a description for accessing calendar data required for displaying up-to-date glucose values on the Apple Watch.

[ci force] Remove NSSupportsLiveActivities key

The NSSupportsLiveActivities key has been removed from the Info.plist file in the Widgets directory as it is no longer needed for live activities support.

[ci force] Update PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]

The PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*] value has been changed from its previous placeholder value to com.unlimapps.libre.Widgets in both project.pbxproj files under GlucoseDirect.xcodeproj directory. This change ensures that each widget extension has a unique bundle identifier when building for iPhoneOS SDK.

[ci force] Update DEVELOPMENT_TEAM value

The DEVELOPMENT_TEAM value has been updated from its previous placeholder value to 2B99VVH322 in both project.pbxproj files under GlucoseDirect.xcodeproj directory. This change sets the development team for the project to the specified team ID.

[ci force] Add INFOPLIST_KEY_NSSupportsLiveActivities key

A new key, INFOPLIST_KEY_NSSupportsLiveActivities, has been added to the Info.plist file in the Widgets directory. This key enables support for live activities in the widget extension.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant