Skip to content

Commit

Permalink
Bump SDK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokhl committed Oct 20, 2020
1 parent 299f5df commit 8bf7fec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VGSCollectSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'VGSCollectSDK'
spec.version = '1.6.3'
spec.version = '1.7.0'
spec.summary = 'VGS Collect - is a product suite that allows customers to collect information securely without possession of it.'
spec.swift_version = '5.0'
spec.description = <<-DESC
Expand Down
20 changes: 10 additions & 10 deletions VGSCollectSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,6 @@
path = FilePicker;
sourceTree = "<group>";
};
3281541125013E96004E9AD4 /* Analytics */ = {
isa = PBXGroup;
children = (
3281541225013EA1004E9AD4 /* VGSAnalyticsClient.swift */,
);
path = Analytics;
sourceTree = "<group>";
};
326FFAF324F904430024A4F9 /* VGSCardIOCollector */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -354,6 +346,14 @@
path = CardScanners;
sourceTree = "<group>";
};
3281541125013E96004E9AD4 /* Analytics */ = {
isa = PBXGroup;
children = (
3281541225013EA1004E9AD4 /* VGSAnalyticsClient.swift */,
);
path = Analytics;
sourceTree = "<group>";
};
32CFC70824EBEEB300457B17 /* VGSCardScanCollector */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1322,7 +1322,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.6.3;
MARKETING_VERSION = 1.7.0;
PRODUCT_BUNDLE_IDENTIFIER = com.vgs.framework;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1358,7 +1358,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.6.3;
MARKETING_VERSION = 1.7.0;
PRODUCT_BUNDLE_IDENTIFIER = com.vgs.framework;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 8bf7fec

Please sign in to comment.