From b49a5179a45efe04533eee4c0a6a0b35113f2166 Mon Sep 17 00:00:00 2001 From: Nate Weaver Date: Wed, 8 Jul 2020 11:11:15 -0500 Subject: [PATCH] Move iOS entitlements file into the correct subdirectory --- Punycode.xcodeproj/project.pbxproj | 2 +- PunyCocoaTouch.entitlements => iOS/PunyCocoaTouch.entitlements | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename PunyCocoaTouch.entitlements => iOS/PunyCocoaTouch.entitlements (100%) diff --git a/Punycode.xcodeproj/project.pbxproj b/Punycode.xcodeproj/project.pbxproj index b3b21cc..33922f4 100644 --- a/Punycode.xcodeproj/project.pbxproj +++ b/Punycode.xcodeproj/project.pbxproj @@ -283,7 +283,6 @@ 29B97314FDCFA39411CA2CEA /* Punycode */ = { isa = PBXGroup; children = ( - B285065824B0426100D38235 /* PunyCocoaTouch.entitlements */, B30134611A964E2600AF6C4E /* LICENSE */, B30134621A964E2600AF6C4E /* README.md */, B29EC659228102AE00478825 /* Shared */, @@ -343,6 +342,7 @@ B2552E2922B134680015B473 /* LaunchScreen.storyboard */, B2552E2C22B134680015B473 /* Info.plist */, B2552E2D22B134680015B473 /* main.m */, + B285065824B0426100D38235 /* PunyCocoaTouch.entitlements */, ); path = iOS; sourceTree = ""; diff --git a/PunyCocoaTouch.entitlements b/iOS/PunyCocoaTouch.entitlements similarity index 100% rename from PunyCocoaTouch.entitlements rename to iOS/PunyCocoaTouch.entitlements