Skip to content

Commit 74ff1b8

Browse files
committed
Version Bump to 79
1 parent 25d69c5 commit 74ff1b8

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Clendar.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@
20512051
CODE_SIGN_IDENTITY = "Apple Development";
20522052
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
20532053
CODE_SIGN_STYLE = Automatic;
2054-
CURRENT_PROJECT_VERSION = 78;
2054+
CURRENT_PROJECT_VERSION = 79;
20552055
"DEBUG_INFORMATION_FORMAT[sdk=iphoneos*]" = "dwarf-with-dsym";
20562056
"DEBUG_INFORMATION_FORMAT[sdk=iphonesimulator*]" = dwarf;
20572057
DEVELOPMENT_TEAM = 6TWWD47PW9;
@@ -2083,7 +2083,7 @@
20832083
CODE_SIGN_IDENTITY = "Apple Development";
20842084
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
20852085
CODE_SIGN_STYLE = Automatic;
2086-
CURRENT_PROJECT_VERSION = 78;
2086+
CURRENT_PROJECT_VERSION = 79;
20872087
DEVELOPMENT_TEAM = 6TWWD47PW9;
20882088
INFOPLIST_FILE = Clendar/Resources/Info.plist;
20892089
IPHONEOS_DEPLOYMENT_TARGET = 15.0;

Clendar/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<key>CFBundleShortVersionString</key>
7474
<string>2.6.1</string>
7575
<key>CFBundleVersion</key>
76-
<string>78</string>
76+
<string>79</string>
7777
<key>LSApplicationCategoryType</key>
7878
<string>public.app-category.productivity</string>
7979
<key>LSApplicationQueriesSchemes</key>

ClendarTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>2.6.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>78</string>
20+
<string>79</string>
2121
</dict>
2222
</plist>

ClendarUITests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>2.6.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>78</string>
20+
<string>79</string>
2121
</dict>
2222
</plist>

ClendarWatchApp Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>2.6.1</string>
2121
<key>CFBundleVersion</key>
22-
<string>78</string>
22+
<string>79</string>
2323
<key>CLKComplicationPrincipalClass</key>
2424
<string>$(PRODUCT_MODULE_NAME).ComplicationController</string>
2525
<key>NSCalendarsUsageDescription</key>

ClendarWatchApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>2.6.1</string>
2121
<key>CFBundleVersion</key>
22-
<string>78</string>
22+
<string>79</string>
2323
<key>UISupportedInterfaceOrientations</key>
2424
<array>
2525
<string>UIInterfaceOrientationPortrait</string>

ClendarWidget/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>2.6.1</string>
2121
<key>CFBundleVersion</key>
22-
<string>78</string>
22+
<string>79</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)