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

Commit

Permalink
Version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djcouto committed Jul 26, 2021
1 parent 5c4ee6e commit 9c07ea0
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 40 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,6 @@
- Update certificate pinning
- Fix minor bugs
- Fix typos

## version 1.1.5 (26.7.2021) (only iOS)
- Fix iOS 14.6/14.7 bug
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<div align="center">
<!-- Version -->
<a href="https://github.com/stayawayinesctec/stayaway-app">
<img alt="v1.1.4"
src="https://img.shields.io/badge/Version-1.1.4-blue">
<img alt="v1.1.5"
src="https://img.shields.io/badge/Version-1.1.5-blue">
</a>
<!-- Build -->
<a href="https://github.com/stayawayinesctec/stayaway-app/actions?query=workflow%3A%22Android+Production+Build%22">
Expand Down
6 changes: 4 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ project.ext.react = [

// whether to enable the Hermes VM.
enableHermes: true, // clean and rebuild if changing

nodeExecutableAndArgs: ["node"],
]

project.ext.envConfigFiles = [
Expand Down Expand Up @@ -164,8 +166,8 @@ android {
applicationId "fct.inesctec.stayaway"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101040
versionName "1.1.4"
versionCode 101050
versionName "1.1.5"

resValue "string", "build_config_package", "fct.inesctec.stayaway"
resConfigs "en", "pt"
Expand Down
38 changes: 19 additions & 19 deletions ios/Divoc.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
80377DBA24B0F41C005452C6 /* TracingLocalPush.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80377DB924B0F41C005452C6 /* TracingLocalPush.swift */; };
80377DBE24B0F83F005452C6 /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80377DBC24B0F83F005452C6 /* Keychain.swift */; };
80377DBF24B0F83F005452C6 /* KeychainPersisted.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80377DBD24B0F83F005452C6 /* KeychainPersisted.swift */; };
80781E4024FFFAB600A59033 /* BuildFile in Frameworks */ = {isa = PBXBuildFile; productRef = 80781E3F24FFFAB600A59033 /* SwiftPackageProductDependency */; };
80781E4024FFFAB600A59033 /* DP3TSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 80781E3F24FFFAB600A59033 /* DP3TSDK */; };
8085C61124AB55BE00B02F6F /* TracingManagerGlue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8085C60524AB55BE00B02F6F /* TracingManagerGlue.swift */; };
8085C61224AB55BE00B02F6F /* TracingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8085C60624AB55BE00B02F6F /* TracingManager.m */; };
8085C62724AB55E500B02F6F /* Roboto-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 8085C61A24AB55E500B02F6F /* Roboto-Medium.ttf */; };
Expand Down Expand Up @@ -175,7 +175,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
80781E4024FFFAB600A59033 /* BuildFile in Frameworks */,
80781E4024FFFAB600A59033 /* DP3TSDK in Frameworks */,
08D80D04D99F6A4FE1D678E5 /* libPods-Divoc.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -480,7 +480,7 @@
);
name = Divoc;
packageProductDependencies = (
80781E3F24FFFAB600A59033 /* SwiftPackageProductDependency */,
80781E3F24FFFAB600A59033 /* DP3TSDK */,
);
productName = Divoc;
productReference = 13B07F961A680F5B00A75B9A /* STAYAWAY.app */;
Expand Down Expand Up @@ -515,7 +515,7 @@
);
mainGroup = 83CBB9F61A601CBA00E9B192;
packageReferences = (
80781E3E24FFFAB600A59033 /* RemoteSwiftPackageReference */,
80781E3E24FFFAB600A59033 /* XCRemoteSwiftPackageReference "dp3t-sdk-ios" */,
);
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -826,7 +826,7 @@
CODE_SIGN_ENTITLEMENTS = "Divoc/Supporting Files/Entitlements.debug.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 101040;
CURRENT_PROJECT_VERSION = 101050;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = VB258YUFG3;
ENABLE_BITCODE = NO;
Expand All @@ -839,7 +839,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.1.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -868,15 +868,15 @@
CODE_SIGN_ENTITLEMENTS = "Divoc/Supporting Files/Entitlements.entitlements";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 101040;
CURRENT_PROJECT_VERSION = 101050;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = VB258YUFG3;
INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.1.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1069,15 +1069,15 @@
CODE_SIGN_ENTITLEMENTS = "Divoc/Supporting Files/Entitlements.debug.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 101040;
CURRENT_PROJECT_VERSION = 101050;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = VB258YUFG3;
INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.1.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1182,15 +1182,15 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 101040;
CURRENT_PROJECT_VERSION = 101050;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = VB258YUFG3;
INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.1.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1302,7 +1302,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 101040;
CURRENT_PROJECT_VERSION = 101050;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
Expand All @@ -1315,7 +1315,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.1.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1423,15 +1423,15 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 101040;
CURRENT_PROJECT_VERSION = 101050;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = VB258YUFG3;
INFOPLIST_FILE = "Divoc/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.1.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1517,7 +1517,7 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
80781E3E24FFFAB600A59033 /* RemoteSwiftPackageReference */ = {
80781E3E24FFFAB600A59033 /* XCRemoteSwiftPackageReference "dp3t-sdk-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DP-3T/dp3t-sdk-ios";
requirement = {
Expand All @@ -1528,9 +1528,9 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
80781E3F24FFFAB600A59033 /* SwiftPackageProductDependency */ = {
80781E3F24FFFAB600A59033 /* DP3TSDK */ = {
isa = XCSwiftPackageProductDependency;
package = 80781E3E24FFFAB600A59033 /* RemoteSwiftPackageReference */;
package = 80781E3E24FFFAB600A59033 /* XCRemoteSwiftPackageReference "dp3t-sdk-ios" */;
productName = DP3TSDK;
};
/* End XCSwiftPackageProductDependency section */
Expand Down
12 changes: 6 additions & 6 deletions ios/Divoc.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"repositoryURL": "https://github.com/IBM-Swift/BlueCryptor.git",
"state": {
"branch": null,
"revision": "12d2bf3ec7207ec3cd004b9582f69ef5fae1da3b",
"version": "1.0.32"
"revision": "ee5880e031da4c609f372cf7472476ab51d5dd19",
"version": "1.0.200"
}
},
{
"package": "CryptorECC",
"repositoryURL": "https://github.com/IBM-Swift/BlueECC.git",
"state": {
"branch": null,
"revision": "73f362cb0d9c5f1fd0089240d7b293cd2bff18db",
"version": "1.2.5"
"revision": "baf6ed3fc1a622675f0041b4aff7c02dd1a93818",
"version": "1.2.200"
}
},
{
"package": "CryptorRSA",
"repositoryURL": "https://github.com/IBM-Swift/BlueRSA.git",
"state": {
"branch": null,
"revision": "8ea901f2582296837d88f882b0fa5a0601759598",
"version": "1.0.35"
"revision": "440f78db26d8bb073f29590f1c7bd31004da09ae",
"version": "1.0.201"
}
},
{
Expand Down
16 changes: 8 additions & 8 deletions ios/Divoc/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
<array>
<string>mailto</string>
<string>tel</string>
<string>message</string>
<string>readdle-spark</string>
<string>airmail</string>
<string>ms-outlook</string>
<string>googlegmail</string>
<string>inbox-gmail</string>
<string>ymail</string>
<string>superhuman</string>
<string>message</string>
<string>readdle-spark</string>
<string>airmail</string>
<string>ms-outlook</string>
<string>googlegmail</string>
<string>inbox-gmail</string>
<string>ymail</string>
<string>superhuman</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
Expand Down
2 changes: 1 addition & 1 deletion ios/DivocTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.4</string>
<string>1.1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -477,4 +477,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 6d93debd2f91b5184bcda1a40fb2c90b8af3a7d8

COCOAPODS: 1.10.0
COCOAPODS: 1.10.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://keyruptive.com"
},
"main": "index.js",
"version": "1.1.4",
"version": "1.1.5",
"license": "EUPL-1.2",
"keywords": [
"covid19",
Expand Down

0 comments on commit 9c07ea0

Please sign in to comment.