xcodeproj 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/xcodeproj.rb +1 -1
- data/lib/xcodeproj/project.rb +1 -1
- metadata +2 -2
data/lib/xcodeproj.rb
CHANGED
data/lib/xcodeproj/project.rb
CHANGED
@@ -383,7 +383,7 @@ module Xcodeproj
|
|
383
383
|
buildPhase.files << framework.buildFiles.new
|
384
384
|
end
|
385
385
|
|
386
|
-
target.buildPhases.add(PBXCopyFilesBuildPhase, 'dstPath' => '$(
|
386
|
+
target.buildPhases.add(PBXCopyFilesBuildPhase, 'dstPath' => '$(PRODUCT_NAME)')
|
387
387
|
target
|
388
388
|
end
|
389
389
|
|