Skip to content

Commit d9fe960

Browse files
authored
Merge pull request #48 from nativeapptemplate/substrate-v2--miscellaneous
Miscellaneous cleanup
2 parents eba67ad + 6eb2c4b commit d9fe960

3 files changed

Lines changed: 3 additions & 19 deletions

File tree

NativeAppTemplate.xcodeproj/project.pbxproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@
237237
0172052E25AC41A7008FD63B /* SessionRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionRequest.swift; sourceTree = "<group>"; };
238238
017278062D7D4F5800CE424F /* OnboardingRepository.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingRepository.swift; sourceTree = "<group>"; };
239239
017278082D7D4F7400CE424F /* Onboarding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Onboarding.swift; sourceTree = "<group>"; };
240-
0172782B2D7D575900CE424F /* NativeAppTemplate.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = NativeAppTemplate.entitlements; sourceTree = "<group>"; };
241240
0172785C2D7D83E700CE424F /* ItemTag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemTag.swift; sourceTree = "<group>"; };
242241
0172785F2D7D83E700CE424F /* ItemTagState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemTagState.swift; sourceTree = "<group>"; };
243242
0172786C2D7D87D000CE424F /* Date+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+Extensions.swift"; sourceTree = "<group>"; };
@@ -384,7 +383,6 @@
384383
017203A225A96F7A008FD63B /* Constants.swift */,
385384
01BE4F1C29CA6F8C002008BE /* TimeZoneData.swift */,
386385
011F6DF9259EF16600BED22E /* Info.plist */,
387-
0172782B2D7D575900CE424F /* NativeAppTemplate.entitlements */,
388386
015C78042B72DA2C00B6523C /* PrivacyInfo.xcprivacy */,
389387
A2B3C4D50000000A /* Common */,
390388
0172049125AA8449008FD63B /* Data */,
@@ -1216,7 +1214,7 @@
12161214
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
12171215
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "";
12181216
BUNDLE_ID_SUFFIX = .dev;
1219-
CODE_SIGN_ENTITLEMENTS = NativeAppTemplate/NativeAppTemplate.entitlements;
1217+
CODE_SIGN_ENTITLEMENTS = "";
12201218
CODE_SIGN_IDENTITY = "Apple Development";
12211219
CODE_SIGN_STYLE = Automatic;
12221220
CURRENT_PROJECT_VERSION = 9;
@@ -1252,7 +1250,7 @@
12521250
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
12531251
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "";
12541252
BUNDLE_ID_SUFFIX = "";
1255-
CODE_SIGN_ENTITLEMENTS = NativeAppTemplate/NativeAppTemplate.entitlements;
1253+
CODE_SIGN_ENTITLEMENTS = "";
12561254
CODE_SIGN_IDENTITY = "Apple Development";
12571255
CODE_SIGN_STYLE = Automatic;
12581256
CURRENT_PROJECT_VERSION = 9;
@@ -1352,7 +1350,7 @@
13521350
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
13531351
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "";
13541352
BUNDLE_ID_SUFFIX = .beta;
1355-
CODE_SIGN_ENTITLEMENTS = NativeAppTemplate/NativeAppTemplate.entitlements;
1353+
CODE_SIGN_ENTITLEMENTS = "";
13561354
CODE_SIGN_STYLE = Automatic;
13571355
CURRENT_PROJECT_VERSION = 9;
13581356
DEVELOPMENT_ASSET_PATHS = "\"NativeAppTemplate/Preview Content\"";

NativeAppTemplate/NativeAppTemplate.entitlements

Lines changed: 0 additions & 10 deletions
This file was deleted.

NativeAppTemplate/UI/Settings/SettingsView.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ struct SettingsView: View {
5353
.listRowBackground(Color.cardBackground.opacity(0.7))
5454

5555
Section(header: Text(verbatim: "Support")) {
56-
Link(destination: URL(string: String.howToUseUrl)!) {
57-
Label(String.howToUse, systemImage: "info")
58-
}
59-
6056
Link(destination: URL(string: String.faqsUrl)!) {
6157
Label(String.faqs, systemImage: "questionmark")
6258
}

0 commit comments

Comments
 (0)