Skip to content

Commit 7732041

Browse files
author
Fernando
authored
🚑 Change Countribution count key (#26)
1 parent 1831b1c commit 7732041

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎Sources/Consts/ParseKeys.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import Foundation
99

1010
enum ParseKeys {
1111
static let date = "data-date"
12-
static let contributionCount = "data-count"
12+
static let contributionCount = "data-level"
1313
static let rect = "rect"
1414
}

‎jandi.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
ED18257225C4096400FCD100 = {
8686
isa = PBXGroup;
8787
children = (
88-
ED8F6FDF25C460DA0099D861 /* Supporting FIles */,
88+
ED8F6FDF25C460DA0099D861 /* Supporting Files */,
8989
ED18257D25C4096400FCD100 /* Sources */,
9090
ED18257C25C4096400FCD100 /* Products */,
9191
);
@@ -133,12 +133,12 @@
133133
path = Models;
134134
sourceTree = "<group>";
135135
};
136-
ED8F6FDF25C460DA0099D861 /* Supporting FIles */ = {
136+
ED8F6FDF25C460DA0099D861 /* Supporting Files */ = {
137137
isa = PBXGroup;
138138
children = (
139139
ED8F6FE625C461320099D861 /* Localizable.strings */,
140140
);
141-
path = "Supporting FIles";
141+
path = "Supporting Files";
142142
sourceTree = "<group>";
143143
};
144144
/* End PBXGroup section */
@@ -415,7 +415,7 @@
415415
"$(inherited)",
416416
"@executable_path/../Frameworks",
417417
);
418-
MACOSX_DEPLOYMENT_TARGET = 10.12;
418+
MACOSX_DEPLOYMENT_TARGET = 10.13;
419419
MARKETING_VERSION = 1.9;
420420
PRODUCT_BUNDLE_IDENTIFIER = com.tmsae.jandi;
421421
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -440,7 +440,7 @@
440440
"$(inherited)",
441441
"@executable_path/../Frameworks",
442442
);
443-
MACOSX_DEPLOYMENT_TARGET = 10.12;
443+
MACOSX_DEPLOYMENT_TARGET = 10.13;
444444
MARKETING_VERSION = 1.9;
445445
PRODUCT_BUNDLE_IDENTIFIER = com.tmsae.jandi;
446446
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)