Bump version for TestFlight release

This commit is contained in:
William Brawner 2022-06-07 21:23:50 -06:00
parent bb44d813fd
commit a6e0da2f96
2 changed files with 4 additions and 2 deletions

View file

@ -800,7 +800,7 @@
CODE_SIGN_ENTITLEMENTS = Twigs/Twigs.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
DEVELOPMENT_ASSET_PATHS = "\"Twigs/Preview Content\"";
DEVELOPMENT_TEAM = 9Z6DE6KNJ9;
@ -829,7 +829,7 @@
CODE_SIGN_ENTITLEMENTS = Twigs/Twigs.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
DEVELOPMENT_ASSET_PATHS = "\"Twigs/Preview Content\"";
DEVELOPMENT_TEAM = 9Z6DE6KNJ9;

View file

@ -132,6 +132,7 @@ struct FrequencyPickerView: View {
}
}
#if DEBUG
struct RecurringTransactionFormView_Previews: PreviewProvider {
static var dataStore = DataStore(TwigsInMemoryCacheService())
static var previews: some View {
@ -142,3 +143,4 @@ struct RecurringTransactionFormView_Previews: PreviewProvider {
)).environmentObject(dataStore)
}
}
#endif