Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pawello2222 committed Nov 4, 2020
1 parent e31431e commit 0164f6c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
20 changes: 14 additions & 6 deletions WidgetExamples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,8 @@
E55497D12551C02E0066870B /* IntentHandler */ = {
isa = PBXGroup;
children = (
E554985A25521B8D0066870B /* IntentHandler.entitlements */,
E55497D22551C02E0066870B /* IntentHandler.swift */,
E55497D42551C02E0066870B /* Info.plist */,
E55498B92553339F0066870B /* Supporting Files */,
);
path = IntentHandler;
sourceTree = "<group>";
Expand Down Expand Up @@ -400,6 +399,15 @@
path = "Supporting Files";
sourceTree = "<group>";
};
E55498B92553339F0066870B /* Supporting Files */ = {
isa = PBXGroup;
children = (
E55497D42551C02E0066870B /* Info.plist */,
E554985A25521B8D0066870B /* IntentHandler.entitlements */,
);
path = "Supporting Files";
sourceTree = "<group>";
};
E591C5752551666F002044C8 /* IntentWidget */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -824,10 +832,10 @@
E55497D92551C02E0066870B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = IntentHandler/IntentHandler.entitlements;
CODE_SIGN_ENTITLEMENTS = "IntentHandler/Supporting Files/IntentHandler.entitlements";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DMCVYHA293;
INFOPLIST_FILE = IntentHandler/Info.plist;
INFOPLIST_FILE = "IntentHandler/Supporting Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -845,10 +853,10 @@
E55497DA2551C02E0066870B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = IntentHandler/IntentHandler.entitlements;
CODE_SIGN_ENTITLEMENTS = "IntentHandler/Supporting Files/IntentHandler.entitlements";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DMCVYHA293;
INFOPLIST_FILE = IntentHandler/Info.plist;
INFOPLIST_FILE = "IntentHandler/Supporting Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit 0164f6c

Please sign in to comment.