-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from visenze/feature/upgrade-target-12
[ES-7453] upgrade target to 12
- Loading branch information
Showing
12 changed files
with
142 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ xcuserdata/ | |
## Other | ||
*.moved-aside | ||
*.xcuserstate | ||
*.DS_STORE | ||
|
||
## Obj-C/Swift specific | ||
*.hmap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "visenze/visenze-tracking-swift" ~> 0.1.3 | ||
github "visenze/visenze-tracking-swift" ~> 0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "visenze/visenze-tracking-swift" "0.1.4" | ||
github "visenze/visenze-tracking-swift" "0.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ xcuserdata/ | |
## Other | ||
*.moved-aside | ||
*.xcuserstate | ||
*.DS_STORE | ||
|
||
## Obj-C/Swift specific | ||
*.hmap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Pod::Spec.new do |s| | |
|
||
|
||
s.name = "ViSenzeAnalytics" | ||
s.version = "0.1.4" | ||
s.version = "0.2.0" | ||
s.summary = "ViSenze Tracking SDK" | ||
|
||
s.description = <<-DESC | ||
|
@@ -24,10 +24,10 @@ Pod::Spec.new do |s| | |
s.author = { "Ngo Hung" => "[email protected]" } | ||
|
||
s.source = { :git => 'https://github.com/visenze/visenze-tracking-swift.git', :tag => s.version } | ||
s.ios.deployment_target = '8.0' | ||
s.ios.deployment_target = '12.0' | ||
|
||
# s.platform = :ios | ||
s.platform = :ios, "8.0" | ||
s.platform = :ios, "12.0" | ||
|
||
|
||
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...enzeAnalytics/ViSenzeAnalytics.xcodeproj/xcshareddata/xcschemes/ViSenzeAnalytics.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.