Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Releases: CubeLabsNZ/tnoodle-lib-objc

r2

23 Jan 06:12
Compare
Choose a tag to compare

Based on: thewca/tnoodle-lib@fd75e09 (with patches to remove unnecessary libraries and use secure scrambles)
Changes:

  • Added javadoc
  • Removed SecureRandom
  • Seeded scrambles use long and not string because they are using Random and not SecureRandom
    Explanation of files:
    libtnoodle_ios.a fat static library for arm64, arm64e and x86_64 (simulator)
    libtnoodle_mac.a static library for x86_64
    headers.tar.gz Objective C headers for use with the static library
    source.tar.gz Objective C headers and source code of TNoodle-lib

r1

21 Jan 03:01
5753bfd
Compare
Choose a tag to compare
r1

Based on: thewca/tnoodle-lib@fd75e09 (with patches to remove unnecessary libraries)
Explanation of files:
libtnoodle_ios.a fat static library for arm64, arm64e and x86_64 (simulator)
libtnoodle_mac.a static library for x86_64
headers.tar.gz Objective C headers for use with the static library
source.tar.gz Objective C headers and source code of TNoodle-lib