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

Seperate Application into swift package #3

Merged
merged 7 commits into from
Dec 15, 2023
Merged

Seperate Application into swift package #3

merged 7 commits into from
Dec 15, 2023

Conversation

markst
Copy link
Owner

@markst markst commented Jun 18, 2022

Avoids having to add packages into Package.swift as well as xcodegen's project.yml.

Main is now an independent swift package with its dependencies, then xcodeproj will add this package.

@@ -15,7 +15,7 @@
"name": "Launch",
"type": "lldb",
"request": "launch",
"program": "~/Library/Developer/Xcode/DerivedData/Demo-avuzscipzqxczrbltxhlvbnxujdo/Build/Products/Debug-${command:ios-debug.targetSdk}/Demo.app",
"program": "~/Library/Developer/Xcode/DerivedData/Demo/Build/Products/Debug-${command:ios-debug.targetSdk}/Demo.app",
Copy link
Owner Author

Choose a reason for hiding this comment

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

Was looking into passing Xcode project has as an argument:
microsoft/vscode#69027

Copy link
Owner Author

Choose a reason for hiding this comment

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

started making a command line tool to generate hash:
https://github.com/markst/xcode-project-hashes

Copy link
Owner Author

Choose a reason for hiding this comment

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

does seem like best idea is to go about creating an extension: #4

@markst markst merged commit 71b8835 into dev Dec 15, 2023
@markst markst deleted the issue/main-package branch December 15, 2023 21:16
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