Skip to content

Commit d52f3da

Browse files
committed
Release
1 parent bff3c1c commit d52f3da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

commandLine/commandLine.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@
297297
isa = PBXShellScriptBuildPhase;
298298
alwaysOutOfDate = 1;
299299
buildActionMask = 2147483647;
300+
files = (
301+
);
300302
name = "Run Script";
301303
runOnlyForDeploymentPostprocessing = 0;
302304
shellPath = /bin/sh;
@@ -491,7 +493,7 @@
491493
OTHER_LDFLAGS = (
492494
"$(OF_CORE_LIBS)",
493495
"$(OF_CORE_FRAMEWORKS)",
494-
"$(LIB_OF)",
496+
"$(LIB_OF_RELEASE)",
495497
);
496498
PROVISIONING_PROFILE_SPECIFIER = "";
497499
baseConfigurationReference = E4EB6923138AFD0F00A09F29;

0 commit comments

Comments
 (0)