From 25a9efb86372860bd9323926a87fd5457d5af259 Mon Sep 17 00:00:00 2001 From: satoshi-takano Date: Sun, 2 Oct 2016 19:02:15 +0900 Subject: [PATCH] Rename the test directory --- OpenGraph.xcodeproj/project.pbxproj | 10 +++++----- {OpenGraphTests => Tests}/Info.plist | 0 {OpenGraphTests => Tests}/OpenGraphTests.swift | 0 {OpenGraphTests => Tests}/example.com.html | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename {OpenGraphTests => Tests}/Info.plist (100%) rename {OpenGraphTests => Tests}/OpenGraphTests.swift (100%) rename {OpenGraphTests => Tests}/example.com.html (100%) diff --git a/OpenGraph.xcodeproj/project.pbxproj b/OpenGraph.xcodeproj/project.pbxproj index 8b1f50c..e3f2568 100644 --- a/OpenGraph.xcodeproj/project.pbxproj +++ b/OpenGraph.xcodeproj/project.pbxproj @@ -66,7 +66,7 @@ isa = PBXGroup; children = ( 7B24FB171D3B2583005275B0 /* OpenGraph */, - 7B24FB231D3B2583005275B0 /* OpenGraphTests */, + 7B24FB231D3B2583005275B0 /* Tests */, 7B24FB161D3B2583005275B0 /* Products */, ); sourceTree = ""; @@ -94,14 +94,14 @@ path = OpenGraph; sourceTree = ""; }; - 7B24FB231D3B2583005275B0 /* OpenGraphTests */ = { + 7B24FB231D3B2583005275B0 /* Tests */ = { isa = PBXGroup; children = ( 7B24FB521D3B2DD4005275B0 /* example.com.html */, 7B24FB261D3B2583005275B0 /* Info.plist */, 7B24FB3D1D3B26C4005275B0 /* OpenGraphTests.swift */, ); - path = OpenGraphTests; + path = Tests; sourceTree = ""; }; /* End PBXGroup section */ @@ -423,7 +423,7 @@ "$(PROJECT_DIR)/Carthage/Build/Mac", "$(PROJECT_DIR)/Carthage/Build/iOS", ); - INFOPLIST_FILE = OpenGraphTests/Info.plist; + INFOPLIST_FILE = Tests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "net.cloud-dj.OpenGraphTests"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -442,7 +442,7 @@ "$(PROJECT_DIR)/Carthage/Build/Mac", "$(PROJECT_DIR)/Carthage/Build/iOS", ); - INFOPLIST_FILE = OpenGraphTests/Info.plist; + INFOPLIST_FILE = Tests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "net.cloud-dj.OpenGraphTests"; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/OpenGraphTests/Info.plist b/Tests/Info.plist similarity index 100% rename from OpenGraphTests/Info.plist rename to Tests/Info.plist diff --git a/OpenGraphTests/OpenGraphTests.swift b/Tests/OpenGraphTests.swift similarity index 100% rename from OpenGraphTests/OpenGraphTests.swift rename to Tests/OpenGraphTests.swift diff --git a/OpenGraphTests/example.com.html b/Tests/example.com.html similarity index 100% rename from OpenGraphTests/example.com.html rename to Tests/example.com.html