mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
don't specify git as source for local change testing
This commit is contained in:
parent
b5a47cddc0
commit
4c27f08f1d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Pod::Spec.new do |s|
|
||||||
|
|
||||||
# Specify the location from where the source should be retrieved.
|
# Specify the location from where the source should be retrieved.
|
||||||
#
|
#
|
||||||
s.source = { :git => "https://github.com/worklist/hifi.git" }
|
# s.source = { :git => "https://github.com/worklist/hifi.git" }
|
||||||
|
|
||||||
s.platform = :ios
|
s.platform = :ios
|
||||||
s.ios.deployment_target = "6.0"
|
s.ios.deployment_target = "6.0"
|
||||||
|
|
Loading…
Reference in a new issue