Skip to content

Commit

Permalink
Merge pull request #160 from CovidTrackerFr/develop
Browse files Browse the repository at this point in the history
Release 1.4.0 - Merge develop into main
  • Loading branch information
victor-sarda authored Dec 19, 2021
2 parents 6bef132 + 32e505e commit bab0f5b
Show file tree
Hide file tree
Showing 39 changed files with 1,100 additions and 141 deletions.
62 changes: 59 additions & 3 deletions ViteMaDose.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
/* Begin PBXBuildFile section */
1991AB412653AE1E00FA4E1F /* CentreDataDisclaimerCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1991AB3F2653AE1E00FA4E1F /* CentreDataDisclaimerCell.swift */; };
1991AB422653AE1E00FA4E1F /* CentreDataDisclaimerCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1991AB402653AE1E00FA4E1F /* CentreDataDisclaimerCell.xib */; };
516C10E0265E8EE70056CBB0 /* SettingsTitleCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 516C10DA265E8EE70056CBB0 /* SettingsTitleCell.swift */; };
516C10E1265E8EE70056CBB0 /* SettingsCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 516C10DB265E8EE70056CBB0 /* SettingsCell.xib */; };
516C10E2265E8EE70056CBB0 /* SettingsCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 516C10DC265E8EE70056CBB0 /* SettingsCell.swift */; };
516C10E3265E8EE70056CBB0 /* SettingsTitleCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 516C10DD265E8EE70056CBB0 /* SettingsTitleCell.xib */; };
516C10E4265E8EE70056CBB0 /* SettingsViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 516C10DE265E8EE70056CBB0 /* SettingsViewController.storyboard */; };
516C10E5265E8EE70056CBB0 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 516C10DF265E8EE70056CBB0 /* SettingsViewController.swift */; };
516C10EE265E967C0056CBB0 /* UIFont+TextSizes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 516C10ED265E967C0056CBB0 /* UIFont+TextSizes.swift */; };
51C367CC2653AB9400ABB203 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51C367CB2653AB9400ABB203 /* Settings.bundle */; };
51FA546D2664D6EB0023CDD1 /* UIFont+TextSizes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51FA546C2664D6EB0023CDD1 /* UIFont+TextSizes.swift */; };
5702B5D7263595FF00C51F47 /* HomeViewModelDelegateSpy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5702B5D6263595FF00C51F47 /* HomeViewModelDelegateSpy.swift */; };
Expand All @@ -24,6 +31,9 @@
5747142B262B6BA300535DF1 /* LocationSearchResultCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 57471429262B6BA300535DF1 /* LocationSearchResultCell.xib */; };
57493FDD26403F5100F7E662 /* AppConstant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57493FDC26403F5100F7E662 /* AppConstant.swift */; };
5752DC63263F33D2004BA4BC /* PromiseKit in Frameworks */ = {isa = PBXBuildFile; productRef = 5752DC62263F33D2004BA4BC /* PromiseKit */; };
5753E6BA275BFB6B00C386EC /* Bool+Commons.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5753E6B9275BFB6B00C386EC /* Bool+Commons.swift */; };
5753E6BC275BFD4B00C386EC /* DepartmentSlots.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5753E6BB275BFD4B00C386EC /* DepartmentSlots.swift */; };
5753E6BE275BFE0C00C386EC /* DailySlot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5753E6BD275BFE0C00C386EC /* DailySlot.swift */; };
575CC211262AD8F7008D1869 /* PhoneNumberKit in Frameworks */ = {isa = PBXBuildFile; productRef = 575CC210262AD8F7008D1869 /* PhoneNumberKit */; };
575CC224262AECA7008D1869 /* HomeTitleCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 575CC223262AECA7008D1869 /* HomeTitleCell.swift */; };
575CC22F262AF4E1008D1869 /* HomeSearchBarCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 575CC22D262AF4E0008D1869 /* HomeSearchBarCell.swift */; };
Expand Down Expand Up @@ -140,6 +150,13 @@
/* Begin PBXFileReference section */
1991AB3F2653AE1E00FA4E1F /* CentreDataDisclaimerCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CentreDataDisclaimerCell.swift; sourceTree = "<group>"; };
1991AB402653AE1E00FA4E1F /* CentreDataDisclaimerCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CentreDataDisclaimerCell.xib; sourceTree = "<group>"; };
516C10DA265E8EE70056CBB0 /* SettingsTitleCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsTitleCell.swift; sourceTree = "<group>"; };
516C10DB265E8EE70056CBB0 /* SettingsCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SettingsCell.xib; sourceTree = "<group>"; };
516C10DC265E8EE70056CBB0 /* SettingsCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsCell.swift; sourceTree = "<group>"; };
516C10DD265E8EE70056CBB0 /* SettingsTitleCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SettingsTitleCell.xib; sourceTree = "<group>"; };
516C10DE265E8EE70056CBB0 /* SettingsViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = SettingsViewController.storyboard; sourceTree = "<group>"; };
516C10DF265E8EE70056CBB0 /* SettingsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
516C10ED265E967C0056CBB0 /* UIFont+TextSizes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont+TextSizes.swift"; sourceTree = "<group>"; };
51C367CB2653AB9400ABB203 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = Settings.bundle; path = ViteMaDose/Settings.bundle; sourceTree = "<group>"; };
51FA546C2664D6EB0023CDD1 /* UIFont+TextSizes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIFont+TextSizes.swift"; sourceTree = "<group>"; };
5702B5D6263595FF00C51F47 /* HomeViewModelDelegateSpy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewModelDelegateSpy.swift; sourceTree = "<group>"; };
Expand All @@ -155,6 +172,9 @@
57471428262B6BA300535DF1 /* LocationSearchResultCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationSearchResultCell.swift; sourceTree = "<group>"; };
57471429262B6BA300535DF1 /* LocationSearchResultCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = LocationSearchResultCell.xib; sourceTree = "<group>"; };
57493FDC26403F5100F7E662 /* AppConstant.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppConstant.swift; sourceTree = "<group>"; };
5753E6B9275BFB6B00C386EC /* Bool+Commons.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bool+Commons.swift"; sourceTree = "<group>"; };
5753E6BB275BFD4B00C386EC /* DepartmentSlots.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DepartmentSlots.swift; sourceTree = "<group>"; };
5753E6BD275BFE0C00C386EC /* DailySlot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DailySlot.swift; sourceTree = "<group>"; };
575CC223262AECA7008D1869 /* HomeTitleCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeTitleCell.swift; sourceTree = "<group>"; };
575CC22D262AF4E0008D1869 /* HomeSearchBarCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeSearchBarCell.swift; sourceTree = "<group>"; };
575CC22E262AF4E1008D1869 /* HomeSearchBarCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeSearchBarCell.xib; sourceTree = "<group>"; };
Expand Down Expand Up @@ -271,6 +291,27 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
516C10D8265E8EE60056CBB0 /* Settings */ = {
isa = PBXGroup;
children = (
516C10D9265E8EE70056CBB0 /* Cells */,
516C10DE265E8EE70056CBB0 /* SettingsViewController.storyboard */,
516C10DF265E8EE70056CBB0 /* SettingsViewController.swift */,
);
path = Settings;
sourceTree = "<group>";
};
516C10D9265E8EE70056CBB0 /* Cells */ = {
isa = PBXGroup;
children = (
516C10DA265E8EE70056CBB0 /* SettingsTitleCell.swift */,
516C10DB265E8EE70056CBB0 /* SettingsCell.xib */,
516C10DC265E8EE70056CBB0 /* SettingsCell.swift */,
516C10DD265E8EE70056CBB0 /* SettingsTitleCell.xib */,
);
path = Cells;
sourceTree = "<group>";
};
5702B5D92635963100C51F47 /* Networking */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -374,13 +415,16 @@
5795476C263E1C1B00AD5DFD /* City.swift */,
57044415263F0D1000F802F2 /* LocationSearchResult.swift */,
57CB253326460501004776CA /* FollowedCentre.swift */,
5753E6BB275BFD4B00C386EC /* DepartmentSlots.swift */,
5753E6BD275BFE0C00C386EC /* DailySlot.swift */,
);
path = Models;
sourceTree = "<group>";
};
5767392A261E3B99004A700D /* Views */ = {
isa = PBXGroup;
children = (
516C10D8265E8EE60056CBB0 /* Settings */,
5767392E261E3BB2004A700D /* Home */,
57AD21E22621067D00ED2B95 /* LocationSearch */,
57AD21D4262103F000ED2B95 /* CentresList */,
Expand Down Expand Up @@ -436,6 +480,7 @@
isa = PBXGroup;
children = (
576738FA261E374A004A700D /* URL+Commons.swift */,
5753E6B9275BFB6B00C386EC /* Bool+Commons.swift */,
57673902261E3783004A700D /* Data+Commons.swift */,
57673916261E3B1A004A700D /* UITableView+Commons.swift */,
579348462621E41400F8A4A0 /* UICollectionView+Commons.swift */,
Expand All @@ -448,6 +493,7 @@
57AD21CC262102F700ED2B95 /* UIViewControllerController+Commons.swift */,
57C4017B262383D900EFFCA3 /* UIImage+Commons.swift */,
57C4018026238ABC00EFFCA3 /* UIFont+Commons.swift */,
516C10ED265E967C0056CBB0 /* UIFont+TextSizes.swift */,
57C38B5F2627826B00FE63B0 /* NSTextAttachment+Commons.swift */,
577A7F61262C6D7E00B1D03C /* UIViewController+ErrorDisplayable.swift */,
5795BE0F2633540C00A44849 /* String+Commons.swift */,
Expand Down Expand Up @@ -708,7 +754,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1240;
LastUpgradeCheck = 1240;
LastUpgradeCheck = 1300;
TargetAttributes = {
576738BB261E329C004A700D = {
CreatedOnToolsVersion = 12.4;
Expand Down Expand Up @@ -757,7 +803,9 @@
5747142B262B6BA300535DF1 /* LocationSearchResultCell.xib in Resources */,
51C367CC2653AB9400ABB203 /* Settings.bundle in Resources */,
5793E6E3264891E80042F64F /* HomeFollowedCentresCell.xib in Resources */,
516C10E1265E8EE70056CBB0 /* SettingsCell.xib in Resources */,
57B6BEAA2636153000D9AAC1 /* maintenance.html in Resources */,
516C10E3265E8EE70056CBB0 /* SettingsTitleCell.xib in Resources */,
57C4018F26238E5300EFFCA3 /* LocationSearchHeaderView.xib in Resources */,
57C4017726235B6200EFFCA3 /* HomePartnersFooterView.xib in Resources */,
57673938261E3BDE004A700D /* HomeViewController.storyboard in Resources */,
Expand All @@ -779,6 +827,7 @@
57EC46FF262B1DC500FBA991 /* HomeTitleCell.xib in Resources */,
5793482F2621E1E200F8A4A0 /* HomeStatsCell.xib in Resources */,
576738C9261E32A2004A700D /* Assets.xcassets in Resources */,
516C10E4265E8EE70056CBB0 /* SettingsViewController.storyboard in Resources */,
5785E619263F448F00E655FF /* near_departments.json in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -891,11 +940,15 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
5753E6BA275BFB6B00C386EC /* Bool+Commons.swift in Sources */,
57B6BEA42636060200D9AAC1 /* MaintenanceViewController.swift in Sources */,
516C10EE265E967C0056CBB0 /* UIFont+TextSizes.swift in Sources */,
576738FB261E374A004A700D /* URL+Commons.swift in Sources */,
57613F03262510D700AB6F2F /* PartnerLogo.swift in Sources */,
575CC22F262AF4E1008D1869 /* HomeSearchBarCell.swift in Sources */,
516C10E2265E8EE70056CBB0 /* SettingsCell.swift in Sources */,
57954769263E1B3D00AD5DFD /* BaseAPIService.swift in Sources */,
516C10E0265E8EE70056CBB0 /* SettingsTitleCell.swift in Sources */,
5793483C2621E2F100F8A4A0 /* HomeStatsCell.swift in Sources */,
57DEAA1326346D9D005E8628 /* FormatterUtils.swift in Sources */,
5785E612263F43EB00E655FF /* Departments.swift in Sources */,
Expand Down Expand Up @@ -925,8 +978,10 @@
576738C0261E329C004A700D /* AppDelegate.swift in Sources */,
575CC224262AECA7008D1869 /* HomeTitleCell.swift in Sources */,
57C4018726238E4900EFFCA3 /* LocationSearchHeaderView.swift in Sources */,
516C10E5265E8EE70056CBB0 /* SettingsViewController.swift in Sources */,
DA4D9953261E6B6A00D28AD0 /* LocationSearchViewController.swift in Sources */,
572B064C264811BE00BB04DB /* FCMHelper.swift in Sources */,
5753E6BC275BFD4B00C386EC /* DepartmentSlots.swift in Sources */,
57B2BCA02633AC5B001B3D61 /* Localization.swift in Sources */,
1991AB412653AE1E00FA4E1F /* CentreDataDisclaimerCell.swift in Sources */,
5785E60F263F3F7200E655FF /* NearDepartments.swift in Sources */,
Expand All @@ -951,6 +1006,7 @@
5785314E26441A64005302DB /* CentresSortOptionsCell.swift in Sources */,
57ECA227262B031F001B368F /* UserDefaultsUtils.swift in Sources */,
579348472621E41400F8A4A0 /* UICollectionView+Commons.swift in Sources */,
5753E6BE275BFE0C00C386EC /* DailySlot.swift in Sources */,
57673930261E3BC5004A700D /* HomeViewController.swift in Sources */,
577A7F62262C6D7E00B1D03C /* UIViewController+ErrorDisplayable.swift in Sources */,
57AF504F262CDD5A0085E3C1 /* CentresTitleCell.swift in Sources */,
Expand Down Expand Up @@ -1170,7 +1226,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 841539;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = ZL9396WK65;
INFOPLIST_FILE = ViteMaDose/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -1333,7 +1389,7 @@
repositoryURL = "https://github.com/firebase/firebase-ios-sdk.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 7.11.1;
minimumVersion = 8.9.1;
};
};
57954761263E1A1600AD5DFD /* XCRemoteSwiftPackageReference "Moya" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"repositoryURL": "https://github.com/firebase/abseil-cpp-SwiftPM.git",
"state": {
"branch": null,
"revision": "ff5f5f0a3d3266836b9d722bb73cabdf7057482e",
"version": "0.20200225.3"
"revision": "fffc3c2729be5747390ad02d5100291a0d9ad26a",
"version": "0.20200225.4"
}
},
{
"package": "Alamofire",
"repositoryURL": "https://github.com/Alamofire/Alamofire.git",
"state": {
"branch": null,
"revision": "f96b619bcb2383b43d898402283924b80e2c4bae",
"version": "5.4.3"
"revision": "d120af1e8638c7da36c8481fd61a66c0c08dc4fc",
"version": "5.4.4"
}
},
{
"package": "BoringSSL-GRPC",
"repositoryURL": "https://github.com/firebase/boringssl-SwiftPM.git",
"state": {
"branch": null,
"revision": "15889fadef7078dfa1392b0e2b08f3d0e9797104",
"version": "0.7.1"
"revision": "734a8247442fde37df4364c21f6a0085b6a36728",
"version": "0.7.2"
}
},
{
Expand All @@ -42,35 +42,35 @@
"repositoryURL": "https://github.com/firebase/firebase-ios-sdk.git",
"state": {
"branch": null,
"revision": "b97bfcd2e5eecc7aa7e1aeb27d097d610876cf93",
"version": "7.11.1"
"revision": "839cc6b0cd80b0b8bf81fe9bd82b743b25dc6446",
"version": "8.9.1"
}
},
{
"package": "GoogleAppMeasurement",
"repositoryURL": "https://github.com/google/GoogleAppMeasurement.git",
"state": {
"branch": null,
"revision": "22cb3ab5588200b210ae01e42665f52ac4e8ad28",
"version": "7.11.1"
"revision": "9b2f6aca5b4685c45f9f5481f19bee8e7982c538",
"version": "8.9.1"
}
},
{
"package": "GoogleDataTransport",
"repositoryURL": "https://github.com/google/GoogleDataTransport.git",
"state": {
"branch": null,
"revision": "369716b8d7518a530ce3c3a251436d72546debd8",
"version": "8.4.0"
"revision": "15ccdfd25ac55b9239b82809531ff26605e7556e",
"version": "9.1.2"
}
},
{
"package": "GoogleUtilities",
"repositoryURL": "https://github.com/google/GoogleUtilities.git",
"state": {
"branch": null,
"revision": "1c47ea135322768023ecdcc9db79bf3df821209f",
"version": "7.3.0"
"revision": "797005ad8a1f0614063933e2fa010a5d13cb09d0",
"version": "7.6.0"
}
},
{
Expand All @@ -87,17 +87,17 @@
"repositoryURL": "https://github.com/google/gtm-session-fetcher.git",
"state": {
"branch": null,
"revision": "91ed3d188eb95705fef3c249453b81f32dc557d1",
"version": "1.5.0"
"revision": "bc6a19702ac76ac4e488b68148710eb815f9bc56",
"version": "1.7.0"
}
},
{
"package": "Haptica",
"repositoryURL": "https://github.com/efremidze/Haptica.git",
"state": {
"branch": null,
"revision": "4084702c85102c2d17d58e42ec5a750094944864",
"version": "3.0.2"
"revision": "e03932406d2f36f10beefd31717730b2c2fa9014",
"version": "3.0.3"
}
},
{
Expand Down Expand Up @@ -159,8 +159,8 @@
"repositoryURL": "https://github.com/shibapm/PackageConfig.git",
"state": {
"branch": null,
"revision": "bf90dc69fa0792894b08a0b74cf34029694ae486",
"version": "0.13.0"
"revision": "5df1709f87e40e27b3fbe5022b826aff30d652d9",
"version": "1.1.0"
}
},
{
Expand All @@ -177,8 +177,8 @@
"repositoryURL": "https://github.com/mxcl/PromiseKit",
"state": {
"branch": null,
"revision": "aea48ea1855f5d82e2dffa6027afce3aab8f3dd7",
"version": "6.13.3"
"revision": "93c8d41ce96ed78f36c3948be396d76f3ca3de1b",
"version": "6.16.2"
}
},
{
Expand Down Expand Up @@ -213,26 +213,26 @@
"repositoryURL": "https://github.com/shibapm/Rocket",
"state": {
"branch": null,
"revision": "51a77ce5fa66c42715c14dcc542c01cd7a60fb27",
"version": "1.2.0"
"revision": "9880a5beb7fcb9e61ddd5764edc1700b8c418deb",
"version": "1.2.1"
}
},
{
"package": "RxSwift",
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"state": {
"branch": null,
"revision": "254617dd7fae0c45319ba5fbea435bf4d0e15b5d",
"version": "5.1.2"
"revision": "cec68169a048a079f461ba203fe85636548d7a89",
"version": "5.1.3"
}
},
{
"package": "SwiftProtobuf",
"repositoryURL": "https://github.com/apple/swift-protobuf.git",
"state": {
"branch": null,
"revision": "bfe4255ff60f22a41cafa113059668571ed5d461",
"version": "1.16.0"
"revision": "7e2c5f3cbbeea68e004915e3a8961e20bd11d824",
"version": "1.18.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion ViteMaDose.xcodeproj/xcshareddata/xcschemes/Debug.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
14 changes: 14 additions & 0 deletions ViteMaDose/Helpers/Extensions/Bool+Commons.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// Bool+Commons.swift
// ViteMaDose
//
// Created by Victor Sarda on 04/12/2021.
//

import Foundation

extension Bool {
var intValue: Int {
return self ? 1 : 0
}
}
1 change: 1 addition & 0 deletions ViteMaDose/Helpers/Extensions/UIFont+TextSizes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ extension UIFont {
static var accessibleLargeTitleBold: UIFont {
.rounded(ofSize: UIFontDescriptor.preferredFontDescriptor(withTextStyle: UIFont.TextStyle.largeTitle).pointSize, weight: .bold)
}

}
Loading

0 comments on commit bab0f5b

Please sign in to comment.