Browse Source

Remove Signing

Jon Fawcett 6 năm trước cách đây
mục cha
commit
62986addb7

+ 1 - 1
LoopFollow.xcodeproj/project.pbxproj

@@ -958,7 +958,7 @@
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CODE_SIGN_ENTITLEMENTS = "LoopFollow/Loop Follow.entitlements";
 				CODE_SIGN_ENTITLEMENTS = "LoopFollow/Loop Follow.entitlements";
 				CODE_SIGN_STYLE = Automatic;
 				CODE_SIGN_STYLE = Automatic;
-				DEVELOPMENT_TEAM = 96ZGUPW5TE;
+				DEVELOPMENT_TEAM = "";
 				INFOPLIST_FILE = LoopFollow/Info.plist;
 				INFOPLIST_FILE = LoopFollow/Info.plist;
 				LD_RUNPATH_SEARCH_PATHS = (
 				LD_RUNPATH_SEARCH_PATHS = (
 					"$(inherited)",
 					"$(inherited)",

+ 1 - 1
LoopFollow/Loop Follow.entitlements

@@ -4,7 +4,7 @@
 <dict>
 <dict>
 	<key>com.apple.security.application-groups</key>
 	<key>com.apple.security.application-groups</key>
 	<array>
 	<array>
-		<string>group.($unique_id).LoopFollow</string>
+		<string>group.$(unique_id).LoopFollow</string>
 	</array>
 	</array>
 </dict>
 </dict>
 </plist>
 </plist>