Skip to content

Commit

Permalink
Link to macos starter project template.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed Oct 14, 2024
1 parent 5cebef1 commit c0b4158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ template. Two iOS starter templates are provided:
* [storyboard-based template](https://github.com/dboris/camlkit-starter-storyboard)
* [non-storyboard template](https://github.com/dboris/camlkit-starter-nostoryboard)

For macOS, a few sample programs are provided in the
[examples](https://github.com/dboris/camlkit-examples/) repository.
For macOS, there is a [starter project template](https://github.com/dboris/camlkit-starter-macos)
and a few [sample programs](https://github.com/dboris/camlkit-examples/)
demonstrating different ways to organize an application.

To give you a taste of what a program in Camlkit looks like, here is a
"Hello World" iOS application:
Expand Down
2 changes: 1 addition & 1 deletion runtime/runtime.ml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ module Property = struct
in
method_spec ~cmd ~typ: (typ @-> returning void) ~imp ~enc

(** Definition of a property getter and (by default) setter. *)
(** Define a property getter and setter (unless [readonly] is [true]). *)
let define :
type a.
?assign:bool ->
Expand Down

0 comments on commit c0b4158

Please sign in to comment.