File tree Expand file tree Collapse file tree
Darwin/SkipNotes.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 212212 );
213213 runOnlyForDeploymentPostprocessing = 0;
214214 shellPath = "/bin/sh -e";
215- shellScript = "if [ \"${SKIP_ZERO}\" != \"\" ]; then\n\techo \"note: skipping skip due to SKIP_ZERO\"\n\texit 0\nelif [ \"${ENABLE_PREVIEWS}\" == \"YES\" ]; then\n\techo \"note: skipping skip due to ENABLE_PREVIEWS\"\n\texit 0\nelif [ \"${ACTION}\" == \"install\" ]; then\n\techo \"note: skipping skip due to archive install\"\n\texit 0\nelse\n\tSKIP_ACTION=\"${SKIP_ACTION:-launch}\"\nfi\nPATH=${BUILD_ROOT}/Debug:${BUILD_ROOT}/../../SourcePackages/artifacts/skip/skip/skip.artifactbundle/macos:${PATH}:${HOMEBREW_PREFIX:-/opt/homebrew}/bin\necho \"note: running gradle build with: $(which skip) gradle -p ${PWD}/../Android ${SKIP_ACTION:-launch}${CONFIGURATION:-Debug}\"\nskip gradle -p ../Android ${SKIP_ACTION:-launch}${CONFIGURATION:-Debug}\n";
215+ shellScript = "if [ \"${SKIP_ZERO}\" != \"\" ]; then\n\techo \"note: skipping skip due to SKIP_ZERO\"\n\texit 0\nelif [ \"${ENABLE_PREVIEWS}\" == \"YES\" ]; then\n\techo \"note: skipping skip due to ENABLE_PREVIEWS\"\n\texit 0\nelif [ \"${ACTION}\" == \"install\" ]; then\n\techo \"note: skipping skip due to archive install\"\n\texit 0\nelse\n\tSKIP_ACTION=\"${SKIP_ACTION:-launch}\"\nfi\nPATH=${BUILD_ROOT}/Release:${BUILD_ROOT}/ Debug:${BUILD_ROOT}/../../SourcePackages/artifacts/skip/skip/skip.artifactbundle/macos:${PATH}:${HOMEBREW_PREFIX:-/opt/homebrew}/bin\necho \"note: running gradle build with: $(which skip) gradle -p ${PWD}/../Android ${SKIP_ACTION:-launch}${CONFIGURATION:-Debug}\"\nskip gradle -p ../Android ${SKIP_ACTION:-launch}${CONFIGURATION:-Debug}\n";
216216 };
217217/* End PBXShellScriptBuildPhase section */
218218
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ PRODUCT_NAME = SkipNotes
1111PRODUCT_BUNDLE_IDENTIFIER = org.appfair.app.SkipNotes
1212
1313// The semantic version of the app
14- MARKETING_VERSION = 0.9.2
14+ MARKETING_VERSION = 0.9.3
1515
1616// The build number specifying the internal app version
17- CURRENT_PROJECT_VERSION = 48
17+ CURRENT_PROJECT_VERSION = 49
1818
1919// The package name for the Android entry point, referenced by the AndroidManifest.xml
2020ANDROID_PACKAGE_NAME = skip.notes
You can’t perform that action at this time.
0 commit comments