Skip to content

Commit 75d2701

Browse files
authored
Merge pull request #20 from anonaddy/1.2.0
1.2.0
2 parents f03dda2 + 8a14dd4 commit 75d2701

37 files changed

+1571
-532
lines changed

AddyStatisticWidget/AddyStatisticWidget.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,15 @@ struct AliasWidgetRowView: View {
265265
aliasDescription = String(format: String(localized: "s_s_s"),
266266
description,
267267
String(format: NSLocalizedString("created_at_s", comment: ""),
268-
DateTimeUtils.turnStringIntoLocalString(alias.created_at)),
268+
DateTimeUtils.convertStringToLocalTimeZoneString(alias.created_at)),
269269
String(format: String(localized: "updated_at_s"),
270-
DateTimeUtils.turnStringIntoLocalString(alias.updated_at)))
270+
DateTimeUtils.convertStringToLocalTimeZoneString(alias.updated_at)))
271271
} else {
272272
aliasDescription = String(format: String(localized: "s_s"),
273273
String(format: NSLocalizedString("created_at_s", comment: ""),
274-
DateTimeUtils.turnStringIntoLocalString(alias.created_at)),
274+
DateTimeUtils.convertStringToLocalTimeZoneString(alias.created_at)),
275275
String(format: String(localized: "updated_at_s"),
276-
DateTimeUtils.turnStringIntoLocalString(alias.updated_at)))
276+
DateTimeUtils.convertStringToLocalTimeZoneString(alias.updated_at)))
277277
}
278278
}
279279
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v1.2.0] - 2025-02-01
4+
5+
### addy.io
6+
7+
**Added**
8+
- Added the ability to change the default tab to open on app launch
9+
- Added the ability to download failed deliveries (if enabled)
10+
11+
**Fixed/Improved**
12+
- Improve wording of dates in alias list
13+
314
## [v1.1.6] - 2024-12-29
415

516
### addy.io

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Easily create and manage your addy.io aliases, recipients and more from your pho
1616

1717
> addy.io
1818
19-
- addy.io instance running v1.3.0 or higher (current version of the addy.io app has been tested with v1.3.0)
19+
- addy.io instance running v1.3.1 or higher (current version of the addy.io app has been tested with v1.3.1)
2020

2121
> iOS and iPadOS
2222

