-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up XCWorkspace and testing apps (#4111)
## Motivation Having to remember which Xcode project to open to work on every specific feature drives me insane. This just adds the Testing Apps to the main RevenueCat.workspace so we can launch them from there and I can stop pulling my hair out. It also removes the old UIKit PurchaseTester since we haven't been using it for years. The Backend Integration tests app and the PurchaseTesterSwiftUI app were using a storekit config file from the old PurchaseTester for some reason, so I cleaned that up too - added it as a separate file per app. | Before | After | | :-: | :-: | | <img width="312" alt="Screenshot 2024-07-24 at 5 54 55 PM" src="https://github.com/user-attachments/assets/3afc73b1-3432-4ec0-843c-b9ccfdd371ce"> | <img width="325" alt="image" src="https://github.com/user-attachments/assets/f5ce7d06-4adc-40d5-a086-73febc0d84cf"> | # Changes summary: - Add all Testing Apps to `RevenueCat.xcworkspace` - Kill PurchaseTester UIKit - Move StoreKit config file from PurchaseTester UIKit to BackendIntegrationTests - Create new StoreKit Config file for PurchaseTester SwiftUI - Replace SPM dependency from PurchaseTester -> RevenueCat with a local dependency
- Loading branch information
Showing
64 changed files
with
1,241 additions
and
3,651 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
783 changes: 0 additions & 783 deletions
783
Tests/TestingApps/PurchaseTester/PurchaseTester.xcodeproj/project.pbxproj
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...Apps/PurchaseTester/PurchaseTester.xcodeproj/project.xcworkspace/contents.xcworkspacedata
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...Tester/PurchaseTester.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
...deproj/xcshareddata/xcschemes/PurchaseTester - StoreKit Config Files (Xcode 12+).xcscheme
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
...ps/PurchaseTester/PurchaseTester.xcodeproj/xcshareddata/xcschemes/PurchaseTester.xcscheme
This file was deleted.
Oops, something went wrong.
96 changes: 0 additions & 96 deletions
96
...j/xcshareddata/xcschemes/WatchPurchaseTester - StoreKit Config Files (Xcode 12+).xcscheme
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.