Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-12-08 19:54:32 +0300
committerDaniel Molkentin <danimo@owncloud.com>2014-12-08 19:54:32 +0300
commitd5f2c36abd4bdb8139ecb0658f96751939e88b4b (patch)
tree75d87ed0aaadb03eaa31f4e31ed810819fee398c /shell_integration/MacOSX
parentd86b3f04b187b098b9aa7cde062521be179b75e3 (diff)
Mirall -> (Desktop) Client
Diffstat (limited to 'shell_integration/MacOSX')
-rw-r--r--shell_integration/MacOSX/OwnCloud.xcworkspace/xcshareddata/OwnCloud.xccheckout6
-rw-r--r--shell_integration/MacOSX/OwnCloudFinder/ContentManager.m4
-rw-r--r--shell_integration/MacOSX/deploy.sh6
3 files changed, 8 insertions, 8 deletions
diff --git a/shell_integration/MacOSX/OwnCloud.xcworkspace/xcshareddata/OwnCloud.xccheckout b/shell_integration/MacOSX/OwnCloud.xcworkspace/xcshareddata/OwnCloud.xccheckout
index 6fee20835..8320a7f7b 100644
--- a/shell_integration/MacOSX/OwnCloud.xcworkspace/xcshareddata/OwnCloud.xccheckout
+++ b/shell_integration/MacOSX/OwnCloud.xcworkspace/xcshareddata/OwnCloud.xccheckout
@@ -11,7 +11,7 @@
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>09EE94AA-F410-4594-AB26-5A0220DEAEC7</key>
- <string>ssh://github.com/owncloud/mirall.git</string>
+ <string>ssh://github.com/owncloud/client.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>shell_integration/MacOSX/OwnCloud.xcworkspace</string>
@@ -21,7 +21,7 @@
<string>../../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
- <string>ssh://github.com/owncloud/mirall.git</string>
+ <string>ssh://github.com/owncloud/client.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>110</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
@@ -34,7 +34,7 @@
<key>IDESourceControlWCCIdentifierKey</key>
<string>09EE94AA-F410-4594-AB26-5A0220DEAEC7</string>
<key>IDESourceControlWCCName</key>
- <string>mirall</string>
+ <string>client</string>
</dict>
</array>
</dict>
diff --git a/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m b/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m
index 70c0e889d..ee850bfb2 100644
--- a/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m
+++ b/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m
@@ -164,7 +164,7 @@ static ContentManager* sharedInstance = nil;
}
// called as a result of an UPDATE_VIEW message.
-// it clears the entries from the hash to make it call again home to mirall.
+// it clears the entries from the hash to make it call again home to the desktop client.
- (void)clearFileNameCacheForPath:(NSString*)path
{
NSLog(@"%@", NSStringFromSelector(_cmd));
@@ -387,4 +387,4 @@ static ContentManager* sharedInstance = nil;
}
}
-@end \ No newline at end of file
+@end
diff --git a/shell_integration/MacOSX/deploy.sh b/shell_integration/MacOSX/deploy.sh
index ae5a9d31e..2cb2ca579 100644
--- a/shell_integration/MacOSX/deploy.sh
+++ b/shell_integration/MacOSX/deploy.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# osascript $HOME/owncloud.com/mirall/shell_integration/MacOSX/unload.scpt
+# osascript $HOME/owncloud.com/client/shell_integration/MacOSX/unload.scpt
sudo rm -rf /Library/ScriptingAdditions/SyncStateFinder.osax
# Klaas' machine
@@ -12,6 +12,6 @@ OSAXDIR=$HOME/Library/Developer/Xcode/DerivedData/OwnCloud-*/Build/Products/Debu
sudo killall Finder
sleep 1
-osascript $HOME/owncloud.com/mirall/shell_integration/MacOSX/load.scpt
-osascript $HOME/owncloud.com/mirall/shell_integration/MacOSX/check.scpt
+osascript $HOME/owncloud.com/client/shell_integration/MacOSX/load.scpt
+osascript $HOME/owncloud.com/client/shell_integration/MacOSX/check.scpt