|
@@ -187,6 +187,8 @@
|
|
|
F77444F522281649000D5EB0 /* NCGridMediaCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77444F322281649000D5EB0 /* NCGridMediaCell.swift */; };
|
|
|
F77444F622281649000D5EB0 /* NCGridMediaCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F77444F422281649000D5EB0 /* NCGridMediaCell.xib */; };
|
|
|
F77444F8222816D5000D5EB0 /* NCPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77444F7222816D5000D5EB0 /* NCPickerViewController.swift */; };
|
|
|
+ F77910A525DD517B00CEDB9E /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = F77910A425DD517B00CEDB9E /* Settings.bundle */; };
|
|
|
+ F77910AB25DD53C700CEDB9E /* NCSettingsBundleHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77910AA25DD53C700CEDB9E /* NCSettingsBundleHelper.swift */; };
|
|
|
F77A697D250A0FBC00FF1708 /* NCCollectionViewCommon+Menu.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77A697C250A0FBC00FF1708 /* NCCollectionViewCommon+Menu.swift */; };
|
|
|
F77B0DF51D118A16002130FE /* CCUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = F7053E3D1C639DF500741EA5 /* CCUtility.m */; };
|
|
|
F77B0E301D118A16002130FE /* CCHud.m in Sources */ = {isa = PBXBuildFile; fileRef = F7514EDB1C7B1336008F3338 /* CCHud.m */; };
|
|
@@ -569,6 +571,8 @@
|
|
|
F77444F322281649000D5EB0 /* NCGridMediaCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCGridMediaCell.swift; sourceTree = "<group>"; };
|
|
|
F77444F422281649000D5EB0 /* NCGridMediaCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = NCGridMediaCell.xib; sourceTree = "<group>"; };
|
|
|
F77444F7222816D5000D5EB0 /* NCPickerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCPickerViewController.swift; sourceTree = "<group>"; };
|
|
|
+ F77910A425DD517B00CEDB9E /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; };
|
|
|
+ F77910AA25DD53C700CEDB9E /* NCSettingsBundleHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCSettingsBundleHelper.swift; sourceTree = "<group>"; };
|
|
|
F77A697C250A0FBC00FF1708 /* NCCollectionViewCommon+Menu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NCCollectionViewCommon+Menu.swift"; sourceTree = "<group>"; };
|
|
|
F78071071EDAB65800EAFFF6 /* NSNotificationCenter+MainThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSNotificationCenter+MainThread.h"; sourceTree = "<group>"; };
|
|
|
F78071081EDAB65800EAFFF6 /* NSNotificationCenter+MainThread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSNotificationCenter+MainThread.m"; sourceTree = "<group>"; };
|
|
@@ -1186,6 +1190,8 @@
|
|
|
F7ACE4281BAC0268006C0017 /* Settings */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ F77910A425DD517B00CEDB9E /* Settings.bundle */,
|
|
|
+ F77910AA25DD53C700CEDB9E /* NCSettingsBundleHelper.swift */,
|
|
|
F7CB689F254169530050EC94 /* NCSettings.storyboard */,
|
|
|
F7ACE4291BAC0268006C0017 /* Acknowledgements.h */,
|
|
|
F7ACE42B1BAC0268006C0017 /* Acknowledgements.rtf */,
|
|
@@ -1885,6 +1891,7 @@
|
|
|
F78ACD58219048040088454D /* NCSectionHeaderMenu.xib in Resources */,
|
|
|
F7501C322212E57500FB1415 /* NCMedia.storyboard in Resources */,
|
|
|
F74DE14425135B6800917068 /* NCTransfers.storyboard in Resources */,
|
|
|
+ F77910A525DD517B00CEDB9E /* Settings.bundle in Resources */,
|
|
|
F7CB68A0254169530050EC94 /* NCSettings.storyboard in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -2034,6 +2041,7 @@
|
|
|
F70753F12542A9A200972D44 /* NCViewerImageZoom.swift in Sources */,
|
|
|
F7A80BCB252624C100C7CD01 /* NCFileViewInFolder.swift in Sources */,
|
|
|
F78A18B823CDE2B300F681F3 /* NCViewerRichWorkspace.swift in Sources */,
|
|
|
+ F77910AB25DD53C700CEDB9E /* NCSettingsBundleHelper.swift in Sources */,
|
|
|
F78A18B623CDD07D00F681F3 /* NCViewerRichWorkspaceWebView.swift in Sources */,
|
|
|
F75A9EE623796C6F0044CFCE /* NCNetworking.swift in Sources */,
|
|
|
F758B460212C56A400515F55 /* ScanCollectionView.swift in Sources */,
|