From 2b7e7c6ebd84b5a79d62dd5078c8c5aa0b065de6 Mon Sep 17 00:00:00 2001 From: James Zaki Date: Wed, 7 Aug 2019 20:57:35 +1000 Subject: [PATCH] Fixed filenames to compile on case-sensitive drives. (omitted Podfile.lock diffs) --- .../{BackUpViewController.swift => BackupViewController.swift} | 0 .../ViewControllers/MarketplaceViewController.swift | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename AlphaWallet/Export/ViewControllers/{BackUpViewController.swift => BackupViewController.swift} (100%) rename AlphaWallet/{MarketPlace => Marketplace}/ViewControllers/MarketplaceViewController.swift (100%) diff --git a/AlphaWallet/Export/ViewControllers/BackUpViewController.swift b/AlphaWallet/Export/ViewControllers/BackupViewController.swift similarity index 100% rename from AlphaWallet/Export/ViewControllers/BackUpViewController.swift rename to AlphaWallet/Export/ViewControllers/BackupViewController.swift diff --git a/AlphaWallet/MarketPlace/ViewControllers/MarketplaceViewController.swift b/AlphaWallet/Marketplace/ViewControllers/MarketplaceViewController.swift similarity index 100% rename from AlphaWallet/MarketPlace/ViewControllers/MarketplaceViewController.swift rename to AlphaWallet/Marketplace/ViewControllers/MarketplaceViewController.swift