8000 build adhoc zip · ThinkCode/iProxy@10a445e · GitHub
[go: up one dir, main page]

Skip to content

Commit 10a445e

Browse files
committed
build adhoc zip
1 parent 926ee95 commit 10a445e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

iProxy.xcodeproj/project.pbxproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
1D60588D0D05DD3D006BFB54 /* Resources */,
165165
1D60588E0D05DD3D006BFB54 /* Sources */,
166166
1D60588F0D05DD3D006BFB54 /* Frameworks */,
167+
9D2225261105EC06003F4E04 /* ShellScript */,
167168
);
168169
buildRules = (
169170
);
@@ -206,6 +207,23 @@
206207
};
207208
/* End PBXResourcesBuildPhase section */
208209

210+
/* Begin PBXShellScriptBuildPhase section */
211+
9D2225261105EC06003F4E04 /* ShellScript */ = {
212+
isa = PBXShellScriptBuildPhase;
213+
buildActionMask = 2147483647;
214+
files = (
215+
);
216+
inputPaths = (
217+
);
218+
outputPaths = (
219+
);
220+
runOnlyForDeploymentPostprocessing = 0;
221+
shellPath = /bin/sh;
222+
shellScript = "ROOT=`pwd`\nrm -f $ROOT/build/$PRODUCT_NAME.zip\nzip $ROOT/build/$PRODUCT_NAME.zip Distribution.mobileprovision\ncd $TARGET_BUILD_DIR\nzip $ROOT/build/$PRODUCT_NAME.zip $PRODUCT_NAME.* ";
223+
showEnvVarsInLog = 0;
224+
};
225+
/* End PBXShellScriptBuildPhase section */
226+
209227
/* Begin PBXSourcesBuildPhase section */
210228
1D60588E0D05DD3D006BFB54 /* Sources */ = {
211229
isa = PBXSourcesBuildPhase;

0 commit comments

Comments
 (0)
0