From 13e2acbc754893efb945fe02d20824698415dcdb Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 11 Feb 2016 12:21:49 -0800 Subject: [ios, osx] Consolidate remaining files in platform/{ios,osx} --- scripts/main.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/main.mk b/scripts/main.mk index 17ddbe9a6a..5c28396f76 100644 --- a/scripts/main.mk +++ b/scripts/main.mk @@ -53,9 +53,9 @@ SUBMODULES += platform/ios/vendor/SMCalloutView/SMCalloutView.h platform/ios/vendor/SMCalloutView/SMCalloutView.h: ./scripts/flock.py .git/Submodule.lock git submodule update --init platform/ios/vendor/SMCalloutView -SUBMODULES += test/ios/KIF/KIF.xcodeproj -test/ios/KIF/KIF.xcodeproj: - ./scripts/flock.py .git/Submodule.lock git submodule update --init test/ios/KIF +SUBMODULES += platform/ios/test/KIF/KIF.xcodeproj +platform/ios/test/KIF/KIF.xcodeproj: + ./scripts/flock.py .git/Submodule.lock git submodule update --init platform/ios/test/KIF endif endif -- cgit v1.2.1