addy.xcodeproj/project.pbxproj

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
805A74532C1F5C1600C94E2D /* AppSettingsFeaturesNotifyDomainErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 805A74522C1F5C1500C94E2D /* AppSettingsFeaturesNotifyDomainErrorView.swift */; };
125125
805A74552C1F5FC200C94E2D /* AppSettingsFeaturesNotifySubscriptionExpiryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 805A74542C1F5FC100C94E2D /* AppSettingsFeaturesNotifySubscriptionExpiryView.swift */; };
126126
805AFF772C08F52000B9E573 /* UnsupportedBottomSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 805AFF762C08F52000B9E573 /* UnsupportedBottomSheet.swift */; };
127+
805CB1D32D47E561007ED28D /* DocumentInteractionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 805CB1D22D47E561007ED28D /* DocumentInteractionView.swift */; };
127128
805D66A02C1F49010085CCED /* AppSettingsFeaturesNotifyApiTokenExpiryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 805D669F2C1F49010085CCED /* AppSettingsFeaturesNotifyApiTokenExpiryView.swift */; };
128129
805D66A32C1F4C870085CCED /* PrettyTime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 805D66A22C1F4C860085CCED /* PrettyTime.swift */; };
129130
8062CFE02C1487B600EFFB4C /* ActionBottomSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8062CFDF2C1487B600EFFB4C /* ActionBottomSheet.swift */; };
@@ -151,7 +152,7 @@
151152
807433622C4C3F0E007DF9F5 /* Apply.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80B2FBB82C3C4C0A009977B6 /* Apply.swift */; };
152153
807515102C26C69E00DE2AC7 /* InfoPlist.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 8075150F2C26C69E00DE2AC7 /* InfoPlist.xcstrings */; };
153154
8078485E2C77822400194B1A /* Shiny in Frameworks */ = {isa = PBXBuildFile; productRef = 8078485D2C77822400194B1A /* Shiny */; };
154-
807DB4832C1764620051DD8A /* AppearanceBottomSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 807DB4822C1764620051DD8A /* AppearanceBottomSheet.swift */; };
155+
807DB4832C1764620051DD8A /* UIUXInterfaceBottomSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 807DB4822C1764620051DD8A /* UIUXInterfaceBottomSheet.swift */; };
155156
807E06852C04F290002A3D01 /* AddRecipientBottomSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 807E06842C04F290002A3D01 /* AddRecipientBottomSheet.swift */; };
156157
80813B622C0DE1DA009C4E6A /* DomainsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80813B612C0DE1DA009C4E6A /* DomainsView.swift */; };
157158
80813B642C0DE1FF009C4E6A /* DomainsDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80813B632C0DE1FF009C4E6A /* DomainsDetailView.swift */; };
@@ -379,6 +380,7 @@
379380
805A74522C1F5C1500C94E2D /* AppSettingsFeaturesNotifyDomainErrorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppSettingsFeaturesNotifyDomainErrorView.swift; sourceTree = "<group>"; };
380381
805A74542C1F5FC100C94E2D /* AppSettingsFeaturesNotifySubscriptionExpiryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppSettingsFeaturesNotifySubscriptionExpiryView.swift; sourceTree = "<group>"; };
381382
805AFF762C08F52000B9E573 /* UnsupportedBottomSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnsupportedBottomSheet.swift; sourceTree = "<group>"; };
383+
805CB1D22D47E561007ED28D /* DocumentInteractionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DocumentInteractionView.swift; sourceTree = "<group>"; };
382384
805D669F2C1F49010085CCED /* AppSettingsFeaturesNotifyApiTokenExpiryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppSettingsFeaturesNotifyApiTokenExpiryView.swift; sourceTree = "<group>"; };
383385
805D66A22C1F4C860085CCED /* PrettyTime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrettyTime.swift; sourceTree = "<group>"; };
384386
8062CFDF2C1487B600EFFB4C /* ActionBottomSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionBottomSheet.swift; sourceTree = "<group>"; };
@@ -404,7 +406,7 @@
404406
8073C9482C7878CA00DE3640 /* AccountNotificationsIcon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountNotificationsIcon.swift; sourceTree = "<group>"; };
405407
8073C9502C78893000DE3640 /* AppSettingsFeaturesNotifyAccountNotificationsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppSettingsFeaturesNotifyAccountNotificationsView.swift; sourceTree = "<group>"; };
406408
8075150F2C26C69E00DE2AC7 /* InfoPlist.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = InfoPlist.xcstrings; sourceTree = "<group>"; };
407-
807DB4822C1764620051DD8A /* AppearanceBottomSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppearanceBottomSheet.swift; sourceTree = "<group>"; };
409+
807DB4822C1764620051DD8A /* UIUXInterfaceBottomSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIUXInterfaceBottomSheet.swift; sourceTree = "<group>"; };
408410
807E06842C04F290002A3D01 /* AddRecipientBottomSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddRecipientBottomSheet.swift; sourceTree = "<group>"; };
409411
80813B612C0DE1DA009C4E6A /* DomainsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomainsView.swift; sourceTree = "<group>"; };
410412
80813B632C0DE1FF009C4E6A /* DomainsDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomainsDetailView.swift; sourceTree = "<group>"; };
@@ -579,6 +581,7 @@
579581
801B92A52BE9128500179EB5 /* View */ = {
580582
isa = PBXGroup;
581583
children = (
584+
805CB1D22D47E561007ED28D /* DocumentInteractionView.swift */,
582585
801B929E2BE8FF6800179EB5 /* Launch Screen.storyboard */,
583586
806F21322BE8F1B100EBEBC8 /* addyApp.swift */,
584587
806F21342BE8F1B100EBEBC8 /* SplashView.swift */,
@@ -1083,7 +1086,7 @@
10831086
806AE6902C19ED0300F3CA92 /* update */,
10841087
80676D632C18CD44008FC147 /* logs */,
10851088
80D4F2DA2C17084E00D313EC /* AppSettingsView.swift */,
1086-
807DB4822C1764620051DD8A /* AppearanceBottomSheet.swift */,
1089+
807DB4822C1764620051DD8A /* UIUXInterfaceBottomSheet.swift */,
10871090
806AE6952C1A085100F3CA92 /* ChangelogBottomSheet.swift */,
10881091
);
10891092
path = appsettings;
@@ -1525,6 +1528,7 @@
15251528
80E082692BF7DA8200B51FB8 /* FilterOptionsAliasBottomSheet.swift in Sources */,
15261529
80813B752C0DF592009C4E6A /* FailedDeliveryBottomSheet.swift in Sources */,
15271530
80AC67082BFB586A004D227D /* EditAliasSendMailRecipientBottomSheet.swift in Sources */,
1531+
805CB1D32D47E561007ED28D /* DocumentInteractionView.swift in Sources */,
15281532
80477DE02C1222AE00E52AF8 /* RulesViewModel.swift in Sources */,
15291533
80E8499F2BEB802D00C8D68A /* HomeView.swift in Sources */,
15301534
80477DE52C12261300E52AF8 /* CreateRulesView.swift in Sources */,
@@ -1648,7 +1652,7 @@
16481652
8084AAD12C429F0A00CC7E3B /* CreateNewAliasIntent.swift in Sources */,
16491653
80813B6A2C0DE24C009C4E6A /* EditDomainRecipientsBottomSheet.swift in Sources */,
16501654
80E1946A2BF8C840005175EA /* EditAliasFromNameBottomSheet.swift in Sources */,
1651-
807DB4832C1764620051DD8A /* AppearanceBottomSheet.swift in Sources */,
1655+
807DB4832C1764620051DD8A /* UIUXInterfaceBottomSheet.swift in Sources */,
16521656
806D5F272BE92AB200C5C109 /* SetupView.swift in Sources */,
16531657
80813B712C0DF2EF009C4E6A /* FailedDeliveriesViewModel.swift in Sources */,
16541658
8045B8C92CA5F83A007939C3 /* SetupViewState.swift in Sources */,
@@ -1765,7 +1769,7 @@
17651769
CODE_SIGN_ENTITLEMENTS = addy/addy.debug.entitlements;
17661770
CODE_SIGN_IDENTITY = "Apple Development";
17671771
CODE_SIGN_STYLE = Automatic;
1768-
CURRENT_PROJECT_VERSION = 21;
1772+
CURRENT_PROJECT_VERSION = 22;
17691773
DEVELOPMENT_ASSET_PATHS = "\"addy/Preview Content\"";
17701774
DEVELOPMENT_TEAM = 83RFSJ6CUP;
17711775
ENABLE_PREVIEWS = YES;
@@ -1785,7 +1789,7 @@
17851789
"$(inherited)",
17861790
"@executable_path/Frameworks",
17871791
);
1788-
MARKETING_VERSION = 1.1.6;
1792+
MARKETING_VERSION = 1.2.0;
17891793
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug;
17901794
PRODUCT_NAME = "$(TARGET_NAME)";
17911795
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1805,7 +1809,7 @@
18051809
CODE_SIGN_ENTITLEMENTS = AddyStatisticWidgetExtension.debug.entitlements;
18061810
CODE_SIGN_IDENTITY = "Apple Development";
18071811
CODE_SIGN_STYLE = Automatic;
1808-
CURRENT_PROJECT_VERSION = 21;
1812+
CURRENT_PROJECT_VERSION = 22;
18091813
DEVELOPMENT_TEAM = 83RFSJ6CUP;
18101814
ENABLE_USER_SCRIPT_SANDBOXING = YES;
18111815
GENERATE_INFOPLIST_FILE = YES;
@@ -1819,7 +1823,7 @@
18191823
"@executable_path/Frameworks",
18201824
"@executable_path/../../Frameworks",
18211825
);
1822-
MARKETING_VERSION = 1.1.6;
1826+
MARKETING_VERSION = 1.2.0;
18231827
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug.AddyStatisticWidget;
18241828
PRODUCT_NAME = "$(TARGET_NAME)";
18251829
SKIP_INSTALL = YES;
@@ -1836,7 +1840,7 @@
18361840
CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.debug.entitlements;
18371841
CODE_SIGN_IDENTITY = "Apple Development";
18381842
CODE_SIGN_STYLE = Automatic;
1839-
CURRENT_PROJECT_VERSION = 21;
1843+
CURRENT_PROJECT_VERSION = 22;
18401844
DEVELOPMENT_TEAM = 83RFSJ6CUP;
18411845
ENABLE_USER_SCRIPT_SANDBOXING = YES;
18421846
GENERATE_INFOPLIST_FILE = YES;
@@ -1850,7 +1854,7 @@
18501854
"@executable_path/Frameworks",
18511855
"@executable_path/../../Frameworks",
18521856
);
1853-
MARKETING_VERSION = 1.1.6;
1857+
MARKETING_VERSION = 1.2.0;
18541858
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug.AddyShareExtension;
18551859
PRODUCT_NAME = "$(TARGET_NAME)";
18561860
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1946,7 +1950,7 @@
19461950
CODE_SIGN_ENTITLEMENTS = addy/addy.entitlements;
19471951
CODE_SIGN_IDENTITY = "Apple Development";
19481952
CODE_SIGN_STYLE = Automatic;
1949-
CURRENT_PROJECT_VERSION = 21;
1953+
CURRENT_PROJECT_VERSION = 22;
19501954
DEVELOPMENT_ASSET_PATHS = "\"addy/Preview Content\"";
19511955
DEVELOPMENT_TEAM = 83RFSJ6CUP;
19521956
ENABLE_PREVIEWS = YES;
@@ -1966,7 +1970,7 @@
19661970
"$(inherited)",
19671971
"@executable_path/Frameworks",
19681972
);
1969-
MARKETING_VERSION = 1.1.6;
1973+
MARKETING_VERSION = 1.2.0;
19701974
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy;
19711975
PRODUCT_NAME = "$(TARGET_NAME)";
19721976
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1986,7 +1990,7 @@
19861990
CODE_SIGN_ENTITLEMENTS = AddyStatisticWidgetExtension.entitlements;
19871991
CODE_SIGN_IDENTITY = "Apple Development";
19881992
CODE_SIGN_STYLE = Automatic;
1989-
CURRENT_PROJECT_VERSION = 21;
1993+
CURRENT_PROJECT_VERSION = 22;
19901994
DEVELOPMENT_TEAM = 83RFSJ6CUP;
19911995
ENABLE_USER_SCRIPT_SANDBOXING = YES;
19921996
GENERATE_INFOPLIST_FILE = YES;
@@ -2000,7 +2004,7 @@
20002004
"@executable_path/Frameworks",
20012005
"@executable_path/../../Frameworks",
20022006
);
2003-
MARKETING_VERSION = 1.1.6;
2007+
MARKETING_VERSION = 1.2.0;
20042008
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.AddyStatisticWidget;
20052009
PRODUCT_NAME = "$(TARGET_NAME)";
20062010
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2018,7 +2022,7 @@
20182022
CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.entitlements;
20192023
CODE_SIGN_IDENTITY = "Apple Development";
20202024
CODE_SIGN_STYLE = Automatic;
2021-
CURRENT_PROJECT_VERSION = 21;
2025+
CURRENT_PROJECT_VERSION = 22;
20222026
DEVELOPMENT_TEAM = 83RFSJ6CUP;
20232027
ENABLE_USER_SCRIPT_SANDBOXING = YES;
20242028
GENERATE_INFOPLIST_FILE = YES;
@@ -2032,7 +2036,7 @@
20322036
"@executable_path/Frameworks",
20332037
"@executable_path/../../Frameworks",
20342038
);
2035-
MARKETING_VERSION = 1.1.6;
2039+
MARKETING_VERSION = 1.2.0;
20362040
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.AddyShareExtension;
20372041
PRODUCT_NAME = "$(TARGET_NAME)";
20382042
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2068,7 +2072,7 @@
20682072
CODE_SIGN_ENTITLEMENTS = AddyStatisticWidgetExtension.debug.entitlements;
20692073
CODE_SIGN_IDENTITY = "Apple Development";
20702074
CODE_SIGN_STYLE = Automatic;
2071-
CURRENT_PROJECT_VERSION = 21;
2075+
CURRENT_PROJECT_VERSION = 22;
20722076
DEVELOPMENT_TEAM = 83RFSJ6CUP;
20732077
ENABLE_USER_SCRIPT_SANDBOXING = YES;
20742078
GENERATE_INFOPLIST_FILE = YES;
@@ -2082,7 +2086,7 @@
20822086
"@executable_path/Frameworks",
20832087
"@executable_path/../../Frameworks",
20842088
);
2085-
MARKETING_VERSION = 1.1.6;
2089+
MARKETING_VERSION = 1.2.0;
20862090
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug.AddyStatisticWidget;
20872091
PRODUCT_NAME = "$(TARGET_NAME)";
20882092
SKIP_INSTALL = YES;
@@ -2101,7 +2105,7 @@
21012105
CODE_SIGN_ENTITLEMENTS = AddyStatisticWidgetExtension.entitlements;
21022106
CODE_SIGN_IDENTITY = "Apple Development";
21032107
CODE_SIGN_STYLE = Automatic;
2104-
CURRENT_PROJECT_VERSION = 21;
2108+
CURRENT_PROJECT_VERSION = 22;
21052109
DEVELOPMENT_TEAM = 83RFSJ6CUP;
21062110
ENABLE_USER_SCRIPT_SANDBOXING = YES;
21072111
GENERATE_INFOPLIST_FILE = YES;
@@ -2115,7 +2119,7 @@
21152119
"@executable_path/Frameworks",
21162120
"@executable_path/../../Frameworks",
21172121
);
2118-
MARKETING_VERSION = 1.1.6;
2122+
MARKETING_VERSION = 1.2.0;
21192123
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.AddyStatisticWidget;
21202124
PRODUCT_NAME = "$(TARGET_NAME)";
21212125
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2133,7 +2137,7 @@
21332137
CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.debug.entitlements;
21342138
CODE_SIGN_IDENTITY = "Apple Development";
21352139
CODE_SIGN_STYLE = Automatic;
2136-
CURRENT_PROJECT_VERSION = 21;
2140+
CURRENT_PROJECT_VERSION = 22;
21372141
DEVELOPMENT_TEAM = 83RFSJ6CUP;
21382142
ENABLE_USER_SCRIPT_SANDBOXING = YES;
21392143
GENERATE_INFOPLIST_FILE = YES;
@@ -2147,7 +2151,7 @@
21472151
"@executable_path/Frameworks",
21482152
"@executable_path/../../Frameworks",
21492153
);
2150-
MARKETING_VERSION = 1.1.6;
2154+
MARKETING_VERSION = 1.2.0;
21512155
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug.AddyShareExtension;
21522156
PRODUCT_NAME = "$(TARGET_NAME)";
21532157
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2165,7 +2169,7 @@
21652169
CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.entitlements;
21662170
CODE_SIGN_IDENTITY = "Apple Development";
21672171
CODE_SIGN_STYLE = Automatic;
2168-
CURRENT_PROJECT_VERSION = 21;
2172+
CURRENT_PROJECT_VERSION = 22;
21692173
DEVELOPMENT_TEAM = 83RFSJ6CUP;
21702174
ENABLE_USER_SCRIPT_SANDBOXING = YES;
21712175
GENERATE_INFOPLIST_FILE = YES;
@@ -2179,7 +2183,7 @@
21792183
"@executable_path/Frameworks",
21802184
"@executable_path/../../Frameworks",
21812185
);
2182-
MARKETING_VERSION = 1.1.6;
2186+
MARKETING_VERSION = 1.2.0;
21832187
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.AddyShareExtension;
21842188
PRODUCT_NAME = "$(TARGET_NAME)";
21852189
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2325,7 +2329,7 @@
23252329
CODE_SIGN_ENTITLEMENTS = addy/addy.debug.entitlements;
23262330
CODE_SIGN_IDENTITY = "Apple Development";
23272331
CODE_SIGN_STYLE = Automatic;
2328-
CURRENT_PROJECT_VERSION = 21;
2332+
CURRENT_PROJECT_VERSION = 22;
23292333
DEVELOPMENT_ASSET_PATHS = "\"addy/Preview Content\"";
23302334
DEVELOPMENT_TEAM = 83RFSJ6CUP;
23312335
ENABLE_PREVIEWS = YES;
@@ -2345,7 +2349,7 @@
23452349
"$(inherited)",
23462350
"@executable_path/Frameworks",
23472351
);
2348-
MARKETING_VERSION = 1.1.6;
2352+
MARKETING_VERSION = 1.2.0;
23492353
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug;
23502354
PRODUCT_NAME = "$(TARGET_NAME)";
23512355
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2366,7 +2370,7 @@
23662370
CODE_SIGN_ENTITLEMENTS = addy/addy.entitlements;
23672371
CODE_SIGN_IDENTITY = "Apple Development";
23682372
CODE_SIGN_STYLE = Automatic;
2369-
CURRENT_PROJECT_VERSION = 21;
2373+
CURRENT_PROJECT_VERSION = 22;
23702374
DEVELOPMENT_ASSET_PATHS = "\"addy/Preview Content\"";
23712375
DEVELOPMENT_TEAM = 83RFSJ6CUP;
23722376
ENABLE_PREVIEWS = YES;
@@ -2386,7 +2390,7 @@
23862390
"$(inherited)",
23872391
"@executable_path/Frameworks",
23882392
);
2389-
MARKETING_VERSION = 1.1.6;
2393+
MARKETING_VERSION = 1.2.0;
23902394
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy;
23912395
PRODUCT_NAME = "$(TARGET_NAME)";
23922396
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)