Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
username0x0a committed Mar 10, 2021
2 parents bd68952 + c462cf3 commit 25614dc
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions TravelKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Pod::Spec.new do |spec|

spec.name = 'TravelKit'
spec.version = '3.1.1'
spec.version = '3.1.2'
spec.license = 'MIT'
spec.homepage = 'https://github.com/sygic-travel/apple-sdk'
spec.authors = 'Tripomatic s.r.o.', 'Michal Zelinka'
spec.summary = 'Travel SDK for travelling projects'
spec.source = { :http => 'https://github.com/sygic-travel/apple-sdk/releases/download/v3.1.1/TravelKit-3.1.1-iOS.zip' }
spec.source = { :http => 'https://github.com/sygic-travel/apple-sdk/releases/download/v3.1.2/TravelKit-3.1.2-iOS.zip' }
spec.documentation_url = 'http://docs.sygictravelapi.com/apple-sdk/latest'
spec.module_name = 'TravelKit'

Expand Down
2 changes: 1 addition & 1 deletion TravelKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = TK;
LastUpgradeCheck = 1220;
LastUpgradeCheck = 1250;
ORGANIZATIONNAME = Tripomatic;
TargetAttributes = {
D6B2A1281E530AFD005509E8 = {
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 = "1220"
LastUpgradeVersion = "1250"
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 = "1220"
LastUpgradeVersion = "1250"
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 = "1220"
LastUpgradeVersion = "1250"
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 = "1220"
LastUpgradeVersion = "1250"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
4 changes: 2 additions & 2 deletions TravelKit/Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

TK_BUNDLE_VERSION = 3.1.1
TK_BUNDLE_BUILD = 304
TK_BUNDLE_VERSION = 3.1.2
TK_BUNDLE_BUILD = 307
2 changes: 1 addition & 1 deletion TravelKit/TKTrip.m
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ - (BOOL)isEqual:(TKTripInfo *)trip
- (NSString *)description
{
return [NSString stringWithFormat:@"<Trip Info | ID: %@>\n\t"
"Name = %@\n\tVersion = %tu\n\tStart date = %@\n\tDays count = %tu\n\tChanged = %c",
"Name = %@\n\tVersion = %tu\n\tStart date = %@\n\tDays count = %tu\n\tChanged = %d",
_ID, _name, _version, _startDate, _daysCount, _changed];
}

Expand Down
4 changes: 2 additions & 2 deletions TravelKit/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef Version_h
#define Version_h

#define TRAVELKIT_VERSION "3.1.1"
#define TRAVELKIT_BUILD 304
#define TRAVELKIT_VERSION "3.1.2"
#define TRAVELKIT_BUILD 307

#endif /* Version_h */

0 comments on commit 25614dc

Please sign in to comment.