Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use SecKeyCreateRandomKey to generate key pairs #36

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Sep 30, 2022

  1. Update to use SecKeyCreateRandomKey to generate key pairs

    SecKeyGeneratePair was deprecated with iOS 15
    
    Upgraded to support building with Xcode 14 - with no warnings
    
    Updated minimum supported versions -
    * MacOS - 11.5
    * iOS - 14.5
    * TVOS - 14.5
    * WatchOS - 7.5
    
    Added in a project file to make any future modifications easy build & test with Xcode
    Kris Kline committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    2af680e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Merge branch 'master' into Issue35-SecKeyCreateRandomKey

    # Conflicts:
    #	BlueECC.podspec
    Kris Kline committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    0c12c49 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Removing generated files

    LowAmmo committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e2cc79d View commit details
    Browse the repository at this point in the history
  2. update .gitinore

    LowAmmo committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ee3cb8c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Trim up .travis.yml

    Add Xcode 14.2 support
    LowAmmo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a401dea View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

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

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    3ee48c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58c5ecc View commit details
    Browse the repository at this point in the history