Skip to content

Commit fb383e6

Browse files
committed
Cleanup: DiffableTextAppXUIKit.
1 parent eca40d8 commit fb383e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Examples/DiffableTextAppXUIKit/DiffableTextAppXUIKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
5527C21227AA6C6A0098546E /* Interval.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Interval.swift; sourceTree = "<group>"; };
4343
55781F2C27AD39B0003D4252 /* Scroller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Scroller.swift; sourceTree = "<group>"; };
4444
55781F3027AD4500003D4252 /* Storage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Storage.swift; sourceTree = "<group>"; };
45-
557D9AB427F98C14008C317B /* DiffableTextAppXUIKit.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DiffableTextAppXUIKit.entitlements; sourceTree = "<group>"; };
45+
557D9AB427F98C14008C317B /* Entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Entitlements.entitlements; sourceTree = "<group>"; };
4646
557DAF1C27BA415500D9F0E5 /* PatternScreenExamples.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PatternScreenExamples.swift; sourceTree = "<group>"; };
4747
557DAF2027BA493200D9F0E5 /* Action.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Action.swift; sourceTree = "<group>"; };
4848
557DAF2227BA4AE600D9F0E5 /* PatternScreenActions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PatternScreenActions.swift; sourceTree = "<group>"; };
@@ -102,7 +102,7 @@
102102
5589A19727A7E3E30000F04A = {
103103
isa = PBXGroup;
104104
children = (
105-
557D9AB427F98C14008C317B /* DiffableTextAppXUIKit.entitlements */,
105+
557D9AB427F98C14008C317B /* Entitlements.entitlements */,
106106
557F7FB827A81116001908D6 /* Packages */,
107107
5589A1A227A7E3E30000F04A /* App */,
108108
5589A1A127A7E3E30000F04A /* Products */,
@@ -446,7 +446,7 @@
446446
buildSettings = {
447447
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
448448
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
449-
CODE_SIGN_ENTITLEMENTS = DiffableTextAppXUIKit.entitlements;
449+
CODE_SIGN_ENTITLEMENTS = Entitlements.entitlements;
450450
CODE_SIGN_STYLE = Automatic;
451451
CURRENT_PROJECT_VERSION = 1;
452452
DEVELOPMENT_ASSET_PATHS = "\"App/Assets/Preview Content\"";
@@ -478,7 +478,7 @@
478478
buildSettings = {
479479
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
480480
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
481-
CODE_SIGN_ENTITLEMENTS = DiffableTextAppXUIKit.entitlements;
481+
CODE_SIGN_ENTITLEMENTS = Entitlements.entitlements;
482482
CODE_SIGN_STYLE = Automatic;
483483
CURRENT_PROJECT_VERSION = 1;
484484
DEVELOPMENT_ASSET_PATHS = "\"App/Assets/Preview Content\"";

Examples/DiffableTextAppXUIKit/DiffableTextAppXUIKit.entitlements renamed to Examples/DiffableTextAppXUIKit/Entitlements.entitlements

File renamed without changes.

0 commit comments

Comments
 (0)