Skip to content

iOS26 release#159

Open
tigpt wants to merge 35 commits intomainfrom
ios26-ready-for-app-store
Open

iOS26 release#159
tigpt wants to merge 35 commits intomainfrom
ios26-ready-for-app-store

Conversation

@tigpt
Copy link
Member

@tigpt tigpt commented Sep 16, 2025

This is the first release of iOS26

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

</EnvironmentVariables>
<StoreKitConfigurationFileReference
identifier = "../../Shared/RevenueCat/Configuration.storekit">
identifier = "../../../../../Library/Developer/Xcode/DerivedData/awsary-anovxdcynscufecdogtsdwmqmrva/SourcePackages/checkouts/purchases-ios-spm/Examples/rc-maestro/rc-maestro/Resources/StoreKit/StoreKitConfiguration.storekit">
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: StoreKit Configuration Path Issue

The Xcode scheme's StoreKit configuration file reference now points to an absolute, machine-specific DerivedData path. This will prevent builds on other developer machines and CI/CD systems, particularly as the original configuration file was removed and the new StoreKitConfiguration.storekit isn't referenced correctly.

Fix in Cursor Fix in Web

INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Invalid iOS Deployment Target

The iOS deployment target is set to an invalid version, 26.0, in the project's build settings. This prevents the app from being archived or distributed on the App Store.

Additional Locations (1)

Fix in Cursor Fix in Web

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