File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Build Swift Project
2121 run : |
2222 ls -la
23+ cd zapret_src && make mac && cd ..
2324 swift build -c release
2425
2526 - name : Create App Bundle and DMG
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ struct ContentView: View {
153153
154154 Spacer ( )
155155
156- Text ( installerManager. isInstalled ? " v1.0.10 " : " " )
156+ Text ( installerManager. isInstalled ? " v1.0.11 " : " " )
157157 . font ( . caption2)
158158 . foregroundStyle ( . tertiary)
159159 }
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ cat > "$OUTPUT_DIR/$APP_NAME.app/Contents/Info.plist" <<EOF
3939 <string>AppIcon</string>
4040 <key>CFBundlePackageType</key>
4141 <string>APPL</string>
42- <string>1.0.10 </string>
42+ <string>1.0.11 </string>
4343 <key>LSMinimumSystemVersion</key>
4444 <string>15.0</string>
4545 <key>LSUIElement</key>
You can’t perform that action at this time.
0 commit comments