Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: theos/sdks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master-146e41f
Choose a base ref
...
head repository: theos/sdks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 1,172 files changed
  • 2 contributors

Commits on Dec 27, 2023

  1. Fix and update iOS and tvOS SDK creation shell scripts (#68)

    * Script modifications
    
    * Whoops
    
    * Revert create_patched_sdk.py changes
    
    * Support new device support dir names
    
    * tvOS or TVOS where appropriate
    
    * Add arm64e to iOS ARCHS
    
    * Add support for new directory names for tvOS
    
    * re-order tvOS tbd call to match iOS
    
    ---------
    
    Co-authored-by: Lightmann <[email protected]>
    leptos-null and L1ghtmann authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ff2f93a View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Merge create_patched_sdk*.sh scripts with minor adjustments (#69)

    * Move scripts to tools subdir
    
    * --help
    
    * Merge create_patched_sdk*.sh scripts
    
    * Flesh out usage
    
    * Replace printf + \n with echo
    
    * Simplify
    
    * Revert 'tools' creation and use
    
    * Fix minor oversights
    
    * Not sure how I managed this ....
    
    * Pretty sure this needs a path
    
    * -_-
    
    * Ensure that both names and paths work for the else cond
    
    * Favor iOS tbd_tool flag setup
    
    * Validate sdk_platform
    
    * Exit if tbd_tool is not executable
    
    * Rename version variable for clarity
    
    * Unify tbd_options and write_options
    
    * Remove extra space
    
    ---------
    
    Co-authored-by: Leptos <[email protected]>
    L1ghtmann and leptos-null authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    ca52092 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. 2 Configuration menu
    Copy the full SHA
    4af4cb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Add GitHub Action workflow to patch SDKs (#76)

        Sample:
        $ cd tools
        $ ./create_patched_sdk_image.sh /Volumes/.../System/Library/Caches/com.apple.dyld/dyld_shared_cache_... "$(xcrun --sdk iphoneos --show-sdk-platform-path)" tbd
    leptos-null authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    0222fd5 View commit details
    Browse the repository at this point in the history
Loading