浏览代码

clear code

Marino Faggiana 8 年之前
父节点
当前提交
baa349e164
共有 4 个文件被更改,包括 8 次插入8 次删除
  1. 4 4
      Nextcloud.xcodeproj/project.pbxproj
  2. 1 1
      iOSClient/Brand/NCBrandConstant.h
  3. 1 1
      iOSClient/Brand/NCBrandImages.h
  4. 2 2
      iOSClient/CCGlobal.h

+ 4 - 4
Nextcloud.xcodeproj/project.pbxproj

@@ -1512,8 +1512,8 @@
 		F7C0F46E1C8880540059EC54 /* ShareViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = ShareViewController.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
 		F7C0F46F1C8880540059EC54 /* ShareViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = ShareViewController.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
 		F7C1CDCE1E6DFAD1005D92BE /* CCStandardImages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCStandardImages.h; sourceTree = "<group>"; };
-		F7C1CDDA1E6DFC6F005D92BE /* CCNextcloudConstant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCNextcloudConstant.h; sourceTree = "<group>"; };
-		F7C1CDDB1E6DFC6F005D92BE /* CCNextcloudImages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCNextcloudImages.h; sourceTree = "<group>"; };
+		F7C1CDDA1E6DFC6F005D92BE /* NCBrandConstant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NCBrandConstant.h; sourceTree = "<group>"; };
+		F7C1CDDB1E6DFC6F005D92BE /* NCBrandImages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NCBrandImages.h; sourceTree = "<group>"; };
 		F7C1D8BB1D47781C00B89DEA /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/BKPasscodeView.strings; sourceTree = "<group>"; };
 		F7C1D8BC1D47781C00B89DEA /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
 		F7C1D8BD1D47781C00B89DEA /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
@@ -3093,8 +3093,8 @@
 			isa = PBXGroup;
 			children = (
 				F7C742D31E7BD36600D9C973 /* Supporting Files */,
-				F7C1CDDA1E6DFC6F005D92BE /* CCNextcloudConstant.h */,
-				F7C1CDDB1E6DFC6F005D92BE /* CCNextcloudImages.h */,
+				F7C1CDDA1E6DFC6F005D92BE /* NCBrandConstant.h */,
+				F7C1CDDB1E6DFC6F005D92BE /* NCBrandImages.h */,
 				F76B3CCD1EAE01BD00921AC9 /* NCColorBrand.swift */,
 			);
 			path = Brand;

+ 1 - 1
iOSClient/Brand/CCNextcloudConstant.h → iOSClient/Brand/NCBrandConstant.h

@@ -1,5 +1,5 @@
 //
-//  CCConstant.h
+//  NCBrandConstant.h
 //  Nextcloud
 //
 //  Created by Marino Faggiana on 06/03/17.

+ 1 - 1
iOSClient/Brand/CCNextcloudImages.h → iOSClient/Brand/NCBrandImages.h

@@ -1,5 +1,5 @@
 //
-//  CCImages.h
+//  NCBrandImages.h
 //  Crypto Cloud Technology Nextcloud
 //
 //  Created by Marino Faggiana on 15/06/16.

+ 2 - 2
iOSClient/CCGlobal.h

@@ -28,8 +28,8 @@
     #import "CustomImages.h"
     #import "CustomConstant.h"
 #else
-    #import "CCNextcloudImages.h"
-    #import "CCNextcloudConstant.h"
+    #import "NCBrandImages.h"
+    #import "NCBrandConstant.h"
 #endif
 
 extern NSString *const appApplicationSupport;