Skip to content

Commit

Permalink
Remove references to flophouse.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dpassage committed May 29, 2013
1 parent ee9a262 commit b7ba747
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Calculator-objc/Calculator-objc/Calculator-objc-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.flophouse.${PRODUCT_NAME:rfc1034identifier}</string>
<string>com.balveda.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion Calculator/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'motion/project'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'Calculator'
app.identifier = "com.flophouse.cs193p.#{app.name}"
app.identifier = "com.balveda.cs193p.#{app.name}"
app.vendor_project('vendor', :static)
app.device_family = [:iphone, :ipad]
end
2 changes: 1 addition & 1 deletion TopPlaces/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require 'ib'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'TopPlaces'
app.identifier = "com.flophouse.cs193p.#{app.name}"
app.identifier = "com.balveda.cs193p.#{app.name}"
app.vendor_project('vendor', :static)
app.device_family = [:iphone, :ipad]
app.frameworks << 'MapKit'
Expand Down

0 comments on commit b7ba747

Please sign in to comment.