Skip to content

Commit

Permalink
Merge pull request sparkle-project#136 from ksuther/master
Browse files Browse the repository at this point in the history
Xcode warning cleanup
  • Loading branch information
andymatuschak committed Feb 1, 2012
2 parents aca8cc6 + 8b4cf14 commit 799b2a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sparkle.xcodeproj/project.pbxproj
Expand Up @@ -365,7 +365,7 @@
61BBDF810A49220C00378739 /* Sparkle.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Sparkle.icns; sourceTree = "<group>"; };
61C268090E2DB5D000175E6C /* License.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = License.txt; sourceTree = "<group>"; };
61CFB3280E385186007A1735 /* Sparkle.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Sparkle.pch; sourceTree = "<group>"; };
61DEC1161477565C00931268 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Sparkle.strings; sourceTree = "<group>"; };
61DEC1161477565C00931268 /* ro */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Sparkle.strings; sourceTree = "<group>"; };
61DEC1181477566800931268 /* ro */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ro; path = ro.lproj/SUUpdatePermissionPrompt.xib; sourceTree = "<group>"; };
61DEC11A1477567800931268 /* ro */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ro; path = ro.lproj/SUUpdateAlert.xib; sourceTree = "<group>"; };
61DEC11C1477568300931268 /* ro */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ro; path = ro.lproj/SUAutomaticUpdateAlert.xib; sourceTree = "<group>"; };
Expand Down
2 changes: 1 addition & 1 deletion ro.lproj/SUUpdateAlert.xib
Expand Up @@ -60,7 +60,7 @@
<object class="NSWindowTemplate" id="191739834">
<int key="NSWindowStyleMask">15</int>
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{248, 468}, {612, 371}}</string>
<string key="NSWindowRect">{{248, 400}, {612, 371}}</string>
<int key="NSWTFlags">-260571136</int>
<string key="NSWindowTitle">Software Update</string>
<string key="NSWindowClass">NSWindow</string>
Expand Down
2 changes: 1 addition & 1 deletion sl.lproj/SUUpdateAlert.xib
Expand Up @@ -45,7 +45,7 @@
<object class="NSWindowTemplate" id="906830921">
<int key="NSWindowStyleMask">15</int>
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{248, 468}, {586, 370}}</string>
<string key="NSWindowRect">{{248, 400}, {586, 370}}</string>
<int key="NSWTFlags">-260571136</int>
<string key="NSWindowTitle">Posodabljanje programske opreme</string>
<string key="NSWindowClass">NSWindow</string>
Expand Down

0 comments on commit 799b2a3

Please sign in to comment.