Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

MORE CROSS

+5 -2
+3
.tangled/workflows/release.yaml
··· 12 12 - zig 13 13 - cargo-zigbuild 14 14 - gcc 15 + - gnustep.base 16 + - gnustep.make 17 + - libobjc 15 18 - u-config 16 19 - nushell 17 20 - b3sum
+2 -2
infat-lib/Cargo.toml
··· 24 24 libc = "0.2" 25 25 26 26 # Objective-C bindings 27 - objc2 = "0.5" 28 - objc2-foundation = { version = "0.2", features = ["NSString"] } 27 + objc2 = { version = "0.5", features = ["gnustep-2-1"] } 28 + objc2-foundation = { version = "0.2", features = ["NSString", "gnustep-2-1"] }