gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 02/09: removed iono


From: gnunet
Subject: [taler-taler-ios] 02/09: removed iono
Date: Wed, 01 Feb 2023 09:28:51 +0100

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit cdb39075695f2d981f64985833a22ce25e187732
Author: Marc Stibane <marc@taler.net>
AuthorDate: Wed Feb 1 00:15:49 2023 +0100

    removed iono
---
 .gitignore  | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 .gitmodules |  3 ---
 bootstrap   | 21 ----------------
 iono        |  1 -
 4 files changed, 81 insertions(+), 27 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8789e6b..cb7c46f 100644
--- 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
deleted file mode 100644
index 51cf16d..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "iono"]
-       path = iono
-       url = git://git.taler.net/iono.git
diff --git a/bootstrap b/bootstrap
deleted file mode 100755
index c918f18..0000000
--- a/bootstrap
+++ /dev/null
@@ -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
deleted file mode 160000
index a9fd187..0000000
--- a/iono
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit a9fd1879561822c032fcc486a71899e549e83bfc

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]