-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add RELEASENOTES.md and missing files
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
## 0.24.0 | ||
|
||
* change from release branch to master | ||
|
||
|
||
## 0.23.0 | ||
|
||
* Various small improvements | ||
|
15 changes: 15 additions & 0 deletions
15
src/foundation/apple-clang/share/craft/definition.darwin.help/README.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Xcode compilation with xcodebuild for macOS instead of mulle-objc | ||
|
||
When you copy this to `.mulle/etc/craft/definition.darwin` this will disable | ||
the `PROJECT_DIALECT` setting. | ||
|
||
You can then enable xcode (and Apple Foundation) only builds with: | ||
|
||
``` | ||
mulle-sde environment --os darwin MULLE_CRAFT_PLATFORMS xcode # xcode:Default for both | ||
``` | ||
|
||
Fine, now you just have to get the **MulleFoundation** out of the compilation | ||
and link stage. | ||
|
||
> MEMO: haven't done this in a long time. may need more experimenting |