Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 53 additions & 17 deletions osx/Nide.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@
objects = {

/* Begin PBXBuildFile section */
9428CF8C177887BF00968D67 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9428CF8B177887BF00968D67 /* WebKit.framework */; };
F52B613214B568F400031F38 /* nide.icns in Resources */ = {isa = PBXBuildFile; fileRef = F52B613114B568F400031F38 /* nide.icns */; };
F5B0128914B482BA00145F5E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5B0128814B482BA00145F5E /* Cocoa.framework */; };
F5B0129314B482BA00145F5E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = F5B0129114B482BA00145F5E /* InfoPlist.strings */; };
F5B0129514B482BA00145F5E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F5B0129414B482BA00145F5E /* main.m */; };
F5B0129914B482BA00145F5E /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = F5B0129714B482BA00145F5E /* Credits.rtf */; };
F5B0129C14B482BA00145F5E /* NDAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F5B0129B14B482BA00145F5E /* NDAppDelegate.m */; };
F5B0129F14B482BA00145F5E /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = F5B0129D14B482BA00145F5E /* MainMenu.xib */; };
F5B012BD14B485CA00145F5E /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5B012BC14B485CA00145F5E /* WebKit.framework */; };
F5B012BF14B48A3A00145F5E /* ProjectWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = F5B012BE14B48A3A00145F5E /* ProjectWindow.xib */; };
F5B012C214B48C0600145F5E /* NDProjectWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5B012C114B48C0600145F5E /* NDProjectWindowController.m */; };
F5B0CCD614BE82D6007CD4A6 /* nide-project.icns in Resources */ = {isa = PBXBuildFile; fileRef = F5B0CCD514BE82D6007CD4A6 /* nide-project.icns */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
9428CF8B177887BF00968D67 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
F52B613114B568F400031F38 /* nide.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = nide.icns; path = ../nide.icns; sourceTree = "<group>"; };
F5B0128414B482BA00145F5E /* Nide.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Nide.app; sourceTree = BUILT_PRODUCTS_DIR; };
F5B0128814B482BA00145F5E /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
Expand All @@ -36,7 +37,6 @@
F5B0129B14B482BA00145F5E /* NDAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NDAppDelegate.m; sourceTree = "<group>"; };
F5B0129E14B482BA00145F5E /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
F5B012A614B482BB00145F5E /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
F5B012BC14B485CA00145F5E /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = SDKs/MacOSX10.6.sdk/System/Library/Frameworks/WebKit.framework; sourceTree = DEVELOPER_DIR; };
F5B012BE14B48A3A00145F5E /* ProjectWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ProjectWindow.xib; sourceTree = "<group>"; };
F5B012C014B48C0600145F5E /* NDProjectWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NDProjectWindowController.h; sourceTree = "<group>"; };
F5B012C114B48C0600145F5E /* NDProjectWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NDProjectWindowController.m; sourceTree = "<group>"; };
Expand All @@ -48,14 +48,43 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F5B012BD14B485CA00145F5E /* WebKit.framework in Frameworks */,
9428CF8C177887BF00968D67 /* WebKit.framework in Frameworks */,
F5B0128914B482BA00145F5E /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
94AAEB31177889A10001AF1A /* Delegates */ = {
isa = PBXGroup;
children = (
F5B0129A14B482BA00145F5E /* NDAppDelegate.h */,
F5B0129B14B482BA00145F5E /* NDAppDelegate.m */,
);
name = Delegates;
sourceTree = "<group>";
};
94AAEB32177889A80001AF1A /* ProjectWindowController */ = {
isa = PBXGroup;
children = (
F5B012C014B48C0600145F5E /* NDProjectWindowController.h */,
F5B012C114B48C0600145F5E /* NDProjectWindowController.m */,
F5B012BE14B48A3A00145F5E /* ProjectWindow.xib */,
);
name = ProjectWindowController;
sourceTree = "<group>";
};
94AAEB33177889B50001AF1A /* Resources */ = {
isa = PBXGroup;
children = (
F5B0CCD514BE82D6007CD4A6 /* nide-project.icns */,
F52B613114B568F400031F38 /* nide.icns */,
F5B0129D14B482BA00145F5E /* MainMenu.xib */,
);
name = Resources;
sourceTree = "<group>";
};
F5B0127914B482B900145F5E = {
isa = PBXGroup;
children = (
Expand All @@ -76,7 +105,7 @@
F5B0128714B482BA00145F5E /* Frameworks */ = {
isa = PBXGroup;
children = (
F5B012BC14B485CA00145F5E /* WebKit.framework */,
9428CF8B177887BF00968D67 /* WebKit.framework */,
F5B0128814B482BA00145F5E /* Cocoa.framework */,
F5B012A614B482BB00145F5E /* SenTestingKit.framework */,
F5B0128A14B482BA00145F5E /* Other Frameworks */,
Expand All @@ -97,15 +126,10 @@
F5B0128E14B482BA00145F5E /* Nide */ = {
isa = PBXGroup;
children = (
F5B0CCD514BE82D6007CD4A6 /* nide-project.icns */,
F52B613114B568F400031F38 /* nide.icns */,
F5B0129A14B482BA00145F5E /* NDAppDelegate.h */,
F5B0129B14B482BA00145F5E /* NDAppDelegate.m */,
F5B0129D14B482BA00145F5E /* MainMenu.xib */,
F5B012BE14B48A3A00145F5E /* ProjectWindow.xib */,
94AAEB31177889A10001AF1A /* Delegates */,
94AAEB32177889A80001AF1A /* ProjectWindowController */,
94AAEB33177889B50001AF1A /* Resources */,
F5B0128F14B482BA00145F5E /* Supporting Files */,
F5B012C014B48C0600145F5E /* NDProjectWindowController.h */,
F5B012C114B48C0600145F5E /* NDProjectWindowController.m */,
);
path = Nide;
sourceTree = "<group>";
Expand Down Expand Up @@ -149,7 +173,7 @@
F5B0127B14B482B900145F5E /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
LastUpgradeCheck = 0460;
};
buildConfigurationList = F5B0127E14B482B900145F5E /* Build configuration list for PBXProject "Nide" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -247,6 +271,10 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
Expand All @@ -261,8 +289,9 @@
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
Expand All @@ -274,6 +303,10 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand All @@ -282,8 +315,9 @@
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.8;
SDKROOT = macosx;
};
name = Release;
Expand All @@ -292,12 +326,13 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = NO;
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Nide/Nide-Prefix.pch";
INFOPLIST_FILE = "Nide/Nide-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx10.6;
SDKROOT = macosx;
WRAPPER_EXTENSION = app;
};
name = Debug;
Expand All @@ -306,12 +341,13 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = NO;
COMBINE_HIDPI_IMAGES = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Nide/Nide-Prefix.pch";
INFOPLIST_FILE = "Nide/Nide-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx10.6;
SDKROOT = macosx;
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
<true/>
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0460"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F5B0128314B482BA00145F5E"
BuildableName = "Nide.app"
BlueprintName = "Nide"
ReferencedContainer = "container:Nide.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F5B0128314B482BA00145F5E"
BuildableName = "Nide.app"
BlueprintName = "Nide"
ReferencedContainer = "container:Nide.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F5B0128314B482BA00145F5E"
BuildableName = "Nide.app"
BlueprintName = "Nide"
ReferencedContainer = "container:Nide.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F5B0128314B482BA00145F5E"
BuildableName = "Nide.app"
BlueprintName = "Nide"
ReferencedContainer = "container:Nide.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>Nide.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>F5B0128314B482BA00145F5E</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
1 change: 1 addition & 0 deletions osx/Nide/NDAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#import <Cocoa/Cocoa.h>

@interface NDAppDelegate : NSObject <NSApplicationDelegate, NSOpenSavePanelDelegate> {

int port;
NSWindow *window;
}
Expand Down
2 changes: 0 additions & 2 deletions osx/Nide/NDAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,4 @@ - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filenam
return YES;
}



@end
1 change: 1 addition & 0 deletions osx/Nide/NDProjectWindowController.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#import <Cocoa/Cocoa.h>

@interface NDProjectWindowController : NSWindowController<NSWindowDelegate> {

NSString *projectPath;
int port;
BOOL shouldInit;
Expand Down
Loading