Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@NSExceptional
NSExceptional
Follow
View NSExceptional's full-sized avatar

Tanner Bennett NSExceptional

I build cool things so you can build cooler things. Lover of objc, Swift, and TypeScript. Work account: @tannerbennett-tinderContact me on Mastodon.

Sponsors

@revolter
@agendrix

Block or report NSExceptional

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more aboutreporting abuse.

Report abuse
NSExceptional/README.md

Full time iOS dev
Part time hacker / tinker

%hook Engineer// Ask me what language this is!- (id)init {    self =%orig;    self.name =@"Tanner";// I dabble in a lot more than this, but these are my big 3 😊    self.languages = @[@"Swift",@"Objective-C",@"TypeScript"];// Writing jailbreak tweaks is what got me into making iOS apps;// these are all skills I picked up along the way 🔧    self.skills = @[@"Debugging",@"Performance Profiling",@"Reverse Engineering"];// Again, I dabble in more than these :)    self.frameworks = @[@"UIKit",@"SwiftUI",@"Node",@"React"];return self;}%end

What I'm working on lately

  • Replacing my personal bash scripts with TypeScriptDeno scripts
  • Wrote a VS Code extension to wrap ourTinder's CLI build tools in a GUI
  • Wrote some userscripts to automate common tasks when creating or reveiwing PRs at work (gist)
    • My favorite is the one that generates a message like this with a keystroke, for pasting into Slack:
      [My small PR](url) `+4 -19` @required-reviewer-1 @required-reviewer-2
  • Writingjailbreak tweaks for my Mac to fix some minor annoyances with macOS
    • Yes, you can write macOS tweaks!

My Favorite Projects

Jsum

A Swift Codable replacement that uses reflection to create types and map values.
No Codable, no Macros—just runtime magic 🪄✨

letperson:(name:String, age:Int)=tryJsum.decode(    from:['name': 'Bob', 'age':25])
FLEXA popular in-app debugging tool, capable of almost anything you can think of, from exploring the view hierarchy to calling methods in real time.
PastieA clipboard manager for iOS that started as a jailbreak tweak, which I later turned into a full app. The tweak can be invoked from the keyboard in any app.
ReceiptieA receipt tracking app that uses OCR and AI to scan and organize your paper or email receipts for safekeeping. (Closed source)

PinnedLoading

  1. JsumJsumPublic

    A Swift Codable replacement using reflection

    Swift 16

  2. NSCake/PastieNSCake/PastiePublic

    Objective-C 1

  3. FLEXingFLEXingPublic

    A simple tweak to activate a FLEX explorer window

    Logos 217 51

  4. FLEXTool/FLEXFLEXTool/FLEXPublic

    An in-app debugging and exploration tool for iOS

    Objective-C 14.5k 1.8k

  5. SnapchatKitSnapchatKitPublic archive

    An Objective-C implementation of the unofficial Snapchat API.

    Objective-C 107 20

  6. SwizzleSwizzlePublic

    A tweak to create basic tweaks from any app.

    Objective-C 43 9


[8]ページ先頭

©2009-2025 Movatter.jp