File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 164164 1D60588D0D05DD3D006BFB54 /* Resources */,
165165 1D60588E0D05DD3D006BFB54 /* Sources */,
166166 1D60588F0D05DD3D006BFB54 /* Frameworks */,
167+ 9D2225261105EC06003F4E04 /* ShellScript */,
167168 );
168169 buildRules = (
169170 );
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;
You can’t perform that action at this time.
0 commit comments