gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] branch master updated: setup for travis ci


From: gnunet
Subject: [taler-taler-ios] branch master updated: setup for travis ci
Date: Fri, 07 Aug 2020 07:54:34 +0200

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

jonathan-buchanan pushed a commit to branch master
in repository taler-ios.

The following commit(s) were added to refs/heads/master by this push:
     new 32e9850  setup for travis ci
32e9850 is described below

commit 32e985040f2a9275d4d0f7e243f7a9d9d53daac0
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
AuthorDate: Fri Aug 7 01:54:16 2020 -0400

    setup for travis ci
---
 .travis.yml                                        |  3 ++
 Taler.xcodeproj/project.pbxproj                    | 37 ++++++++++++++++++----
 .../project.xcworkspace/contents.xcworkspacedata   |  2 +-
 3 files changed, 34 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..cc903e7
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+os: osx
+language: swift
+xcode_project: Taler.xcodeproj
diff --git a/Taler.xcodeproj/project.pbxproj b/Taler.xcodeproj/project.pbxproj
index 08e8ecd..0226586 100644
--- a/Taler.xcodeproj/project.pbxproj
+++ b/Taler.xcodeproj/project.pbxproj
@@ -7,8 +7,6 @@
        objects = {
 
 /* Begin PBXBuildFile section */
-               D13B019A24D2B0F700ADBE8C /* TalerWallet.framework in Frameworks 
*/ = {isa = PBXBuildFile; fileRef = D13B019924D2B0F700ADBE8C /* 
TalerWallet.framework */; };
-               D13B019B24D2B0F700ADBE8C /* TalerWallet.framework in Copy Files 
*/ = {isa = PBXBuildFile; fileRef = D13B019924D2B0F700ADBE8C /* 
TalerWallet.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, 
RemoveHeadersOnCopy, ); }; };
                D14AFD2124D232B300C51073 /* AppDelegate.swift in Sources */ = 
{isa = PBXBuildFile; fileRef = D14AFD2024D232B300C51073 /* AppDelegate.swift 
*/; };
                D14AFD2324D232B300C51073 /* SceneDelegate.swift in Sources */ = 
{isa = PBXBuildFile; fileRef = D14AFD2224D232B300C51073 /* SceneDelegate.swift 
*/; };
                D14AFD2524D232B300C51073 /* ContentView.swift in Sources */ = 
{isa = PBXBuildFile; fileRef = D14AFD2424D232B300C51073 /* ContentView.swift 
*/; };
@@ -17,6 +15,8 @@
                D14AFD2D24D232B500C51073 /* LaunchScreen.storyboard in 
Resources */ = {isa = PBXBuildFile; fileRef = D14AFD2B24D232B500C51073 /* 
LaunchScreen.storyboard */; };
                D14AFD3824D232B500C51073 /* TalerTests.swift in Sources */ = 
{isa = PBXBuildFile; fileRef = D14AFD3724D232B500C51073 /* TalerTests.swift */; 
};
                D14AFD4324D232B500C51073 /* TalerUITests.swift in Sources */ = 
{isa = PBXBuildFile; fileRef = D14AFD4224D232B500C51073 /* TalerUITests.swift 
*/; };
+               D1CC111B24DA0AF300998692 /* TalerWallet.framework in Frameworks 
*/ = {isa = PBXBuildFile; fileRef = D13B019924D2B0F700ADBE8C /* 
TalerWallet.framework */; };
+               D1CC111C24DA0AF300998692 /* TalerWallet.framework in Embed 
Frameworks */ = {isa = PBXBuildFile; fileRef = D13B019924D2B0F700ADBE8C /* 
TalerWallet.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, 
RemoveHeadersOnCopy, ); }; };
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
@@ -37,15 +37,15 @@
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXCopyFilesBuildPhase section */
-               D13B019624D2AC0F00ADBE8C /* Copy Files */ = {
+               D1CC111D24DA0AF300998692 /* Embed Frameworks */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = "";
                        dstSubfolderSpec = 10;
                        files = (
-                               D13B019B24D2B0F700ADBE8C /* 
TalerWallet.framework in Copy Files */,
+                               D1CC111C24DA0AF300998692 /* 
TalerWallet.framework in Embed Frameworks */,
                        );
-                       name = "Copy Files";
+                       name = "Embed Frameworks";
                        runOnlyForDeploymentPostprocessing = 0;
                };
 /* End PBXCopyFilesBuildPhase section */
@@ -66,6 +66,7 @@
                D14AFD3E24D232B500C51073 /* TalerUITests.xctest */ = {isa = 
PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path 
= TalerUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
                D14AFD4224D232B500C51073 /* TalerUITests.swift */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.swift; path = 
TalerUITests.swift; sourceTree = "<group>"; };
                D14AFD4424D232B500C51073 /* Info.plist */ = {isa = 
PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; 
sourceTree = "<group>"; };
+               D1CC111724DA093200998692 /* TalerWallet.framework */ = {isa = 
PBXFileReference; lastKnownFileType = wrapper.framework; name = 
TalerWallet.framework; path = 
"wallet-kotlin/build/bin/iosX64/releaseFramework/TalerWallet.framework"; 
sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
@@ -73,7 +74,7 @@
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               D13B019A24D2B0F700ADBE8C /* 
TalerWallet.framework in Frameworks */,
+                               D1CC111B24DA0AF300998692 /* 
TalerWallet.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
@@ -158,6 +159,7 @@
                D1EFA41824D2619B0008B97F /* Frameworks */ = {
                        isa = PBXGroup;
                        children = (
+                               D1CC111724DA093200998692 /* 
TalerWallet.framework */,
                                D13B019924D2B0F700ADBE8C /* 
TalerWallet.framework */,
                        );
                        name = Frameworks;
@@ -170,10 +172,11 @@
                        isa = PBXNativeTarget;
                        buildConfigurationList = D14AFD4724D232B500C51073 /* 
Build configuration list for PBXNativeTarget "Taler" */;
                        buildPhases = (
+                               D10ADA7824DD231700D8863C /* ShellScript */,
                                D14AFD1924D232B300C51073 /* Sources */,
                                D14AFD1A24D232B300C51073 /* Frameworks */,
                                D14AFD1B24D232B300C51073 /* Resources */,
-                               D13B019624D2AC0F00ADBE8C /* Copy Files */,
+                               D1CC111D24DA0AF300998692 /* Embed Frameworks */,
                        );
                        buildRules = (
                        );
@@ -290,6 +293,26 @@
                };
 /* End PBXResourcesBuildPhase section */
 
+/* Begin PBXShellScriptBuildPhase section */
+               D10ADA7824DD231700D8863C /* ShellScript */ = {
+                       isa = PBXShellScriptBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                       );
+                       inputFileListPaths = (
+                       );
+                       inputPaths = (
+                       );
+                       outputFileListPaths = (
+                       );
+                       outputPaths = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+                       shellPath = /bin/sh;
+                       shellScript = "cd \"$SRCROOT/wallet-kotlin\"\n./gradlew 
publishIosX64PublicationToMavenLocal\n";
+               };
+/* End PBXShellScriptBuildPhase section */
+
 /* Begin PBXSourcesBuildPhase section */
                D14AFD1924D232B300C51073 /* Sources */ = {
                        isa = PBXSourcesBuildPhase;
diff --git a/Taler.xcodeproj/project.xcworkspace/contents.xcworkspacedata 
b/Taler.xcodeproj/project.xcworkspace/contents.xcworkspacedata
index 1cc2b32..1cf7755 100644
--- a/Taler.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+++ b/Taler.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -2,6 +2,6 @@
 <Workspace
    version = "1.0">
    <FileRef
-      location = "self:Taler.xcodeproj">
+      location = 
"self:../wallet-kotlin/build/bin/iosX64/debugFramework/TalerWallet.framework">
    </FileRef>
 </Workspace>

-- 
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]