Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattetti committed Dec 17, 2010
1 parent 04c723c commit f7f65ac
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 32 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ Examples are organized by chapters so you can follow along.
## Chapter 2

* [Demo App example](http://github.com/mattetti/MacRuby--The-Definitive-Guide/blob/master/chapter_2/demo_app.zip) Source code for the demo app.
![Screenshot of the demo app in Chapter 2](http://github.com/mattetti/MacRuby--The-Definitive-Guide/blob/master/chapter_2/demo-app-1.png "MacRuby Demo App - Chapter 2")
![Screenshot of the demo app in Chapter 2](http://github.com/mattetti/MacRuby--The-Definitive-Guide/blob/master/chapter_2/demo-app.png "MacRuby Demo App - Chapter 2")

## Chapter 3

Expand Down
File renamed without changes
6 changes: 3 additions & 3 deletions chapter_2/demo/English.lproj/MainMenu.xib
Expand Up @@ -12,7 +12,7 @@
</object>
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
<bool key="EncodedWithXMLCoder">YES</bool>
<integer value="371"/>
<integer value="421"/>
<integer value="29"/>
</object>
<object class="NSArray" key="IBDocument.PluginDependencies">
Expand Down Expand Up @@ -2585,7 +2585,7 @@
</object>
</object>
<string key="NSFrame">{{2.12389e-314, 0}, {6.95322e-310, 6.95325e-310}}</string>
<string key="NSBounds">{{-2.12389e-314, 0}, {0, 0}}</string>
<string key="NSBounds">{{-4.24778e-314, 0}, {0, 0}}</string>
<string key="NSOffsets">{0, 0}</string>
<object class="NSTextFieldCell" key="NSTitleCell">
<int key="NSCellFlags">67239424</int>
Expand Down Expand Up @@ -3228,7 +3228,7 @@
</object>
</object>
<nil key="sourceID"/>
<int key="maxID">441</int>
<int key="maxID">442</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
Expand Down
4 changes: 2 additions & 2 deletions chapter_2/demo/Info.plist
Expand Up @@ -5,15 +5,15 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>MacRubyDemo</string>
<string>demo</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.mattetti.macrubydemo</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<string>demoApp</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
Expand Down
4 changes: 0 additions & 4 deletions chapter_2/demo/demo.xcodeproj/project.pbxproj
Expand Up @@ -43,7 +43,6 @@
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
2B9E8C8B12B609AA00C61C79 /* mouse_coordinates_loop.rb in Resources */ = {isa = PBXBuildFile; fileRef = 2B9E8C8A12B609AA00C61C79 /* mouse_coordinates_loop.rb */; };
2BB57D7412BB7ED3005BFA77 /* alice.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 2BB57D7312BB7ED3005BFA77 /* alice.jpg */; };
2BB6938B12B5853C004831B9 /* controller.rb in Resources */ = {isa = PBXBuildFile; fileRef = 2BB6938A12B5853C004831B9 /* controller.rb */; };
2BFA9DA710CDF852007972A1 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2BFA9DA510CDF852007972A1 /* MainMenu.xib */; };
Expand Down Expand Up @@ -75,7 +74,6 @@
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
2B9E8C8A12B609AA00C61C79 /* mouse_coordinates_loop.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = mouse_coordinates_loop.rb; sourceTree = "<group>"; };
2BB57D7312BB7ED3005BFA77 /* alice.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = alice.jpg; sourceTree = "<group>"; };
2BB6938A12B5853C004831B9 /* controller.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = controller.rb; sourceTree = "<group>"; };
2BFA9DA610CDF852007972A1 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
Expand All @@ -102,7 +100,6 @@
isa = PBXGroup;
children = (
2BB6938A12B5853C004831B9 /* controller.rb */,
2B9E8C8A12B609AA00C61C79 /* mouse_coordinates_loop.rb */,
);
name = Classes;
sourceTree = "<group>";
Expand Down Expand Up @@ -243,7 +240,6 @@
4DE339F70D74FCDD00ADB6EE /* rb_main.rb in Resources */,
2BFA9DA710CDF852007972A1 /* MainMenu.xib in Resources */,
2BB6938B12B5853C004831B9 /* controller.rb in Resources */,
2B9E8C8B12B609AA00C61C79 /* mouse_coordinates_loop.rb in Resources */,
2BB57D7412BB7ED3005BFA77 /* alice.jpg in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
22 changes: 0 additions & 22 deletions chapter_2/demo/mouse_coordinates_loop.rb

This file was deleted.

Binary file modified chapter_2/demo_app.zip
Binary file not shown.

0 comments on commit f7f65ac

Please sign in to comment.