Announcing AppScript: an interpreted Objective-C subset with no pointers or primitive C types. We finally got Objective-C without the C. codeberg.org/leeg/appscript #objc #objectivec
gnustep tools scripts repo on github, issues tab: © Automated install script does not set GNUSTEP_MAKEFILES #51 -Pinjontall94 opened 11 minutes ago © E: Package ‘libportaudio-dev' has no installation candidate (Ubuntu 24.04) #50 - Pinjontall94 opened 26 minutes ago © E: Unable to locate package libgnutls-dev #49 - Pinjontall94 opened 30 minutes ago © Automated install script fails on Ubuntu 24.04 #48 - Pinjontall94 opened 35 minutes ago © GNUstep web install option to use latest releases instead of master branch #46 - mcarans opened last week
Environmental storytelling is my passion
#gnustep #objectiveC #objC
Objective-Cはじめました
#objectivec
that time i fixed buzzfeed’s dumbass ios app, and was denied a maintenance contract, then got asked to upgrade their dumbass ios app, until they realized i was the first guy who fixed their ios app. #objectivec
Pour #macOS par contre j'ai jamais réussi à utiliser l'API native (ICC pour Image Capture Core) depuis #Python... J'ai dû bricoler avec du #Swift et de l' #ObjectiveC... 😅
github.com/g-cqd/class-...
Full Swift Rewrite of the tool.
#iOS #dev #swift #objectivec
🔥 @revenuecat.com is still hiring a Developer Support Engineer!
🌏 South Korea (Remote)
💼 Full-time
🇰🇷 NO Korean Language Required
Details & apply below 👇
dev-korea.com/jobs/revenue...
#devkorea #hiring #jobalert #techjobs #korea #seoul #revenuecat #android #ios #java #kotlin #swift #objectivec
Cartoon-style illustration of Steve Jobs in a black turtleneck with a smirking expression, drawn like a meme. Next to him is the text “NSObject” in bold letters on a light blue background.
Anyone else still think of Steve #Jobs every time they use classes starting with #NS, like #NSObject?
#iOS #Swift #SwiftUI #ObjectiveC #Apple #Dev #History #Humor #SteveJobs #Indie #IndieDev #Game #GameDev #macOS #watchOS #TVOS #NeXTStep #OPENSTEP
Update: Added a Readme marking the code as public domain, and describing how it works while I still remember it. #appkit #objectiveC #macOS #NSView #programming #transition
OK, I don't know what I did differently, but I know have sample code that performs a CATransition or a CIFilter-based transition when adding/removing NSViews from their parent.
Not quite sure why it didn't work before.
https://github.com/uliwitness/TransitionTestApp/
(Sorry, it's Objective-C […]
Not sure the front of the joke but the punchline is "troll-free bridging" #objectivec #objc #programminghumor
🔄 𝑂𝑏𝑗𝑒𝑐𝑡𝑖𝑣𝑒-𝐶 𝐼𝑚𝑝𝑙𝑒𝑚𝑒𝑛𝑡𝑎𝑡𝑖𝑜𝑛𝑠 𝑖𝑛 𝑆𝑤𝑖𝑓𝑡 by Md. Ibrahim Hassan
Interoperability between 𝑂𝑏𝑗𝑒𝑐𝑡𝑖𝑣𝑒-𝐶 and 𝑆𝑤𝑖𝑓𝑡 gets a boost in 𝑆𝑤𝑖𝑓𝑡 6.1. This article explains how you can now use a 𝑆𝑤𝑖𝑓𝑡 implementation with an 𝑂𝑏𝑗𝑒𝑐𝑡𝑖𝑣𝑒-𝐶 header.
#SwiftLang #ObjectiveC #Interop
The new power up items are looking great when scaled correctly! Just need to add couple more types of asteroids and the game will be ready for TestFlight. Ping me if you'd like an early preview.
#objectivec #spritekit #indiegame #iOS #gamedesign
Here's the new powerup asset demo. I still need to fix a tiny bug with scoreboard occlusion though.
#objectivec #spritekit #indiegame #indiedev #game #iOS #gamedesign
Exploring online shopping for unique game assets is challenging, especially finding high-quality asteroids and power-up items for a cartoon-arcade theme. Besides Envato, what other platforms do indie developers use? #indiegamedev #gamedevelopment #gaming #objectivec #iOS
Et voilà, the latest version of my #Perl module and script for writing to the #macOS Unified Log, no #ObjectiveC or #Swift required!
* #CPAN: https://metacpan.org/dist/Log-Any-Adapter-MacOS-OSLog
* source on #Codeberg […]
⚠️ Left-cuddle makes so freaking much more sense than right-cuddle #FIGHTME #c #c++ #cpp #objectivec #subjectivec #amicrazy #imnotcrazy
I have two positions open in my team in #Dublin, #Ireland! If you're an #iOS, #Swift, #SwiftUI, #ObjectiveC software engineer and would love to build apps that the #Apple employees in our Apple Retail Stores use every day, you should apply! Boosts Appreciated.
#Programming #Job #Jobs #Hiring […]
Banned From Swift
Banned From Swift
#programming #apple #swift #objectivec #Programminglanguages
programmerhumor.io/swift-memes/banned-from-...
Libaries offers a throwback to simpler times.
#objectivec #swe #macos
I have two positions open in my team in #DublinBus #Ireland! If you're an #iOS, #Swift, #SwiftUI, #ObjectiveC software engineer and would love to build apps that the #Apple employees in our Apple Retail Stores use every day, you should apply! […]
Before: Decompilation of Objective-C code with minimal language-specific analysis
After: Decompiled Objective-C code with language-specific analysis and transformations applied, displayed as pseudo-Objective-C
Crazy thought… what if your decompiled Objective-C code looked like Objective-C code?
Today's journey: implementing an Objective-C “pseudo-language” view for Binary Ninja.
#binaryninja #reverseengineering #objectivec
Hmmm… setting
set_source_files_properties(Sourcefile.mm PROPERTIES COMPILE_FLAGS "-fobjc-arc")
for each file seems to fix the issue, though now I’m getting a link error on Swift. Anyway, on to the next error, I guess.
#CMake #swift #CPlusPlus #ObjectiveCPlusPlus #ObjectiveC #arc
CMakeLists.txt file contents: cmake_minimum_required(VERSION 3.5) project(mazungumzo C CXX Swift) set(CMAKE_CXX_STANDARD 23) add_library(mazungumzo_guitoolkit STATIC GUIToolkit.mm GUIToolkit.hpp WILDPreferences.h WILDPreferences.swift WILDString.h WILDString.swift ../GUIToolkit.hpp ../../Defer.hpp) set_target_properties(mazungumzo_guitoolkit PROPERTIES Swift_LANGUAGE_VERSION 5.8.1) #set_target_properties(mazungumzo_guitoolkit PROPERTIES # XCODE_ATTRIBUTE_CLANG_ENABLE_OBJC_ARC YES) # Doesn't work with Ninja generator. set_property (TARGET mazungumzo_guitoolkit APPEND_STRING PROPERTY COMPILE_FLAGS "-fobjc-arc") # Set for all compilers, Swiftc gives "error: unknown argument: '-fobjc-arc'" target_link_libraries (mazungumzo_guitoolkit "-framework Cocoa" "-framework QuartzCore" )
OK, I'm trying to build some mixed C++, ObjC and Swift code with CMake (CLion).
Since the Xcode generator doesn’t seem to work with Swift anymore, I switched over to Ninja, and now all ObjC files are built without ARC.
How do I tell CMake with Ninja to build […]
[Original post on chaos.social]
Kindle purchases of Big Nerd Ranch programming books
Downloading all the Kindle books I purchased while I still can and I got to these showing when I started with Xcode, Cocoa and Objective-C. Thanks Big Nerd Ranch.
#Xcode #ObjectiveC #Cocoa #iOS #macOS #BigNerdRanch
objc async selectors
whackylabs.com/swift/objc/a...
by Sidharth Juyal @chunkyguy.bsky.social
#ios #iosdevelopment #swift #swiftui #swiftlang #ObjectiveC
The Objective-C Runtime in Pictures. Read up on some in-depth insights and get the full score on the Quiz mulle-kybernetik.com/objc-runtime... #ObjectiveC #OpenSource
Friendly Romo Robot.
Bringing AI to life in a Romo robot? Easy, right? Well, first I need to time-travel back to 2010 and master Objective-C for the iPhone 4. Wish me luck… or send snacks. 🍕🤖
#RomoRobot #AI #ObjectiveC #CodingThrowback #WhyDoIDoThisToMyself
these 4 books summaries my programming career. #Golang #ObjectiveC #Java #C