lib/gonative/plugins/ios/rename.rb in gonative-cli-1.2.3 vs lib/gonative/plugins/ios/rename.rb in gonative-cli-1.2.4
- old
+ new
@@ -13,10 +13,10 @@
def initialize(name)
@name = name
end
def call
- system("git mv GoNativeIOS.xcodeproj #{proj_path}")
+ system("mv GoNativeIOS.xcodeproj #{proj_path}")
@proj = Xcodeproj::Project.open(proj_path)
rename_target!
recreate_scheme!
fix_workspace_refs!
system('pod install')