diff --git a/wowmate.xcodeproj/project.pbxproj b/wowmate.xcodeproj/project.pbxproj index fefdebf..4719670 100644 --- a/wowmate.xcodeproj/project.pbxproj +++ b/wowmate.xcodeproj/project.pbxproj @@ -104,6 +104,7 @@ A2446CCD29992FF9008EBED6 /* SearchManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SearchManager.swift; path = wowmate/Scenes/Auth/SearchManager.swift; sourceTree = SOURCE_ROOT; }; A24FB96D2980370D003FBD0C /* Post.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Post.swift; sourceTree = ""; }; A2B969D429AB572A006119B1 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; + A2B969DD29AB5D4F006119B1 /* wowmate.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = wowmate.entitlements; sourceTree = ""; }; A2D08E4B296A9B58008DD3FA /* User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = ""; }; A2D28F4329852B1B00A7D4EC /* JoinVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JoinVC.swift; sourceTree = ""; }; A2D28F4429852B1B00A7D4EC /* JoinViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JoinViewController.swift; sourceTree = ""; }; @@ -268,6 +269,7 @@ A2E2A8DE2969C7310055B5D2 /* wowmate */ = { isa = PBXGroup; children = ( + A2B969DD29AB5D4F006119B1 /* wowmate.entitlements */, A2E2A8F32969C73B0055B5D2 /* App */, A2E2A8F42969C83E0055B5D2 /* Global */, A2E2A8ED2969C7330055B5D2 /* Info.plist */, @@ -806,6 +808,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = wowmate/wowmate.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = F7B353LPM3; @@ -841,6 +844,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = wowmate/wowmate.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = F7B353LPM3; diff --git a/wowmate/Info.plist b/wowmate/Info.plist index 591bdf6..3bd0283 100644 --- a/wowmate/Info.plist +++ b/wowmate/Info.plist @@ -21,5 +21,9 @@ + UIBackgroundModes + + remote-notification + diff --git a/wowmate/wowmate.entitlements b/wowmate/wowmate.entitlements new file mode 100644 index 0000000..903def2 --- /dev/null +++ b/wowmate/wowmate.entitlements @@ -0,0 +1,8 @@ + + + + + aps-environment + development + +