Skip to content

Commit

Permalink
Mac app Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed May 11, 2020
1 parent afb2994 commit 5359b84
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 13 deletions.
11 changes: 4 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,19 +136,19 @@ workflows:
name: swiftlint
filters:
branches:
ignore: [new-screenshots, screenshots, metadata]
ignore: [new-screenshots, screenshots, metadata, release-2.3.0]

- danger/run:
name: danger
filters:
branches:
ignore: [new-screenshots, screenshots, metadata]
ignore: [new-screenshots, screenshots, metadata, release-2.3.0]

- tests:
requires: [swiftlint, danger]
filters:
branches:
ignore: [new-screenshot, sscreenshots, metadata]
ignore: [new-screenshot, sscreenshots, metadata, release-2.3.0]

- screenshots:
filters:
Expand Down Expand Up @@ -178,15 +178,12 @@ workflows:
target: release
platform: ios
requires: [tests]
filters:
branches:
only: [/release-.+/]

- build:
name: release_build_mac
target: release
platform: mac
requires: [tests]
# requires: [tests]
filters:
branches:
only: [/release-.+/]
Expand Down
2 changes: 1 addition & 1 deletion CI2Go/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<string>2.3.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion CI2GoTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<string>2.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CI2GoTodayExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<string>2.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion CI2GoUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<string>2.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CI2GoWatch/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<string>2.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>UISupportedInterfaceOrientations</key>
Expand Down
2 changes: 1 addition & 1 deletion CI2GoWatchExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<string>2.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CLKComplicationPrincipalClass</key>
Expand Down

0 comments on commit 5359b84

Please sign in to comment.