From 4e120a0eeb31241316a4a47b166108a7917bd7a4 Mon Sep 17 00:00:00 2001 From: manuroe Date: Tue, 23 Oct 2018 15:55:52 +0200 Subject: [PATCH] OLMKit: Fix file name case --- xcode/OLMKit/{OLMPKEncryption.h => OLMPkEncryption.h} | 0 xcode/OLMKit/{OLMPKEncryption.m => OLMPkEncryption.m} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename xcode/OLMKit/{OLMPKEncryption.h => OLMPkEncryption.h} (100%) rename xcode/OLMKit/{OLMPKEncryption.m => OLMPkEncryption.m} (100%) diff --git a/xcode/OLMKit/OLMPKEncryption.h b/xcode/OLMKit/OLMPkEncryption.h similarity index 100% rename from xcode/OLMKit/OLMPKEncryption.h rename to xcode/OLMKit/OLMPkEncryption.h diff --git a/xcode/OLMKit/OLMPKEncryption.m b/xcode/OLMKit/OLMPkEncryption.m similarity index 100% rename from xcode/OLMKit/OLMPKEncryption.m rename to xcode/OLMKit/OLMPkEncryption.m