Skip to content

Commit

Permalink
Version Bump to 45
Browse files Browse the repository at this point in the history
  • Loading branch information
timbms committed Sep 19, 2019
1 parent bc62778 commit 3044966
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions openHAB.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1746,8 +1746,8 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 44;
CURRENT_PROJECT_VERSION = 64;
CURRENT_PROJECT_VERSION = 45;
CURRENT_PROJECT_VERSION = 45;
DEVELOPMENT_TEAM = PBAPXHRAM9;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "openHAB/openHAB-Prefix.pch";
Expand Down Expand Up @@ -1788,8 +1788,8 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 44;
CURRENT_PROJECT_VERSION = 64;
CURRENT_PROJECT_VERSION = 45;
CURRENT_PROJECT_VERSION = 45;
DEVELOPMENT_TEAM = PBAPXHRAM9;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "openHAB/openHAB-Prefix.pch";
Expand Down
4 changes: 2 additions & 2 deletions openHAB/openHAB-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.32</string>
<string>2.1.33</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -47,7 +47,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>64</string>
<string>45</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
4 changes: 2 additions & 2 deletions openHABTestsSwift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<<<<<<< HEAD
<string>2.1.10</string>
<key>CFBundleVersion</key>
<string>44</string>
<string>45</string>
=======
<string>2.1.32</string>
<key>CFBundleVersion</key>
<string>64</string>
<string>45</string>
>>>>>>> origin/develop
</dict>
</plist>
4 changes: 2 additions & 2 deletions openHABUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.32</string>
<string>2.1.33</string>
<key>CFBundleVersion</key>
<string>64</string>
<string>45</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions openHABWatch Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.1.32</string>
<string>2.1.33</string>
<key>CFBundleVersion</key>
<string>64</string>
<string>45</string>
<key>CLKComplicationPrincipalClass</key>
<string>ComplicationController</string>
<key>CLKComplicationSupportedFamilies</key>
Expand Down
4 changes: 2 additions & 2 deletions openHABWatch/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.32</string>
<string>2.1.33</string>
<key>CFBundleVersion</key>
<string>64</string>
<string>45</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down

0 comments on commit 3044966

Please sign in to comment.