diff --git a/Clocker.xcodeproj/project.pbxproj b/Clocker.xcodeproj/project.pbxproj index b369e48..9458434 100755 --- a/Clocker.xcodeproj/project.pbxproj +++ b/Clocker.xcodeproj/project.pbxproj @@ -35,6 +35,7 @@ 9A8605DF1BEC15C400A810A4 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9A8605DD1BEC15C400A810A4 /* MainMenu.xib */; settings = {ASSET_TAGS = (); }; }; 9ABA38AC1BFAD7F80073EA4D /* Panel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9ABA38AE1BFAD7F80073EA4D /* Panel.xib */; }; 9ABA38AF1BFAD83F0073EA4D /* PreferencesWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9ABA38B11BFAD83F0073EA4D /* PreferencesWindow.xib */; }; + 9AC678E41C1ABAB9003B4F6B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9AC678E31C1ABAB9003B4F6B /* QuartzCore.framework */; }; DD4F7C0913C30F9F00825C6E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD4F7C0813C30F9F00825C6E /* Cocoa.framework */; }; /* End PBXBuildFile section */ @@ -94,6 +95,7 @@ 9A8605D31BEC155B00A810A4 /* StatusHighlighted@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "StatusHighlighted@2x.png"; path = "Clocker/StatusHighlighted@2x.png"; sourceTree = ""; }; 9ABA38B31BFAD8520073EA4D /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/Panel.xib; sourceTree = ""; }; 9ABA38B41BFAD8520073EA4D /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/PreferencesWindow.xib; sourceTree = ""; }; + 9AC678E31C1ABAB9003B4F6B /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; DD4F7C0413C30F9F00825C6E /* Clocker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Clocker.app; sourceTree = BUILT_PRODUCTS_DIR; }; DD4F7C0813C30F9F00825C6E /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; DD4F7C0B13C30F9F00825C6E /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; @@ -106,6 +108,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 9AC678E41C1ABAB9003B4F6B /* QuartzCore.framework in Frameworks */, 9A43792C1BEC231100F4E27F /* libz.tbd in Frameworks */, 9A43792A1BEC230A00F4E27F /* libc++.tbd in Frameworks */, 9A4379251BEC223900F4E27F /* Security.framework in Frameworks */, @@ -236,6 +239,7 @@ DD4F7C0713C30F9F00825C6E /* Frameworks */ = { isa = PBXGroup; children = ( + 9AC678E31C1ABAB9003B4F6B /* QuartzCore.framework */, 9A4379211BEC223900F4E27F /* Security.framework */, 9A4379221BEC223900F4E27F /* SystemConfiguration.framework */, 9A4379231BEC223900F4E27F /* Fabric.framework */, diff --git a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate index d9ca436..28f7d50 100644 Binary files a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate and b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Clocker.xcodeproj/xcuserdata/abhishekbanthia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Clocker.xcodeproj/xcuserdata/abhishekbanthia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index 734d44f..56cc622 100644 --- a/Clocker.xcodeproj/xcuserdata/abhishekbanthia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/Clocker.xcodeproj/xcuserdata/abhishekbanthia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -9,46 +9,24 @@ shouldBeEnabled = "Yes" ignoreCount = "0" continueAfterRunningActions = "No" - filePath = "Clocker/Rate App/iRate.m" - timestampString = "471492287.342471" + filePath = "Clocker/PanelController.m" + timestampString = "471513404.511855" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "1118" - endingLineNumber = "1118" - landmarkName = "-openRatingsPageInAppStore" + startingLineNumber = "435" + endingLineNumber = "435" + landmarkName = "-tableView:acceptDrop:row:dropOperation:" landmarkType = "5"> - - - - + BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint"> + scope = "0" + stopOnStyle = "0"> diff --git a/Clocker.xcodeproj/xcuserdata/abhishekbanthia.xcuserdatad/xcschemes/Clocker.xcscheme b/Clocker.xcodeproj/xcuserdata/abhishekbanthia.xcuserdatad/xcschemes/Clocker.xcscheme index 36ace82..5038ff4 100644 --- a/Clocker.xcodeproj/xcuserdata/abhishekbanthia.xcuserdatad/xcschemes/Clocker.xcscheme +++ b/Clocker.xcodeproj/xcuserdata/abhishekbanthia.xcuserdatad/xcschemes/Clocker.xcscheme @@ -52,8 +52,7 @@ debugServiceExtension = "internal" allowLocationSimulation = "YES" showNonLocalizedStrings = "YES" - language = "fr" - region = "AU"> + language = "en"> + @@ -29,7 +30,7 @@ - - + + - + - + - + @@ -81,6 +82,19 @@ + + + + + + + + + + + + + @@ -93,7 +107,7 @@ @@ -103,13 +117,13 @@ - + - + @@ -157,7 +171,7 @@ - + - + - + - + @@ -81,6 +82,19 @@ + + + + + + + + + + + + + @@ -93,7 +107,7 @@ @@ -109,7 +123,7 @@ - + @@ -157,7 +171,7 @@ - - + + - + - + - + @@ -81,6 +82,19 @@ + + + + + + + + + + + + + @@ -93,7 +107,7 @@ @@ -102,14 +116,14 @@ - - + + - + @@ -157,7 +171,7 @@ - + - + - + - + @@ -81,6 +82,19 @@ + + + + + + + + + + + + + @@ -93,7 +107,7 @@ @@ -109,7 +123,7 @@ - - - - - - - - - + + + + + + + + + - + @@ -191,12 +205,12 @@ - + - + diff --git a/Clocker/ja.lproj/PreferencesWindow.xib b/Clocker/ja.lproj/PreferencesWindow.xib index 57dd157..14154e1 100644 --- a/Clocker/ja.lproj/PreferencesWindow.xib +++ b/Clocker/ja.lproj/PreferencesWindow.xib @@ -7,6 +7,7 @@ + @@ -29,7 +30,7 @@ - + - + - + - + @@ -81,6 +82,19 @@ + + + + + + + + + + + + + @@ -93,7 +107,7 @@ @@ -109,7 +123,7 @@ - + @@ -157,7 +171,7 @@