From 3efa214fbdb96a8f4a428e338d3490970f003039 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Sat, 25 Aug 2018 19:49:27 -0500 Subject: [PATCH] Rename "README.MD" to "README.md" Lowercase filename extensions are used everywhere else in this project. --- iOS/demo/{README.MD => README.md} | 0 iOS/demo/iOS Demo.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename iOS/demo/{README.MD => README.md} (100%) diff --git a/iOS/demo/README.MD b/iOS/demo/README.md similarity index 100% rename from iOS/demo/README.MD rename to iOS/demo/README.md diff --git a/iOS/demo/iOS Demo.xcodeproj/project.pbxproj b/iOS/demo/iOS Demo.xcodeproj/project.pbxproj index b6cec26..9ecc0f2 100644 --- a/iOS/demo/iOS Demo.xcodeproj/project.pbxproj +++ b/iOS/demo/iOS Demo.xcodeproj/project.pbxproj @@ -68,7 +68,7 @@ B02FD56E18C521560009ECA9 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; B02FD56F18C521560009ECA9 /* ViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ViewController.mm; sourceTree = ""; }; B0779A7E18D376A5004DA9B7 /* STK.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = STK.xcodeproj; path = ../STK.xcodeproj; sourceTree = ""; }; - B0779A8918D37977004DA9B7 /* README.MD */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.MD; sourceTree = ""; }; + B0779A8918D37977004DA9B7 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -99,7 +99,7 @@ B02FD52918C520D60009ECA9 = { isa = PBXGroup; children = ( - B0779A8918D37977004DA9B7 /* README.MD */, + B0779A8918D37977004DA9B7 /* README.md */, B0779A7E18D376A5004DA9B7 /* STK.xcodeproj */, B02FD53B18C520D60009ECA9 /* iOS Demo */, B02FD55418C520D70009ECA9 /* iOS DemoTests */,