|
@@ -795,12 +795,12 @@
|
|
|
A73A56DA22DC9AB5004920FE /* UpdateVersionModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UpdateVersionModel.swift; sourceTree = "<group>"; };
|
|
|
A73A56DD22DC9CCE004920FE /* UpdateVersionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateVersionManager.swift; sourceTree = "<group>"; };
|
|
|
A73D7C672268A032002A4CE3 /* SwiftyStarRatingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyStarRatingView.swift; sourceTree = "<group>"; };
|
|
|
- A7414488232F22C00062FB6F /* NotificationService.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = NotificationService.entitlements; sourceTree = "<group>"; };
|
|
|
A74144A6232F28370062FB6F /* PublishConfirmPhotoNewViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishConfirmPhotoNewViewController.swift; sourceTree = "<group>"; };
|
|
|
A74144A8232F8BF40062FB6F /* PublishNewVideoPhotoSetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishNewVideoPhotoSetView.swift; sourceTree = "<group>"; };
|
|
|
A74144AB23306EA90062FB6F /* RongCloudIMManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RongCloudIMManager.swift; sourceTree = "<group>"; };
|
|
|
A742C08B2325E8E40043184E /* PublishNewAuthorizationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishNewAuthorizationView.swift; sourceTree = "<group>"; };
|
|
|
A742C0912325F7820043184E /* PublishNewViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishNewViewModel.swift; sourceTree = "<group>"; };
|
|
|
+ A742C48723352A4500BBF8DD /* NotificationService.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = NotificationService.entitlements; sourceTree = "<group>"; };
|
|
|
A743229322B88ED30017C367 /* EnumMacro.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnumMacro.swift; sourceTree = "<group>"; };
|
|
|
A743229A22B8C1510017C367 /* AppStoreManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppStoreManager.swift; sourceTree = "<group>"; };
|
|
|
A743229F22B8D1F30017C367 /* MyFollowAndFanViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyFollowAndFanViewController.swift; sourceTree = "<group>"; };
|
|
@@ -2316,7 +2316,7 @@
|
|
|
A74D9D552327B54100F05C14 /* NotificationService */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- A7414488232F22C00062FB6F /* NotificationService.entitlements */,
|
|
|
+ A742C48723352A4500BBF8DD /* NotificationService.entitlements */,
|
|
|
A74D9D562327B54100F05C14 /* NotificationService.swift */,
|
|
|
A74D9D582327B54100F05C14 /* Info.plist */,
|
|
|
);
|
|
@@ -5148,7 +5148,7 @@
|
|
|
CreatedOnToolsVersion = 10.3;
|
|
|
SystemCapabilities = {
|
|
|
com.apple.Push = {
|
|
|
- enabled = 0;
|
|
|
+ enabled = 1;
|
|
|
};
|
|
|
};
|
|
|
};
|
|
@@ -5938,6 +5938,7 @@
|
|
|
MARKETING_VERSION = 1.0.2;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.uptoyo.uptoyo.NotificationService;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ PROVISIONING_PROFILE_SPECIFIER = "";
|
|
|
SKIP_INSTALL = YES;
|
|
|
SUPPORTS_MACCATALYST = NO;
|
|
|
SWIFT_VERSION = 5.0;
|
|
@@ -5963,6 +5964,7 @@
|
|
|
MARKETING_VERSION = 1.0.2;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.uptoyo.uptoyo.NotificationService;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ PROVISIONING_PROFILE_SPECIFIER = "";
|
|
|
SKIP_INSTALL = YES;
|
|
|
SUPPORTS_MACCATALYST = NO;
|
|
|
SWIFT_VERSION = 5.0;
|