Skip to content

Commit d6cb232

Browse files
committed
bug fix
1 parent b576657 commit d6cb232

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

BirthdayReminder.xcodeproj/project.pbxproj

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
B00F7B021F1EEED500496843 /* DetailedPersonalInfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00F7B001F1EEEC700496843 /* DetailedPersonalInfoViewController.swift */; };
1212
B00F7B031F1EEED800496843 /* AnimeGettingFromServerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00F7B011F1EEEC700496843 /* AnimeGettingFromServerViewController.swift */; };
1313
B00F7B041F1EEEDA00496843 /* GetPersonalDataFromServerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00F7AFF1F1EEEC700496843 /* GetPersonalDataFromServerViewController.swift */; };
14-
B0126A901F34330000C74F73 /* WatchReminder Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = B0990F261F27578400D26557 /* WatchReminder Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
1514
B016D0691F3DD3F0008D19E9 /* AppleWatchSettingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B016D0681F3DD3EF008D19E9 /* AppleWatchSettingViewController.swift */; };
1615
B029294E1F26E79000AD0BC1 /* NotificationCenter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B029294D1F26E79000AD0BC1 /* NotificationCenter.framework */; };
1716
B02929511F26E79000AD0BC1 /* TodayViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B02929501F26E79000AD0BC1 /* TodayViewController.swift */; };
@@ -20,6 +19,7 @@
2019
B02FC57E1F596E2400EAB6E6 /* Protocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = B02FC57D1F596E2400EAB6E6 /* Protocols.swift */; };
2120
B02FC57F1F596E2400EAB6E6 /* Protocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = B02FC57D1F596E2400EAB6E6 /* Protocols.swift */; };
2221
B02FC5801F596E2400EAB6E6 /* Protocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = B02FC57D1F596E2400EAB6E6 /* Protocols.swift */; };
22+
B02FC5841F598B5700EAB6E6 /* WatchReminder Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = B0990F261F27578400D26557 /* WatchReminder Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
2323
B049DCA31F1EEE7A008634C5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B049DC9A1F1EEDA9008634C5 /* AppDelegate.swift */; };
2424
B05952F31F26E834008AD597 /* BirthComputing.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0AB99D21F244E79006C8F29 /* BirthComputing.swift */; };
2525
B060439A1F3C9978007D1016 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06043991F3C9978007D1016 /* SettingsViewController.swift */; };
@@ -59,19 +59,19 @@
5959
/* End PBXBuildFile section */
6060

