Skip to content

Commit

Permalink
add RELEASENOTES.md and missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Nov 20, 2024
1 parent 715163d commit 29d6827
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASENOTES.md
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
Expand Down
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

0 comments on commit 29d6827

Please sign in to comment.