Skip to content

Commit

Permalink
Minor changes before submit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugo Landini committed May 1, 2011
1 parent 36a6603 commit d5f0ab5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pomodoro/Pomodoro-Info.plist
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBuildNumber</key>
<integer>28</integer>
<integer>30</integer>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand Down
6 changes: 4 additions & 2 deletions Pomodoro/src/Pomodoro.sdef
Expand Up @@ -39,9 +39,11 @@


<suite name="Pomodoro" code="POMO" description="Pomodoro Actions.">


<!--
<class name="application" code="capp" description="Pomodoro class." inherits="application">
<cocoa class="Pomodoro"/>
<property name="time" code="PMtm" description="time left in current Pomodoro" type="integer" access="r">
Expand All @@ -53,7 +55,7 @@
</property>
</class>

-->
<command name="start" code="POMOStrt" description="start Pomodoro">
<cocoa class="StartCommand"/>
<direct-parameter code="PMnm" type="text"
Expand Down

0 comments on commit d5f0ab5

Please sign in to comment.