Skip to content

Commit

Permalink
🚑 Change Countribution count key (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando committed Jan 6, 2023
1 parent 1831b1c commit 7732041
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Sources/Consts/ParseKeys.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import Foundation

enum ParseKeys {
static let date = "data-date"
static let contributionCount = "data-count"
static let contributionCount = "data-level"
static let rect = "rect"
}
10 changes: 5 additions & 5 deletions jandi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
ED18257225C4096400FCD100 = {
isa = PBXGroup;
children = (
ED8F6FDF25C460DA0099D861 /* Supporting FIles */,
ED8F6FDF25C460DA0099D861 /* Supporting Files */,
ED18257D25C4096400FCD100 /* Sources */,
ED18257C25C4096400FCD100 /* Products */,
);
Expand Down Expand Up @@ -133,12 +133,12 @@
path = Models;
sourceTree = "<group>";
};
ED8F6FDF25C460DA0099D861 /* Supporting FIles */ = {
ED8F6FDF25C460DA0099D861 /* Supporting Files */ = {
isa = PBXGroup;
children = (
ED8F6FE625C461320099D861 /* Localizable.strings */,
);
path = "Supporting FIles";
path = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand Down Expand Up @@ -415,7 +415,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.9;
PRODUCT_BUNDLE_IDENTIFIER = com.tmsae.jandi;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -440,7 +440,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.9;
PRODUCT_BUNDLE_IDENTIFIER = com.tmsae.jandi;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 7732041

Please sign in to comment.