Skip to content

Add support for iOS, tvOS and visionOS 26 + removal example project from package#39

Merged
hiddevdploeg merged 3 commits into
mainfrom
OS-26-release
Oct 14, 2025
Merged

Add support for iOS, tvOS and visionOS 26 + removal example project from package#39
hiddevdploeg merged 3 commits into
mainfrom
OS-26-release

Conversation

@hiddevdploeg

Copy link
Copy Markdown
Owner

This pull request removes the entire Xcode project and all example app files from the repository. The removal includes the project configuration, workspace data, asset catalogs, and all Swift source files for the example app.

The most important changes are:

Project and Workspace Removal:

  • Deleted the main Xcode project file project.pbxproj, which contained all build settings, file references, and target definitions for the example app.
  • Removed workspace configuration files, including contents.xcworkspacedata and IDEWorkspaceChecks.plist, eliminating project-level and workspace-level metadata. [1] [2]

Example App Source and Assets Removal:

  • Deleted all Swift source files for the example app, including BillboardExampleApp.swift and ContentView.swift, removing the app's entry point and main UI logic. [1] [2]
  • Removed all asset catalog files, such as AccentColor.colorset, AppIcon.appiconset, and supporting Contents.json files, erasing the app's icons and color resources. [1] [2] [3]

No changes were made to the main library code or its views.

@hiddevdploeg hiddevdploeg merged commit cd6c783 into main Oct 14, 2025
1 check failed
@hiddevdploeg hiddevdploeg deleted the OS-26-release branch October 14, 2025 10:53
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