File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : build
2
2
3
- on :
3
+ on :
4
4
push :
5
5
branches :
6
6
- master
@@ -14,8 +14,8 @@ concurrency:
14
14
15
15
jobs :
16
16
build :
17
- runs-on : macos-12
17
+ runs-on : macos-latest
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- run : xcodebuild -scheme Stats -destination 'platform=macOS' -configuration Release archive CODE_SIGNING_ALLOWED=NO
Original file line number Diff line number Diff line change 2857
2857
"@executable_path/../Frameworks",
2858
2858
);
2859
2859
MACOSX_DEPLOYMENT_TARGET = 10.15;
2860
- MARKETING_VERSION = 2.11.25 ;
2860
+ MARKETING_VERSION = 2.11.26 ;
2861
2861
OTHER_LDFLAGS = "";
2862
2862
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
2863
2863
PRODUCT_NAME = "$(TARGET_NAME)";
2894
2894
"@executable_path/../Frameworks",
2895
2895
);
2896
2896
MACOSX_DEPLOYMENT_TARGET = 10.15;
2897
- MARKETING_VERSION = 2.11.25 ;
2897
+ MARKETING_VERSION = 2.11.26 ;
2898
2898
OTHER_LDFLAGS = "";
2899
2899
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
2900
2900
PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change 17
17
<key >CFBundleShortVersionString </key >
18
18
<string >$(MARKETING_VERSION) </string >
19
19
<key >CFBundleVersion </key >
20
- <string >660 </string >
20
+ <string >662 </string >
21
21
<key >Description </key >
22
22
<string >Simple macOS system monitor in your menu bar </string >
23
23
<key >LSApplicationCategoryType </key >
Original file line number Diff line number Diff line change 11
11
<key >CFBundleInfoDictionaryVersion </key >
12
12
<string >6.0 </string >
13
13
<key >CFBundleShortVersionString </key >
14
- <string >2.11.25 </string >
14
+ <string >2.11.26 </string >
15
15
<key >CFBundleVersion </key >
16
- <string >660 </string >
16
+ <string >662 </string >
17
17
<key >NSExtension </key >
18
18
<dict >
19
19
<key >NSExtensionPointIdentifier </key >
You can’t perform that action at this time.
0 commit comments