File tree 6 files changed +11
-4
lines changed
waltid-libraries/crypto/waltid-target-ios
waltid.crypto.ios.utils.xcodeproj
6 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
wallet-api :
3
+ platform : linux/x86_64
3
4
image : docker.io/waltid/wallet-api:${VERSION_TAG:-latest}
4
5
profiles :
5
6
- services
@@ -63,6 +64,7 @@ services:
63
64
OPA_SERVER_URL : " http://opa-server:8181"
64
65
65
66
waltid-demo-wallet :
67
+ platform : linux/x86_64
66
68
image : docker.io/waltid/waltid-demo-wallet:${VERSION_TAG:-latest}
67
69
profiles :
68
70
- apps
@@ -81,6 +83,7 @@ services:
81
83
PORT : $DEMO_WALLET_FRONTEND_PORT
82
84
83
85
waltid-dev-wallet :
86
+ platform : linux/x86_64
84
87
image : docker.io/waltid/waltid-dev-wallet:${VERSION_TAG:-latest}
85
88
profiles :
86
89
- apps
Original file line number Diff line number Diff line change 1
1
# Setup for Android:
2
2
# sdk.dir=/home/xyz/your-android-sdk-directory
3
+ sdk.dir =/Users/alegomes/Library/Android/sdk/
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ pluginManagement {
92
92
93
93
plugins {
94
94
id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.9.0"
95
+ id(" org.jetbrains.kotlinx.kover.aggregation" ) version " 0.9.1"
95
96
}
96
97
97
98
rootProject.name = " waltid-identity"
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ kotlin {
24
24
cinterops.create(" implementation" ) {
25
25
val interopTask = tasks[interopProcessingTaskName]
26
26
interopTask.dependsOn(" :waltid-libraries:crypto:${project.name} :$iosUtilsProjectName :$iosUtilsProjectName -$target " )
27
- headers(" $projectDir /$iosUtilsProjectName /build/$target /Release-$sdk /include/waltid_crypto_ios_utils/waltid_crypto_ios_utils-Swift.h" )
27
+ // headers("$projectDir/$iosUtilsProjectName/build/$target/Release-$sdk/include/waltid_crypto_ios_utils/waltid_crypto_ios_utils-Swift.h")
28
+ headers(file(" $projectDir /$iosUtilsProjectName /build/$target /Release-$sdk /include/waltid_crypto_ios_utils/waltid_crypto_ios_utils-Swift.h" ).absolutePath)
28
29
}
29
30
}
30
31
}
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ SPEC CHECKSUMS:
13
13
14
14
PODFILE CHECKSUM: 1c1177ae9cbed05fc7d502ffeacd70165412b448
15
15
16
- COCOAPODS: 1.15 .2
16
+ COCOAPODS: 1.16 .2
Original file line number Diff line number Diff line change 110
110
isa = PBXProject;
111
111
attributes = {
112
112
BuildIndependentTargetsInParallel = 1;
113
- LastUpgradeCheck = 1520 ;
113
+ LastUpgradeCheck = 1620 ;
114
114
TargetAttributes = {
115
115
B3C327E82C20498600EABCC6 = {
116
116
CreatedOnToolsVersion = 15.2;
175
175
);
176
176
runOnlyForDeploymentPostprocessing = 0;
177
177
shellPath = /bin/sh;
178
- shellScript = "targetDir=${BUILT_PRODUCTS_DIR}/include/${PRODUCT_MODULE_NAME}/\nmkdir -p $targetDir\ncp ${DERIVED_SOURCES_DIR}/*-Swift.h ${targetDir}\n";
178
+ shellScript = "targetDir=${BUILT_PRODUCTS_DIR}/include/${PRODUCT_MODULE_NAME}/\necho \"-----> targetDir=${targetDir}\"\necho \"-----> DERIVED_SOURCES_DIR=${DERIVED_SOURCES_DIR}\"\ nmkdir -p \" $targetDir\"\ ncp \" ${DERIVED_SOURCES_DIR}\" /*-Swift.h ${targetDir}\n";
179
179
};
180
180
B3C327F92C204DEF00EABCC6 /* CP Products */ = {
181
181
isa = PBXShellScriptBuildPhase;
322
322
MTL_ENABLE_DEBUG_INFO = NO;
323
323
MTL_FAST_MATH = YES;
324
324
SDKROOT = iphoneos;
325
+ SWIFT_COMPILATION_MODE = wholemodule;
325
326
VALIDATE_PRODUCT = YES;
326
327
};
327
328
name = Release;
You can’t perform that action at this time.
0 commit comments