Rename xcodeproj file

Summary: Renames xcodeproj file

Reviewed By: passy

Differential Revision: D9947704

fbshipit-source-id: 057d849c1b20ced228f43e42938f4fbffd1c1794
This commit is contained in:
Pritesh Nandgaonkar
2018-09-20 04:27:07 -07:00
committed by Facebook Github Bot
parent 6ac6ac61e3
commit 04efc06f6a
5 changed files with 683 additions and 991 deletions

View File

@@ -3,12 +3,12 @@ source 'https://github.com/facebook/Sonar.git'
source 'https://github.com/CocoaPods/Specs'
platform :ios, '9.0'
swift_version = "4.1"
target 'SonarKit' do
target 'FlipperKit' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
project 'SonarKit.xcodeproj'
project 'FlipperKit.xcodeproj'
pod 'Sonar', :path => '../Sonar.podspec'
# Pods for SonarKit
pod 'PeerTalk', '~>0.0'
pod 'RSocket', '~>0.10'
@@ -16,6 +16,5 @@ target 'SonarKit' do
pod 'glog', '~>0.3'
pod 'Folly', '~>1.0'
pod 'CocoaAsyncSocket', '~>7.6'
pod 'Sonar', '~>0.0.1'
end