Browse Source

Rename OwnCloudFinderSync Xcode projext to NextcloudIntegration

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra 3 years ago
parent
commit
a7ec2c325e
24 changed files with 10 additions and 10 deletions
  1. 2 2
      shell_integration/MacOSX/CMakeLists.txt
  2. 1 1
      shell_integration/MacOSX/Nextcloud.xcworkspace/contents.xcworkspacedata
  3. 0 0
      shell_integration/MacOSX/Nextcloud.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  4. 0 0
      shell_integration/MacOSX/Nextcloud.xcworkspace/xcshareddata/OwnCloud.xccheckout
  5. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderEnumerator.swift
  6. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExt.entitlements
  7. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExtension.swift
  8. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderItem.swift
  9. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Info.plist
  10. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/FinderSync.h
  11. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/FinderSync.m
  12. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/FinderSyncExt.entitlements
  13. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/Info.plist
  14. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/LineProcessor.h
  15. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/LineProcessor.m
  16. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/LocalSocketClient.h
  17. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/LocalSocketClient.m
  18. 0 0
      shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/SyncClient.h
  19. 2 2
      shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj
  20. 0 0
      shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  21. 0 0
      shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  22. 5 5
      shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/xcshareddata/xcschemes/FinderSyncExt.xcscheme
  23. 0 0
      shell_integration/MacOSX/NextcloudIntegration/desktopclient/Info.plist
  24. 0 0
      shell_integration/MacOSX/NextcloudIntegration/desktopclient/main.m

+ 2 - 2
shell_integration/MacOSX/CMakeLists.txt

@@ -7,7 +7,7 @@ if(APPLE)
   # those user-defined settings to build the plist.
   add_custom_target( mac_overlayplugin ALL
     xcodebuild ARCHS=${CMAKE_OSX_ARCHITECTURES} ONLY_ACTIVE_ARCH=NO
-    -project ${CMAKE_SOURCE_DIR}/shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj
+    -project ${CMAKE_SOURCE_DIR}/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj
     -target FinderSyncExt -configuration Release "SYMROOT=${CMAKE_CURRENT_BINARY_DIR}"
     "OC_OEM_SHARE_ICNS=${OC_OEM_SHARE_ICNS}"
     "OC_APPLICATION_NAME=${APPLICATION_NAME}"
@@ -18,7 +18,7 @@ if(APPLE)
 
   add_custom_target( mac_fileproviderplugin ALL
     xcodebuild ARCHS=${CMAKE_OSX_ARCHITECTURES} ONLY_ACTIVE_ARCH=NO
-    -project ${CMAKE_SOURCE_DIR}/shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj
+    -project ${CMAKE_SOURCE_DIR}/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj
     -target FileProviderExt -configuration Release "SYMROOT=${CMAKE_CURRENT_BINARY_DIR}"
     "OC_APPLICATION_EXECUTABLE_NAME=${APPLICATION_EXECUTABLE}"
     "OC_APPLICATION_VENDOR=${APPLICATION_VENDOR}"

+ 1 - 1
shell_integration/MacOSX/OwnCloud.xcworkspace/contents.xcworkspacedata → shell_integration/MacOSX/Nextcloud.xcworkspace/contents.xcworkspacedata

@@ -2,6 +2,6 @@
 <Workspace
    version = "1.0">
    <FileRef
-      location = "group:OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj">
+      location = "group:NextcloudIntegration/NextcloudIntegration.xcodeproj">
    </FileRef>
 </Workspace>

+ 0 - 0
shell_integration/MacOSX/OwnCloud.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist → shell_integration/MacOSX/Nextcloud.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist


+ 0 - 0
shell_integration/MacOSX/OwnCloud.xcworkspace/xcshareddata/OwnCloud.xccheckout → shell_integration/MacOSX/Nextcloud.xcworkspace/xcshareddata/OwnCloud.xccheckout


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FileProviderExt/FileProviderEnumerator.swift → shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderEnumerator.swift


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FileProviderExt/FileProviderExt.entitlements → shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExt.entitlements


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FileProviderExt/FileProviderExtension.swift → shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExtension.swift


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FileProviderExt/FileProviderItem.swift → shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderItem.swift


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FileProviderExt/Info.plist → shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Info.plist


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/FinderSync.h → shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/FinderSync.h


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/FinderSync.m → shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/FinderSync.m


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/FinderSyncExt.entitlements → shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/FinderSyncExt.entitlements


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/Info.plist → shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/Info.plist


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/LineProcessor.h → shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/LineProcessor.h


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/LineProcessor.m → shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/LineProcessor.m


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/LocalSocketClient.h → shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/LocalSocketClient.h


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/LocalSocketClient.m → shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/LocalSocketClient.m


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/SyncClient.h → shell_integration/MacOSX/NextcloudIntegration/FinderSyncExt/SyncClient.h


+ 2 - 2
shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj → shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj

@@ -288,7 +288,7 @@
 					};
 				};
 			};
