Skip to content

Commit

Permalink
Bumped Version to 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermanns committed Dec 23, 2019
1 parent 56ddf89 commit 57e7760
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion nightguard WatchKit App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>508</string>
<string>509</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down
2 changes: 1 addition & 1 deletion nightguard WatchKit Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>508</string>
<string>509</string>
<key>CLKComplicationPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).ComplicationController</string>
<key>CLKComplicationSupportedFamilies</key>
Expand Down
12 changes: 6 additions & 6 deletions nightguard.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.7.3;
MARKETING_VERSION = 2.7.4;
PRODUCT_BUNDLE_IDENTIFIER = "de.my-wan.dhe.nightguard.watchkitapp.watchkitextension";
PRODUCT_NAME = nightguard;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -1683,7 +1683,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.7.3;
MARKETING_VERSION = 2.7.4;
PRODUCT_BUNDLE_IDENTIFIER = "de.my-wan.dhe.nightguard.watchkitapp.watchkitextension";
PRODUCT_NAME = nightguard;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -1716,7 +1716,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MARKETING_VERSION = 2.7.3;
MARKETING_VERSION = 2.7.4;
PRODUCT_BUNDLE_IDENTIFIER = "de.my-wan.dhe.nightguard.watchkitapp";
PRODUCT_NAME = nightguard;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1748,7 +1748,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MARKETING_VERSION = 2.7.3;
MARKETING_VERSION = 2.7.4;
PRODUCT_BUNDLE_IDENTIFIER = "de.my-wan.dhe.nightguard.watchkitapp";
PRODUCT_NAME = nightguard;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1776,7 +1776,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.7.3;
MARKETING_VERSION = 2.7.4;
PRODUCT_BUNDLE_IDENTIFIER = "de.my-wan.dhe.nightguard";
PRODUCT_NAME = nightguard;
PROVISIONING_PROFILE = "";
Expand All @@ -1802,7 +1802,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.7.3;
MARKETING_VERSION = 2.7.4;
PRODUCT_BUNDLE_IDENTIFIER = "de.my-wan.dhe.nightguard";
PRODUCT_NAME = nightguard;
PROVISIONING_PROFILE = "";
Expand Down
2 changes: 1 addition & 1 deletion nightguard/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>508</string>
<string>509</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion nightguardTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>508</string>
<string>509</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion nightguardUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>508</string>
<string>509</string>
</dict>
</plist>

0 comments on commit 57e7760

Please sign in to comment.