mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-23 20:31:17 +08:00
fix code when called within the class
This commit is contained in:
@@ -60,7 +60,7 @@ module Motion; module Project;
|
||||
end
|
||||
|
||||
def package_path
|
||||
App.config.package.gsub('.', '/')
|
||||
package.gsub('.', '/')
|
||||
end
|
||||
|
||||
def api_version
|
||||
|
||||
Reference in New Issue
Block a user