-			buildConfigurationList = C2B573981B1CD88000303B36 /* Build configuration list for PBXProject "OwnCloudFinderSync" */;
+			buildConfigurationList = C2B573981B1CD88000303B36 /* Build configuration list for PBXProject "NextcloudIntegration" */;
 			compatibilityVersion = "Xcode 3.2";
 			developmentRegion = English;
 			hasScannedForEncodings = 0;
@@ -781,7 +781,7 @@
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
 		};
-		C2B573981B1CD88000303B36 /* Build configuration list for PBXProject "OwnCloudFinderSync" */ = {
+		C2B573981B1CD88000303B36 /* Build configuration list for PBXProject "NextcloudIntegration" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
 				C2B573991B1CD88000303B36 /* Debug */,

+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.xcworkspace/contents.xcworkspacedata → shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/contents.xcworkspacedata


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist → shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist


+ 5 - 5
shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/xcshareddata/xcschemes/FinderSyncExt.xcscheme → shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/xcshareddata/xcschemes/FinderSyncExt.xcscheme

@@ -18,7 +18,7 @@
                BlueprintIdentifier = "C2B573D61B1CD9CE00303B36"
                BuildableName = "FinderSyncExt.appex"
                BlueprintName = "FinderSyncExt"
-               ReferencedContainer = "container:OwnCloudFinderSync.xcodeproj">
+               ReferencedContainer = "container:NextcloudIntegration.xcodeproj">
             </BuildableReference>
          </BuildActionEntry>
          <BuildActionEntry
@@ -32,7 +32,7 @@
                BlueprintIdentifier = "C2B573B01B1CD91E00303B36"
                BuildableName = "desktopclient.app"
                BlueprintName = "desktopclient"
-               ReferencedContainer = "container:OwnCloudFinderSync.xcodeproj">
+               ReferencedContainer = "container:NextcloudIntegration.xcodeproj">
             </BuildableReference>
          </BuildActionEntry>
       </BuildActionEntries>
@@ -48,7 +48,7 @@
             BlueprintIdentifier = "C2B573D61B1CD9CE00303B36"
             BuildableName = "FinderSyncExt.appex"
             BlueprintName = "FinderSyncExt"
-            ReferencedContainer = "container:OwnCloudFinderSync.xcodeproj">
+            ReferencedContainer = "container:NextcloudIntegration.xcodeproj">
          </BuildableReference>
       </MacroExpansion>
       <Testables>
@@ -73,7 +73,7 @@
             BlueprintIdentifier = "C2B573B01B1CD91E00303B36"
             BuildableName = "desktopclient.app"
             BlueprintName = "desktopclient"
-            ReferencedContainer = "container:OwnCloudFinderSync.xcodeproj">
+            ReferencedContainer = "container:NextcloudIntegration.xcodeproj">
          </BuildableReference>
       </BuildableProductRunnable>
    </LaunchAction>
@@ -92,7 +92,7 @@
             BlueprintIdentifier = "C2B573B01B1CD91E00303B36"
             BuildableName = "desktopclient.app"
             BlueprintName = "desktopclient"
-            ReferencedContainer = "container:OwnCloudFinderSync.xcodeproj">
+            ReferencedContainer = "container:NextcloudIntegration.xcodeproj">
          </BuildableReference>
       </BuildableProductRunnable>
    </ProfileAction>

+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/desktopclient/Info.plist → shell_integration/MacOSX/NextcloudIntegration/desktopclient/Info.plist


+ 0 - 0
shell_integration/MacOSX/OwnCloudFinderSync/desktopclient/main.m → shell_integration/MacOSX/NextcloudIntegration/desktopclient/main.m