commit cdb39075695f2d981f64985833a22ce25e187732
parent b813f20db60daea2a1d526959f70614f64b1c468
Author: Marc Stibane <marc@taler.net>
Date: Wed, 1 Feb 2023 00:15:49 +0100
removed iono
Diffstat:
4 files changed, 81 insertions(+), 27 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,2 +1,81 @@
-Taler.xcodeproj/**/xcuserdata
-taler-wallet-embedded.js
+# Xcode
+#
+# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
+
+## User settings
+xcuserdata/
+
+## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
+*.xcscmblueprint
+*.xccheckout
+
+## Obj-C/Swift specific
+*.hmap
+
+### macOS ###
+# General
+.DS_Store
+
+## App packaging
+*.ipa
+*.dSYM.zip
+*.dSYM
+
+## Playgrounds
+timeline.xctimeline
+playground.xcworkspace
+
+# Swift Package Manager
+#
+# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
+# Packages/
+# Package.pins
+# Package.resolved
+# *.xcodeproj
+#
+# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
+# hence it is not needed unless you have added a package configuration file to your project
+# .swiftpm
+
+.build/
+
+# CocoaPods
+#
+# We recommend against adding the Pods directory to your .gitignore. However
+# you should judge for yourself, the pros and cons are mentioned at:
+# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
+#
+# Pods/
+#
+# Add this line if you want to avoid checking in source code from the Xcode workspace
+# *.xcworkspace
+
+# Carthage
+#
+# Add this line if you want to avoid checking in source code from Carthage dependencies.
+# Carthage/Checkouts
+
+Carthage/Build/
+
+# Accio dependency management
+Dependencies/
+.accio/
+
+# fastlane
+#
+# It is recommended to not store the screenshots in the git repo.
+# Instead, use fastlane to re-generate the screenshots whenever they are needed.
+# For more information about the recommended setup visit:
+# https://docs.fastlane.tools/best-practices/source-control/#source-control
+
+fastlane/report.xml
+fastlane/Preview.html
+fastlane/screenshots/**/*.png
+fastlane/test_output
+
+# Code Injection
+#
+# After new code Injection tools there's a generated folder /iOSInjectionProject
+# https://github.com/johnno1962/injectionforxcode
+
+iOSInjectionProject/
diff --git a/.gitmodules b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule "iono"]
- path = iono
- url = git://git.taler.net/iono.git
diff --git a/bootstrap b/bootstrap
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-curl 'https://git.taler.net/wallet-core.git/plain/v0.9.0-dev.29/taler-wallet-embedded.js?h=prebuilt' --output taler-wallet-embedded.js
-
-if ! git --version >/dev/null; then
- echo "git not installed"
- exit 1
-fi
-
-git submodule sync --recursive
-git submodule update --init --recursive
-
-cd iono/ios-node-v8
-./taler-ios-build/x64
-./taler-ios-build/arm64
-cd ../..
-cd iono
-./bootstrap
-cd ..
diff --git a/iono b/iono
@@ -1 +0,0 @@
-Subproject commit a9fd1879561822c032fcc486a71899e549e83bfc