Skip to content

Commit

Permalink
Cleanup 2: SimplenoteWidget target's entitlement files
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Aug 26, 2021
1 parent 670bcf0 commit 50b7282
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Simplenote.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -631,10 +631,10 @@
17C421D01BE0BABE00752B56 /* SPMarkdownPreviewViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SPMarkdownPreviewViewController.h; path = Classes/SPMarkdownPreviewViewController.h; sourceTree = "<group>"; };
17C421D11BE0BABE00752B56 /* SPMarkdownPreviewViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SPMarkdownPreviewViewController.m; path = Classes/SPMarkdownPreviewViewController.m; sourceTree = "<group>"; };
183BAB896957F07FDCAB6DF5 /* Pods_Automattic_SimplenoteShare.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Automattic_SimplenoteShare.framework; sourceTree = BUILT_PRODUCTS_DIR; };
241709BB266827A800F6E2B1 /* SimplenoteWidgetsExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SimplenoteWidgetsExtension.entitlements; sourceTree = "<group>"; };
241709BC266827BA00F6E2B1 /* SimplenoteWidgetsExtensionDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SimplenoteWidgetsExtensionDebug.entitlements; sourceTree = "<group>"; };
241709C7266829CD00F6E2B1 /* SimplenoteWidgetsExtensionDistributionAlpha.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SimplenoteWidgetsExtensionDistributionAlpha.entitlements; sourceTree = "<group>"; };
241709D126682AED00F6E2B1 /* SimplenoteWidgetsExtensionDistributionInternal.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SimplenoteWidgetsExtensionDistributionInternal.entitlements; sourceTree = "<group>"; };
241709BB266827A800F6E2B1 /* SimplenoteWidgetsExtension-Release.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "SimplenoteWidgetsExtension-Release.entitlements"; sourceTree = "<group>"; };
241709BC266827BA00F6E2B1 /* SimplenoteWidgetsExtension-Debug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "SimplenoteWidgetsExtension-Debug.entitlements"; sourceTree = "<group>"; };
241709C7266829CD00F6E2B1 /* SimplenoteWidgetsExtension-DistributionAlpha.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "SimplenoteWidgetsExtension-DistributionAlpha.entitlements"; sourceTree = "<group>"; };
241709D126682AED00F6E2B1 /* SimplenoteWidgetsExtension-DistributionInternal.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "SimplenoteWidgetsExtension-DistributionInternal.entitlements"; sourceTree = "<group>"; };
30BBEDD4EB11FC7D576AE690 /* Pods-SimplenoteTests.distribution internal.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SimplenoteTests.distribution internal.xcconfig"; path = "Pods/Target Support Files/Pods-SimplenoteTests/Pods-SimplenoteTests.distribution internal.xcconfig"; sourceTree = "<group>"; };
3318C36BBA08D53624E27EFC /* Pods_Automattic_Simplenote.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Automattic_Simplenote.framework; sourceTree = BUILT_PRODUCTS_DIR; };
371A862F213DF00E002E9120 /* SPPinLockManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SPPinLockManager.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2178,6 +2178,10 @@
BAB5760926703BE100B0C56F /* Supporting Files */ = {
isa = PBXGroup;
children = (
241709BB266827A800F6E2B1 /* SimplenoteWidgetsExtension-Release.entitlements */,
241709BC266827BA00F6E2B1 /* SimplenoteWidgetsExtension-Debug.entitlements */,
241709D126682AED00F6E2B1 /* SimplenoteWidgetsExtension-DistributionInternal.entitlements */,
241709C7266829CD00F6E2B1 /* SimplenoteWidgetsExtension-DistributionAlpha.entitlements */,
BAB5760A26703C0C00B0C56F /* NoteWidgetIntent.intentdefinition */,
);
path = "Supporting Files";
Expand Down Expand Up @@ -2423,15 +2427,11 @@
46A3C9DC17DFA866002865AE /* Simplenote-Info.plist */,
B5D3ADB21FC8C11A00F84B31 /* Simplenote.entitlements */,
B5250A6B22B922F900AE7797 /* Simplenote-Internal.entitlements */,
241709BB266827A800F6E2B1 /* SimplenoteWidgetsExtension.entitlements */,
241709BC266827BA00F6E2B1 /* SimplenoteWidgetsExtensionDebug.entitlements */,
241709D126682AED00F6E2B1 /* SimplenoteWidgetsExtensionDistributionInternal.entitlements */,
241709C7266829CD00F6E2B1 /* SimplenoteWidgetsExtensionDistributionAlpha.entitlements */,
E29ADD4417848E8500E55842 /* InfoPlist.strings */,
E29ADD4717848E8500E55842 /* main.m */,
E29ADD4917848E8500E55842 /* Simplenote-Prefix.pch */,
);
name = "Supporting Files";
path = "Supporting Files";
sourceTree = "<group>";
};
E29ADD7117848F9700E55842 /* Transitions */ = {
Expand Down Expand Up @@ -4887,7 +4887,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Simplenote/SimplenoteWidgetsExtensionDebug.entitlements;
CODE_SIGN_ENTITLEMENTS = "SimplenoteWidgets/Supporting Files/SimplenoteWidgetsExtension-Debug.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
Expand Down Expand Up @@ -4933,7 +4933,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Simplenote/SimplenoteWidgetsExtension.entitlements;
CODE_SIGN_ENTITLEMENTS = "SimplenoteWidgets/Supporting Files/SimplenoteWidgetsExtension-Release.entitlements";
CODE_SIGN_IDENTITY = "Apple Distribution: Automattic, Inc. (PZYM8XX95Q)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Automattic, Inc. (PZYM8XX95Q)";
CODE_SIGN_STYLE = Manual;
Expand Down Expand Up @@ -4975,7 +4975,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Simplenote/SimplenoteWidgetsExtensionDistributionInternal.entitlements;
CODE_SIGN_ENTITLEMENTS = "SimplenoteWidgets/Supporting Files/SimplenoteWidgetsExtension-DistributionInternal.entitlements";
CODE_SIGN_IDENTITY = "iPhone Distribution: Automattic, Inc.";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Automattic, Inc.";
CODE_SIGN_STYLE = Manual;
Expand Down Expand Up @@ -5017,7 +5017,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Simplenote/SimplenoteWidgetsExtensionDistributionAlpha.entitlements;
CODE_SIGN_ENTITLEMENTS = "SimplenoteWidgets/Supporting Files/SimplenoteWidgetsExtension-DistributionAlpha.entitlements";
CODE_SIGN_IDENTITY = "iPhone Distribution: Automattic, Inc.";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Automattic, Inc.";
CODE_SIGN_STYLE = Manual;
Expand Down Expand Up @@ -5059,7 +5059,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Simplenote/SimplenoteWidgetsExtension.entitlements;
CODE_SIGN_ENTITLEMENTS = "SimplenoteWidgets/Supporting Files/SimplenoteWidgetsExtension-Release.entitlements";
CODE_SIGN_IDENTITY = "Apple Distribution: Automattic, Inc. (PZYM8XX95Q)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Automattic, Inc. (PZYM8XX95Q)";
CODE_SIGN_STYLE = Manual;
Expand Down

0 comments on commit 50b7282

Please sign in to comment.