Skip to content
View donato-fiore's full-sized avatar

Highlights

  • Pro

Block or report donato-fiore

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking 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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
donato-fiore/README.md

Hi, I'm fiore! ๐Ÿ‘‹

I'm a passionate developer specializing in iOS development.

๐Ÿ› ๏ธ My Projects

Here are some of the projects I'm proud of:

๐Ÿ“ˆ GitHub Stats

Donato's GitHub stats

Pinned Loading

  1. GameSeagull GameSeagull Public

    A Tweak for GamerDelights' GamePigeon

    Logos 343 64

  2. TrollDecrypt TrollDecrypt Public

    iOS IPA Decrypter for TrollStore

    Objective-C 684 90

  3. calculatorhistory calculatorhistory Public

    iOS Calculator app gets a history

    Objective-C 19 6

  4. CalculatorConverter CalculatorConverter Public

    Objective-C 8 4

  5. PSListController extension to load J... PSListController extension to load JSON files.
    1
    #include <Preferences/PSListController.h>
    2
    
                  
    3
    @interface PSListController (JSON)
    4
    
                  
    5
    - (NSMutableArray *)loadSpecifiersFromJSONName:(NSString *)name target:(PSListController *)target;
  6. Allow ControlCenter modules to load ... Allow ControlCenter modules to load when running in a simulator.
    1
    #import <Foundation/Foundation.h>
    2
    
                  
    3
    @interface NSObject (Private)
    4
    - (id)safeValueForKey:(NSString *)key;
    5
    @end