Bump version for TestFlight release
This commit is contained in:
parent
bb44d813fd
commit
a6e0da2f96
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue