|
@@ -149,8 +149,6 @@
|
|
|
F725437C1E12A44A009BF4C2 /* CCSection.m in Sources */ = {isa = PBXBuildFile; fileRef = F78F6FAF1CC8CCB700F4EA25 /* CCSection.m */; };
|
|
|
F72AAECA1E5C60C700BB17E1 /* AHKActionSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = F72AAEC31E5C60C700BB17E1 /* AHKActionSheet.m */; };
|
|
|
F72AAECB1E5C60C700BB17E1 /* AHKActionSheetViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F72AAEC51E5C60C700BB17E1 /* AHKActionSheetViewController.m */; };
|
|
|
- F72AAECC1E5C60C700BB17E1 /* UIImage+AHKAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F72AAEC71E5C60C700BB17E1 /* UIImage+AHKAdditions.m */; };
|
|
|
- F72AAECD1E5C60C700BB17E1 /* UIWindow+AHKAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F72AAEC91E5C60C700BB17E1 /* UIWindow+AHKAdditions.m */; };
|
|
|
F72C63891DC14B0400FA5ED5 /* libMagicalRecord.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F7B61E9B1DC13C20009E938F /* libMagicalRecord.a */; };
|
|
|
F732B3371E8045A1002B7D75 /* SwiftWebVC.strings in Resources */ = {isa = PBXBuildFile; fileRef = F732B3351E8045A1002B7D75 /* SwiftWebVC.strings */; };
|
|
|
F732BA061D76CE1500E9878B /* CCNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = F732BA041D76CE1500E9878B /* CCNetworking.m */; };
|
|
@@ -1072,10 +1070,6 @@
|
|
|
F72AAEC31E5C60C700BB17E1 /* AHKActionSheet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AHKActionSheet.m; sourceTree = "<group>"; };
|
|
|
F72AAEC41E5C60C700BB17E1 /* AHKActionSheetViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AHKActionSheetViewController.h; sourceTree = "<group>"; };
|
|
|
F72AAEC51E5C60C700BB17E1 /* AHKActionSheetViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AHKActionSheetViewController.m; sourceTree = "<group>"; };
|
|
|
- F72AAEC61E5C60C700BB17E1 /* UIImage+AHKAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+AHKAdditions.h"; sourceTree = "<group>"; };
|
|
|
- F72AAEC71E5C60C700BB17E1 /* UIImage+AHKAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+AHKAdditions.m"; sourceTree = "<group>"; };
|
|
|
- F72AAEC81E5C60C700BB17E1 /* UIWindow+AHKAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIWindow+AHKAdditions.h"; sourceTree = "<group>"; };
|
|
|
- F72AAEC91E5C60C700BB17E1 /* UIWindow+AHKAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIWindow+AHKAdditions.m"; sourceTree = "<group>"; };
|
|
|
F73049B81CB567F000C7C320 /* NSString+TruncateToWidth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+TruncateToWidth.h"; sourceTree = "<group>"; };
|
|
|
F73049B91CB567F000C7C320 /* NSString+TruncateToWidth.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+TruncateToWidth.m"; sourceTree = "<group>"; };
|
|
|
F732B3361E8045A1002B7D75 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/SwiftWebVC.strings; sourceTree = "<group>"; };
|
|
@@ -2347,10 +2341,6 @@
|
|
|
F72AAEC31E5C60C700BB17E1 /* AHKActionSheet.m */,
|
|
|
F72AAEC41E5C60C700BB17E1 /* AHKActionSheetViewController.h */,
|
|
|
F72AAEC51E5C60C700BB17E1 /* AHKActionSheetViewController.m */,
|
|
|
- F72AAEC61E5C60C700BB17E1 /* UIImage+AHKAdditions.h */,
|
|
|
- F72AAEC71E5C60C700BB17E1 /* UIImage+AHKAdditions.m */,
|
|
|
- F72AAEC81E5C60C700BB17E1 /* UIWindow+AHKAdditions.h */,
|
|
|
- F72AAEC91E5C60C700BB17E1 /* UIWindow+AHKAdditions.m */,
|
|
|
);
|
|
|
path = AHKActionSheet;
|
|
|
sourceTree = "<group>";
|
|
@@ -4548,7 +4538,6 @@
|
|
|
F77B0DF21D118A16002130FE /* CCUploadFromOtherUpp.m in Sources */,
|
|
|
F77B0DF41D118A16002130FE /* CCMain.m in Sources */,
|
|
|
F77B0DF51D118A16002130FE /* CCUtility.m in Sources */,
|
|
|
- F72AAECC1E5C60C700BB17E1 /* UIImage+AHKAdditions.m in Sources */,
|
|
|
F762CB071EACB66200B38484 /* XLFormOptionsObject.m in Sources */,
|
|
|
F7C525A01E3B48B700FFE02C /* CCNotification.swift in Sources */,
|
|
|
F77B0DFB1D118A16002130FE /* NYXProgressiveImageView.m in Sources */,
|
|
@@ -4727,7 +4716,6 @@
|
|
|
F77B0E8F1D118A16002130FE /* CCSection.m in Sources */,
|
|
|
F72AAECB1E5C60C700BB17E1 /* AHKActionSheetViewController.m in Sources */,
|
|
|
F77B0E911D118A16002130FE /* CCTemplates.m in Sources */,
|
|
|
- F72AAECD1E5C60C700BB17E1 /* UIWindow+AHKAdditions.m in Sources */,
|
|
|
F77B0E921D118A16002130FE /* CCCellMainTransfer.m in Sources */,
|
|
|
F7659A391DC0B737004860C4 /* iRate.m in Sources */,
|
|
|
F7B1FBC81E72E3D1001781FE /* SwiftWebVCActivity.swift in Sources */,
|