|
@@ -128,6 +128,7 @@
|
|
F7362A1F220C853A005101B5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7362A1E220C853A005101B5 /* LaunchScreen.storyboard */; };
|
|
F7362A1F220C853A005101B5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7362A1E220C853A005101B5 /* LaunchScreen.storyboard */; };
|
|
F7381EE1218218C9000B1560 /* NCOffline.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7381EDA218218C9000B1560 /* NCOffline.swift */; };
|
|
F7381EE1218218C9000B1560 /* NCOffline.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7381EDA218218C9000B1560 /* NCOffline.swift */; };
|
|
F7381EE5218218C9000B1560 /* NCOffline.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7381EDE218218C9000B1560 /* NCOffline.storyboard */; };
|
|
F7381EE5218218C9000B1560 /* NCOffline.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7381EDE218218C9000B1560 /* NCOffline.storyboard */; };
|
|
|
|
+ F738D4902756740100CD1D38 /* NCLoginNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F738D48F2756740100CD1D38 /* NCLoginNavigationController.swift */; };
|
|
F738E8421F90FFD100F95C8E /* NCManageEndToEndEncryption.m in Sources */ = {isa = PBXBuildFile; fileRef = F738E8411F90FFD100F95C8E /* NCManageEndToEndEncryption.m */; };
|
|
F738E8421F90FFD100F95C8E /* NCManageEndToEndEncryption.m in Sources */ = {isa = PBXBuildFile; fileRef = F738E8411F90FFD100F95C8E /* NCManageEndToEndEncryption.m */; };
|
|
F73ADD1C265546890069EA0D /* SwiftEntryKit in Frameworks */ = {isa = PBXBuildFile; productRef = F73ADD1B265546890069EA0D /* SwiftEntryKit */; };
|
|
F73ADD1C265546890069EA0D /* SwiftEntryKit in Frameworks */ = {isa = PBXBuildFile; productRef = F73ADD1B265546890069EA0D /* SwiftEntryKit */; };
|
|
F73ADD2126554F8E0069EA0D /* SwiftEntryKit in Frameworks */ = {isa = PBXBuildFile; productRef = F73ADD2026554F8E0069EA0D /* SwiftEntryKit */; };
|
|
F73ADD2126554F8E0069EA0D /* SwiftEntryKit in Frameworks */ = {isa = PBXBuildFile; productRef = F73ADD2026554F8E0069EA0D /* SwiftEntryKit */; };
|
|
@@ -550,6 +551,7 @@
|
|
F736B551234DCF57008A5C9F /* Alamofire.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Alamofire.framework; path = Carthage/Build/iOS/Alamofire.framework; sourceTree = "<group>"; };
|
|
F736B551234DCF57008A5C9F /* Alamofire.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Alamofire.framework; path = Carthage/Build/iOS/Alamofire.framework; sourceTree = "<group>"; };
|
|
F7381EDA218218C9000B1560 /* NCOffline.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCOffline.swift; sourceTree = "<group>"; };
|
|
F7381EDA218218C9000B1560 /* NCOffline.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCOffline.swift; sourceTree = "<group>"; };
|
|
F7381EDE218218C9000B1560 /* NCOffline.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = NCOffline.storyboard; sourceTree = "<group>"; };
|
|
F7381EDE218218C9000B1560 /* NCOffline.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = NCOffline.storyboard; sourceTree = "<group>"; };
|
|
|
|
+ F738D48F2756740100CD1D38 /* NCLoginNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCLoginNavigationController.swift; sourceTree = "<group>"; };
|
|
F738E8401F90FFD100F95C8E /* NCManageEndToEndEncryption.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NCManageEndToEndEncryption.h; sourceTree = "<group>"; };
|
|
F738E8401F90FFD100F95C8E /* NCManageEndToEndEncryption.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NCManageEndToEndEncryption.h; sourceTree = "<group>"; };
|
|
F738E8411F90FFD100F95C8E /* NCManageEndToEndEncryption.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NCManageEndToEndEncryption.m; sourceTree = "<group>"; };
|
|
F738E8411F90FFD100F95C8E /* NCManageEndToEndEncryption.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NCManageEndToEndEncryption.m; sourceTree = "<group>"; };
|
|
F73B42292476764F00A30FD3 /* NCNotification.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = NCNotification.storyboard; path = Notification/NCNotification.storyboard; sourceTree = "<group>"; };
|
|
F73B42292476764F00A30FD3 /* NCNotification.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = NCNotification.storyboard; path = Notification/NCNotification.storyboard; sourceTree = "<group>"; };
|
|
@@ -1342,6 +1344,7 @@
|
|
F7DBC37B23325E01001A85BA /* NCAppConfigView.swift */,
|
|
F7DBC37B23325E01001A85BA /* NCAppConfigView.swift */,
|
|
F702F2F025EE5CDA008F8E80 /* NCLogin.storyboard */,
|
|
F702F2F025EE5CDA008F8E80 /* NCLogin.storyboard */,
|
|
F702F2F625EE5CEC008F8E80 /* NCLogin.swift */,
|
|
F702F2F625EE5CEC008F8E80 /* NCLogin.swift */,
|
|
|
|
+ F738D48F2756740100CD1D38 /* NCLoginNavigationController.swift */,
|
|
F745B252222D88AE00346520 /* NCLoginQRCode.swift */,
|
|
F745B252222D88AE00346520 /* NCLoginQRCode.swift */,
|
|
F7AE00F4230D5F9E007ACF8A /* NCLoginWeb.swift */,
|
|
F7AE00F4230D5F9E007ACF8A /* NCLoginWeb.swift */,
|
|
);
|
|
);
|
|
@@ -2233,6 +2236,7 @@
|
|
F76B3CCE1EAE01BD00921AC9 /* NCBrand.swift in Sources */,
|
|
F76B3CCE1EAE01BD00921AC9 /* NCBrand.swift in Sources */,
|
|
F769454422E9F142000A798A /* NCShareUserMenuView.swift in Sources */,
|
|
F769454422E9F142000A798A /* NCShareUserMenuView.swift in Sources */,
|
|
F7581D2425EFDDDF004DC699 /* NCMedia+Menu.swift in Sources */,
|
|
F7581D2425EFDDDF004DC699 /* NCMedia+Menu.swift in Sources */,
|
|
|
|
+ F738D4902756740100CD1D38 /* NCLoginNavigationController.swift in Sources */,
|
|
F77B0E981D118A16002130FE /* CCManageAccount.m in Sources */,
|
|
F77B0E981D118A16002130FE /* CCManageAccount.m in Sources */,
|
|
F77EFC0C26D6751F00806ED6 /* NCShareQuickStatusMenu.swift in Sources */,
|
|
F77EFC0C26D6751F00806ED6 /* NCShareQuickStatusMenu.swift in Sources */,
|
|
F702F30125EE5D2C008F8E80 /* NYMnemonic.m in Sources */,
|
|
F702F30125EE5D2C008F8E80 /* NYMnemonic.m in Sources */,
|