|
@@ -162,6 +162,7 @@
|
|
|
A74322A422B8E7F60017C367 /* MyFollowAndFanHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A74322A322B8E7F60017C367 /* MyFollowAndFanHeaderView.swift */; };
|
|
|
A74322A922B900180017C367 /* CommunityFindFriendsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A74322A822B900180017C367 /* CommunityFindFriendsViewController.swift */; };
|
|
|
A74322AB22B900F00017C367 /* CommunityFindFriendsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A74322AA22B900F00017C367 /* CommunityFindFriendsView.swift */; };
|
|
|
+ A7464B6C23386521003CE3A0 /* PushConfigModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7464B6B23386521003CE3A0 /* PushConfigModel.swift */; };
|
|
|
A74D9D572327B54100F05C14 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A74D9D562327B54100F05C14 /* NotificationService.swift */; };
|
|
|
A74D9D5B2327B54100F05C14 /* NotificationService.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = A74D9D542327B54100F05C14 /* NotificationService.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
|
A74DF74922EAAF17007FB505 /* MJDIYFullScreenHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = A74DF74822EAAF17007FB505 /* MJDIYFullScreenHeader.swift */; };
|
|
@@ -813,6 +814,7 @@
|
|
|
A74322A322B8E7F60017C367 /* MyFollowAndFanHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyFollowAndFanHeaderView.swift; sourceTree = "<group>"; };
|
|
|
A74322A822B900180017C367 /* CommunityFindFriendsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityFindFriendsViewController.swift; sourceTree = "<group>"; };
|
|
|
A74322AA22B900F00017C367 /* CommunityFindFriendsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityFindFriendsView.swift; sourceTree = "<group>"; };
|
|
|
+ A7464B6B23386521003CE3A0 /* PushConfigModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PushConfigModel.swift; sourceTree = "<group>"; };
|
|
|
A74D9D542327B54100F05C14 /* NotificationService.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = NotificationService.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
A74D9D562327B54100F05C14 /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; };
|
|
|
A74D9D582327B54100F05C14 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
@@ -1808,6 +1810,7 @@
|
|
|
A7284402224DBE3500F82F30 /* UserModel */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A7464B6B23386521003CE3A0 /* PushConfigModel.swift */,
|
|
|
A78A5F7722FAC7F000DD1764 /* SetGenderModel.swift */,
|
|
|
A71CAB3622C9A40A00D908A8 /* TotalBeanModel.swift */,
|
|
|
A72623D622C26A2A00AEF875 /* MessageListModel.swift */,
|
|
@@ -5679,6 +5682,7 @@
|
|
|
A77BB4652329EF5A00DCAE32 /* NXLPermissionCamera.swift in Sources */,
|
|
|
BD108C9422A60C2100837DAB /* HGImageCollectionViewController.swift in Sources */,
|
|
|
A72A72AA22321DE000B21995 /* Log.swift in Sources */,
|
|
|
+ A7464B6C23386521003CE3A0 /* PushConfigModel.swift in Sources */,
|
|
|
BD61226A22C3595B00D3F513 /* AlivcEditUIConfig.m in Sources */,
|
|
|
A7D77DF122DDE6600048D5F6 /* UserMemberTotalBeanViewModel.swift in Sources */,
|
|
|
A7AA9F6522C63DCD0086498B /* CommunityFollowFeedModel.swift in Sources */,
|