Skip to content

Commit

Permalink
RENAME ALL THE THINGS
Browse files Browse the repository at this point in the history
  • Loading branch information
subtleGradient committed Dec 3, 2011
1 parent 2d82e6f commit d642e0b
Show file tree
Hide file tree
Showing 22 changed files with 181 additions and 131 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DS_Store
build

/phonegap-mac.xcodeproj/xcuserdata/
/phonegap-mac.xcodeproj/project.xcworkspace/xcuserdata/
/callback-mac.xcodeproj/xcuserdata/
/callback-mac.xcodeproj/project.xcworkspace/xcuserdata/
*.pbxuser
*.mode1v3
2 changes: 1 addition & 1 deletion Classes/Commands/Sound.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Sound.h
// phonegap-mac
// callback-mac
//
// Created by shazron on 10-04-30.
// Copyright 2010 Nitobi Software Inc. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Classes/Commands/Sound.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Sound.m
// phonegap-mac
// callback-mac
//
// Created by shazron on 10-04-30.
// Copyright 2010 Nitobi Software Inc. All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions Classes/Constants.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Constants.h
* phonegap-mac
* callback-mac
*
* Created by shazron on 10-04-08.
* Copyright 2010 Nitobi Software Inc. All rights reserved.
Expand All @@ -13,6 +13,6 @@
//Sencha Demos
//#define kStartFolder @"www/sencha"

// PhoneGap Docs Only
// callback Docs Only
#define kStartFolder @"www/phonegap-docs/template/phonegap/"

2 changes: 1 addition & 1 deletion Classes/ContentView.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// ContentView.h
// phonegap-mac
// callback-mac
//
// Created by shazron on 10-04-19.
// Copyright 2010 Nitobi Software Inc. All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions Classes/ContentView.m
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
//
// ContentView.m
// phonegap-mac
// callback-mac
//
// Created by shazron on 10-04-19.
// Copyright 2010 Nitobi Software Inc. All rights reserved.
//

#import "ContentView.h"
#import "WebViewDelegate.h"
#import "phonegap_macAppDelegate.h"
#import "callback_macAppDelegate.h"

@implementation ContentView

Expand Down
2 changes: 1 addition & 1 deletion Classes/Utils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Utils.h
// phonegap-mac
// callback-mac
//
// Shazron Abdullah
// Copyright 2010 Nitobi Software Inc. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Classes/WebViewDelegate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// WebViewDelegate.h
// phonegap-mac
// callback-mac
//
// Created by shazron on 10-04-30.
// Copyright 2010 Nitobi Software Inc. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Classes/WebViewDelegate.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// WebViewDelegate.m
// phonegap-mac
// callback-mac
//
// Created by shazron on 10-04-30.
// Copyright 2010 Nitobi Software Inc. All rights reserved.
Expand Down
Loading

0 comments on commit d642e0b

Please sign in to comment.