6161
/* Begin PBXContainerItemProxy section */
62-
B0126A911F34330000C74F73 /* PBXContainerItemProxy */ = {
62+
B02929561F26E79000AD0BC1 /* PBXContainerItemProxy */ = {
6363
isa = PBXContainerItemProxy;
6464
containerPortal = B068834C1F1EEB2D00831AA6 /* Project object */;
6565
proxyType = 1;
66-
remoteGlobalIDString = B0990F251F27578400D26557;
67-
remoteInfo = "WatchReminder Extension";
66+
remoteGlobalIDString = B029294B1F26E79000AD0BC1;
67+
remoteInfo = TodayReminder;
6868
};
69-
B02929561F26E79000AD0BC1 /* PBXContainerItemProxy */ = {
69+
B02FC5851F598B5700EAB6E6 /* PBXContainerItemProxy */ = {
7070
isa = PBXContainerItemProxy;
7171
containerPortal = B068834C1F1EEB2D00831AA6 /* Project object */;
7272
proxyType = 1;
73-
remoteGlobalIDString = B029294B1F26E79000AD0BC1;
74-
remoteInfo = TodayReminder;
73+
remoteGlobalIDString = B0990F251F27578400D26557;
74+
remoteInfo = "WatchReminder Extension";
7575
};
7676
B0990F381F27578400D26557 /* PBXContainerItemProxy */ = {
7777
isa = PBXContainerItemProxy;
@@ -83,24 +83,24 @@
8383
/* End PBXContainerItemProxy section */
8484

8585
/* Begin PBXCopyFilesBuildPhase section */
86-
B0126A931F34330000C74F73 /* Embed App Extensions */ = {
86+
B029295C1F26E79000AD0BC1 /* Embed App Extensions */ = {
8787
isa = PBXCopyFilesBuildPhase;
8888
buildActionMask = 2147483647;
8989
dstPath = "";
9090
dstSubfolderSpec = 13;
9191
files = (
92-
B0126A901F34330000C74F73 /* WatchReminder Extension.appex in Embed App Extensions */,
92+
B02929581F26E79000AD0BC1 /* TodayReminder.appex in Embed App Extensions */,
9393
);
9494
name = "Embed App Extensions";
9595
runOnlyForDeploymentPostprocessing = 0;
9696
};
97-
B029295C1F26E79000AD0BC1 /* Embed App Extensions */ = {
97+
B02FC5871F598B5700EAB6E6 /* Embed App Extensions */ = {
9898
isa = PBXCopyFilesBuildPhase;
9999
buildActionMask = 2147483647;
100100
dstPath = "";
101101
dstSubfolderSpec = 13;
102102
files = (
103-
B02929581F26E79000AD0BC1 /* TodayReminder.appex in Embed App Extensions */,
103+
B02FC5841F598B5700EAB6E6 /* WatchReminder Extension.appex in Embed App Extensions */,
104104
);
105105
name = "Embed App Extensions";
106106
runOnlyForDeploymentPostprocessing = 0;
@@ -449,12 +449,12 @@
449449
buildPhases = (
450450
B0990F181F27578400D26557 /* Resources */,
451451
6A449275943E71A2DF2DD293 /* Frameworks */,
452-
B0126A931F34330000C74F73 /* Embed App Extensions */,
452+
B02FC5871F598B5700EAB6E6 /* Embed App Extensions */,
453453
);
454454
buildRules = (
455455
);
456456
dependencies = (
457-
B0126A921F34330000C74F73 /* PBXTargetDependency */,
457+
B02FC5861F598B5700EAB6E6 /* PBXTargetDependency */,
458458
);
459459
name = WatchReminder;
460460
productName = WatchReminder;
@@ -705,16 +705,16 @@
705705
/* End PBXSourcesBuildPhase section */
706706

707707
/* Begin PBXTargetDependency section */
708-
B0126A921F34330000C74F73 /* PBXTargetDependency */ = {
709-
isa = PBXTargetDependency;
710-
target = B0990F251F27578400D26557 /* WatchReminder Extension */;
711-
targetProxy = B0126A911F34330000C74F73 /* PBXContainerItemProxy */;
712-
};
713708
B02929571F26E79000AD0BC1 /* PBXTargetDependency */ = {
714709
isa = PBXTargetDependency;
715710
target = B029294B1F26E79000AD0BC1 /* TodayReminder */;
716711
targetProxy = B02929561F26E79000AD0BC1 /* PBXContainerItemProxy */;
717712
};
713+
B02FC5861F598B5700EAB6E6 /* PBXTargetDependency */ = {
714+
isa = PBXTargetDependency;
715+
target = B0990F251F27578400D26557 /* WatchReminder Extension */;
716+
targetProxy = B02FC5851F598B5700EAB6E6 /* PBXContainerItemProxy */;
717+
};
718718
B0990F391F27578400D26557 /* PBXTargetDependency */ = {
719719
isa = PBXTargetDependency;
720720
target = B0990F191F27578400D26557 /* WatchReminder */;
@@ -922,7 +922,7 @@
922922
isa = XCBuildConfiguration;
923923
baseConfigurationReference = 9E8E2A6B24D19E5804BE59DB /* Pods-BirthdayReminder.debug.xcconfig */;
924924
buildSettings = {
925-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
925+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
926926
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
927927
CODE_SIGN_ENTITLEMENTS = BirthdayReminder/BirthdayReminder.entitlements;
928928
DEVELOPMENT_TEAM = F248CK9C8M;
@@ -939,7 +939,7 @@
939939
isa = XCBuildConfiguration;
940940
baseConfigurationReference = BA622C34FD96AFBF6E0D84F6 /* Pods-BirthdayReminder.release.xcconfig */;
941941
buildSettings = {
942-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
942+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
943943
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
944944
CODE_SIGN_ENTITLEMENTS = BirthdayReminder/BirthdayReminder.entitlements;
945945
DEVELOPMENT_TEAM = F248CK9C8M;

0 commit comments

Comments
 (0)