Skip to content

Commit

Permalink
Version Bump to 79
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhnx committed Jan 2, 2022
1 parent 25d69c5 commit 74ff1b8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Clendar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 78;
CURRENT_PROJECT_VERSION = 79;
"DEBUG_INFORMATION_FORMAT[sdk=iphoneos*]" = "dwarf-with-dsym";
"DEBUG_INFORMATION_FORMAT[sdk=iphonesimulator*]" = dwarf;
DEVELOPMENT_TEAM = 6TWWD47PW9;
Expand Down Expand Up @@ -2083,7 +2083,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 78;
CURRENT_PROJECT_VERSION = 79;
DEVELOPMENT_TEAM = 6TWWD47PW9;
INFOPLIST_FILE = Clendar/Resources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
Expand Down
2 changes: 1 addition & 1 deletion Clendar/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<key>CFBundleShortVersionString</key>
<string>2.6.1</string>
<key>CFBundleVersion</key>
<string>78</string>
<string>79</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion ClendarTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>2.6.1</string>
<key>CFBundleVersion</key>
<string>78</string>
<string>79</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ClendarUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>2.6.1</string>
<key>CFBundleVersion</key>
<string>78</string>
<string>79</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ClendarWatchApp Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>2.6.1</string>
<key>CFBundleVersion</key>
<string>78</string>
<string>79</string>
<key>CLKComplicationPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).ComplicationController</string>
<key>NSCalendarsUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion ClendarWatchApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>2.6.1</string>
<key>CFBundleVersion</key>
<string>78</string>
<string>79</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down
2 changes: 1 addition & 1 deletion ClendarWidget/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>2.6.1</string>
<key>CFBundleVersion</key>
<string>78</string>
<string>79</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down

0 comments on commit 74ff1b8

Please sign in to comment.