Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Removed all copyright references to Pol-Online
Browse files Browse the repository at this point in the history
Fully renamed sample project to WebDAVServer
Fixed a typo in the Instructions.txt file in WebDAVServer sample project
  • Loading branch information
Pol committed Jun 8, 2011
1 parent 8313ee5 commit d9b6ccc
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 44 deletions.
2 changes: 0 additions & 2 deletions Extensions/WebDAV/DAVConnection.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2011 Pol-Online

#import "HTTPConnection.h"

@interface DAVConnection : HTTPConnection {
Expand Down
2 changes: 0 additions & 2 deletions Extensions/WebDAV/DAVConnection.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2011 Pol-Online

#import "DAVConnection.h"
#import "HTTPMessage.h"
#import "HTTPFileResponse.h"
Expand Down
2 changes: 0 additions & 2 deletions Extensions/WebDAV/DAVResponse.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2011 Pol-Online

#import "HTTPResponse.h"

@interface DAVResponse : NSObject <HTTPResponse> {
Expand Down
2 changes: 0 additions & 2 deletions Extensions/WebDAV/DAVResponse.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2011 Pol-Online

#import <libxml/parser.h>

#import "DAVResponse.h"
Expand Down
2 changes: 0 additions & 2 deletions Extensions/WebDAV/DELETEResponse.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2011 Pol-Online

#import "HTTPResponse.h"

@interface DELETEResponse : NSObject <HTTPResponse> {
Expand Down
2 changes: 0 additions & 2 deletions Extensions/WebDAV/DELETEResponse.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2011 Pol-Online

#import "DELETEResponse.h"
#import "HTTPLogging.h"

Expand Down
2 changes: 0 additions & 2 deletions Extensions/WebDAV/PUTResponse.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2011 Pol-Online

#import "HTTPResponse.h"

@interface PUTResponse : NSObject <HTTPResponse> {
Expand Down
2 changes: 0 additions & 2 deletions Extensions/WebDAV/PUTResponse.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2011 Pol-Online

#import "PUTResponse.h"
#import "HTTPLogging.h"

Expand Down
2 changes: 0 additions & 2 deletions Samples/WebDAVServer/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2011 Pol-Online

#import <Cocoa/Cocoa.h>

@class HTTPServer;
Expand Down
2 changes: 0 additions & 2 deletions Samples/WebDAVServer/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2011 Pol-Online

#import "AppDelegate.h"
#import "DDLog.h"
#import "DDTTYLogger.h"
Expand Down
4 changes: 1 addition & 3 deletions Samples/WebDAVServer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>net.pol-online.DAVServer</string>
<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2011 Pol-Online. All Rights Reserved.</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Samples/WebDAVServer/Instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ On the Xcode console you'll see a message saying:
"Started HTTP server on port 8080"

Now open the Mac Finder, and click:
Go -> Connect to server… (Or type command K)
Go -> Connect to Server� (Or type command K)

You will be prompted to enter the server address. Type in:
http://localhost:8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
32CA4F630368D1EE00C91783 /* DAVServer_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DAVServer_Prefix.pch; sourceTree = "<group>"; };
32CA4F630368D1EE00C91783 /* WebDAVServer_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebDAVServer_Prefix.pch; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
8D1107320486CEB800E47090 /* DAVServer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DAVServer.app; sourceTree = BUILT_PRODUCTS_DIR; };
8D1107320486CEB800E47090 /* WebDAVServer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WebDAVServer.app; sourceTree = BUILT_PRODUCTS_DIR; };
DC278B3A127670BF00EAFA9F /* DDData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDData.h; sourceTree = "<group>"; };
DC278B3B127670BF00EAFA9F /* DDData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDData.m; sourceTree = "<group>"; };
DC278B3C127670BF00EAFA9F /* DDNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDNumber.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -138,7 +138,7 @@
19C28FACFE9D520D11CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
8D1107320486CEB800E47090 /* DAVServer.app */,
8D1107320486CEB800E47090 /* WebDAVServer.app */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -163,7 +163,7 @@
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
isa = PBXGroup;
children = (
32CA4F630368D1EE00C91783 /* DAVServer_Prefix.pch */,
32CA4F630368D1EE00C91783 /* WebDAVServer_Prefix.pch */,
29B97316FDCFA39411CA2CEA /* main.m */,
);
name = "Other Sources";
Expand Down Expand Up @@ -296,9 +296,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
8D1107260486CEB800E47090 /* DAVServer */ = {
8D1107260486CEB800E47090 /* WebDAVServer */ = {
isa = PBXNativeTarget;
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "DAVServer" */;
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "WebDAVServer" */;
buildPhases = (
8D1107290486CEB800E47090 /* Resources */,
8D11072C0486CEB800E47090 /* Sources */,
Expand All @@ -309,18 +309,18 @@
);
dependencies = (
);
name = DAVServer;
name = WebDAVServer;
productInstallPath = "$(HOME)/Applications";
productName = SimpleHTTPServer;
productReference = 8D1107320486CEB800E47090 /* DAVServer.app */;
productReference = 8D1107320486CEB800E47090 /* WebDAVServer.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "DAVServer" */;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "WebDAVServer" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
Expand All @@ -334,7 +334,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
8D1107260486CEB800E47090 /* DAVServer */,
8D1107260486CEB800E47090 /* WebDAVServer */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -400,21 +400,21 @@
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = DAVServer_Prefix.pch;
GCC_PREFIX_HEADER = WebDAVServer_Prefix.pch;
HEADER_SEARCH_PATHS = "${SDKROOT}/usr/include/libxml2";
INFOPLIST_FILE = Info.plist;
PRODUCT_NAME = DAVServer;
PRODUCT_NAME = WebDAVServer;
};
name = Debug;
};
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = DAVServer_Prefix.pch;
GCC_PREFIX_HEADER = WebDAVServer_Prefix.pch;
HEADER_SEARCH_PATHS = "${SDKROOT}/usr/include/libxml2";
INFOPLIST_FILE = Info.plist;
PRODUCT_NAME = DAVServer;
PRODUCT_NAME = WebDAVServer;
};
name = Release;
};
Expand All @@ -437,7 +437,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "DAVServer" */ = {
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "WebDAVServer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C01FCF4B08A954540054247B /* Debug */,
Expand All @@ -446,7 +446,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "DAVServer" */ = {
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "WebDAVServer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C01FCF4F08A954540054247B /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2011 Pol-Online

#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
2 changes: 0 additions & 2 deletions Samples/WebDAVServer/main.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Copyright 2011 Pol-Online

#import <Cocoa/Cocoa.h>

int main(int argc, char* argv[]) {
Expand Down

0 comments on commit d9b6ccc

Please sign in to comment.