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

Redwood #9

Merged
merged 16 commits into from
May 9, 2024
Merged

Redwood #9

merged 16 commits into from
May 9, 2024

Conversation

syxc
Copy link
Owner

@syxc syxc commented May 9, 2024

No description provided.

syxc added 16 commits May 9, 2024 02:04
This commit renames all package references from `com.ding1ding.app.shared` to
`com.github.app.shared`. This change is necessary to align with the new
repository and package name.

The key changes include:

- Update import statements in `IosWidgetFactory`, `IosText`, `IosButton`, and
  `MainActivity` to use the new package namespace.
- Update the `resourcesPackage` in the `multiplatformResources` block in the
  `shared` module's Gradle build script.
- Suppress the Kotlin compiler warning about usage of `expect` and `actual`
  classes by adding the `@OptIn(ExperimentalKotlinGradlePluginApi::class)`
  annotation and the `-Xexpect-actual-classes` compiler flag.
- Set the `swift_version` attribute in the iOS framework specification to
  `"5.7.3"` to match the required Swift version.
- Make the iOS framework static instead of dynamic, as SwiftUI preview no longer
  requires a dynamic framework.
- Add language settings to opt-in to various experimental Kotlin features across
  all source sets.
This commit renames all package references from `com.ding1ding.app.shared` to
`com.github.app.shared`. This change is necessary to align with the new
repository and package name.

The key changes include:

- Update import statements in `IosWidgetFactory`, `IosText`, `IosButton`, and
  `MainActivity` to use the new package namespace.
- Update the `resourcesPackage` in the `multiplatformResources` block in the
  `shared` module's Gradle build script.
- Suppress the Kotlin compiler warning about usage of `expect` and `actual`
  classes by adding the `@OptIn(ExperimentalKotlinGradlePluginApi::class)`
  annotation and the `-Xexpect-actual-classes` compiler flag.
- Set the `swift_version` attribute in the iOS framework specification to
  `"5.7.3"` to match the required Swift version.
- Make the iOS framework static instead of dynamic, as SwiftUI preview no longer
  requires a dynamic framework.
- Add language settings to opt-in to various experimental Kotlin features across
  all source sets.
# Conflicts:
#	iosApp/iosApp.xcodeproj/project.pbxproj
#	iosApp/iosApp/AppDelegate.swift
#	iosApp/iosApp/HomeViewController.swift
@syxc syxc merged commit 7c86678 into master May 9, 2024
1 check passed
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