-
Notifications
You must be signed in to change notification settings - Fork 39
Dev/ruby34 #43
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
Open
GMircea22
wants to merge
9
commits into
main
Choose a base branch
from
dev/ruby34
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dev/ruby34 #43
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
53326c0
Ruby 3.4 headers and libs for Windows.
GMircea22 e7f72ba
Build against Ruby 3.4. (Windows).
GMircea22 1d7e3ad
Build Ruby 3.4 branch.
GMircea22 35b398b
Ruby 3.4 headers and libs for mac.
GMircea22 62ed876
Build against Ruby 3.4. (macOS).
GMircea22 2f1606c
Make SketchUp install path configurable for the Xcode copy phase.
GMircea22 b11c02b
Update docs for SketchUp 2027 and Ruby 3.4.
GMircea22 96b11e2
Update resource version to 1.6.0.0
GMircea22 cf59b15
Update RubyMine compatibility table for 1.6.0.
GMircea22 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,7 @@ on: | |
| - main | ||
| - dev/ruby31 | ||
| - dev/ruby32 | ||
| - dev/ruby34 | ||
| - dev/actions | ||
| pull_request: | ||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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
Binary file not shown.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,12 @@ | |
|
|
||
| The binary will be located under: `Build/output/Build/Products/Release/SURubyDebugger.dylib` | ||
|
|
||
| After building, the dylib is copied into the `Contents/Frameworks` directory of | ||
| `SKETCHUP_APP_PATH`, which defaults to `/Applications/SketchUp 2027/SketchUp.app`. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That makes it easier to debug/dev build this. 👍 |
||
| Override it to install into a different SketchUp, such as a local build: | ||
|
|
||
| xcodebuild -scheme SURubyDebugger -configuration Release SKETCHUP_APP_PATH="/path/to/SketchUp.app" | ||
|
|
||
| ### Windows | ||
|
|
||
| TODO: | ||
|
|
||
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now appear as a custom property in the XCode target?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it shows up under User-Defined in Build Settings for the SURubyDebugger target, editable there like any other setting