Skip to content

Commit fb84c7a

Browse files
committed
Add newest mail plugin ids
1 parent 51c849e commit fb84c7a

File tree

2 files changed

+44
-8
lines changed

2 files changed

+44
-8
lines changed

AltPlugin/Info.plist

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,41 @@
167167
<string>A4B49485-0377-4FAB-8D8E-E3B8018CFC21</string>
168168
<string>890E3F5B-9490-4828-8F3F-B6561E513FCC</string>
169169
</array>
170+
<key>Supported13.1PluginCompatibilityUUIDs</key>
171+
<array>
172+
<string>890E3F5B-9490-4828-8F3F-B6561E513FCC</string>
173+
</array>
174+
<key>Supported13.2PluginCompatibilityUUIDs</key>
175+
<array>
176+
<string>890E3F5B-9490-4828-8F3F-B6561E513FCC</string>
177+
</array>
178+
<key>Supported13.3PluginCompatibilityUUIDs</key>
179+
<array>
180+
<string>890E3F5B-9490-4828-8F3F-B6561E513FCC</string>
181+
</array>
182+
<key>Supported13.4PluginCompatibilityUUIDs</key>
183+
<array>
184+
<string>890E3F5B-9490-4828-8F3F-B6561E513FCC</string>
185+
</array>
186+
<key>Supported13.5PluginCompatibilityUUIDs</key>
187+
<array>
188+
<string>890E3F5B-9490-4828-8F3F-B6561E513FCC</string>
189+
</array>
190+
<key>Supported13.6PluginCompatibilityUUIDs</key>
191+
<array>
192+
<string>890E3F5B-9490-4828-8F3F-B6561E513FCC</string>
193+
</array>
194+
<key>Supported13.7PluginCompatibilityUUIDs</key>
195+
<array>
196+
<string>890E3F5B-9490-4828-8F3F-B6561E513FCC</string>
197+
</array>
198+
<key>Supported13.8PluginCompatibilityUUIDs</key>
199+
<array>
200+
<string>890E3F5B-9490-4828-8F3F-B6561E513FCC</string>
201+
</array>
202+
<key>Supported13.9PluginCompatibilityUUIDs</key>
203+
<array>
204+
<string>890E3F5B-9490-4828-8F3F-B6561E513FCC</string>
205+
</array>
170206
</dict>
171207
</plist>

AltStore.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
0380808828C6E03800C653E1 /* userpref.c in Sources */ = {isa = PBXBuildFile; fileRef = 0380808728C6E03800C653E1 /* userpref.c */; };
1110
0380808A28C6E10300C653E1 /* libimobiledevice.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BF45872B2298D31600BD7491 /* libimobiledevice.a */; };
12-
03C6DA9828C6E2AC002B2779 /* userpref.h in Headers */ = {isa = PBXBuildFile; fileRef = 0380808928C6E03900C653E1 /* userpref.h */; };
11+
03ACA62D2942527D00AC9F17 /* userpref.c in Sources */ = {isa = PBXBuildFile; fileRef = 03ACA62B2942527D00AC9F17 /* userpref.c */; };
12+
03ACA62E2942527D00AC9F17 /* userpref.h in Headers */ = {isa = PBXBuildFile; fileRef = 03ACA62C2942527D00AC9F17 /* userpref.h */; };
1313
B3C395FC284F3B2400DA9E2F /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = B3C395FB284F3B2400DA9E2F /* Sparkle */; };
1414
B3C395FF284F3C0900DA9E2F /* STPrivilegedTask in Frameworks */ = {isa = PBXBuildFile; productRef = B3C395FE284F3C0900DA9E2F /* STPrivilegedTask */; };
1515
BF0241AA22F29CCD00129732 /* UserDefaults+AltServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0241A922F29CCD00129732 /* UserDefaults+AltServer.swift */; };
@@ -205,8 +205,8 @@
205205
/* End PBXCopyFilesBuildPhase section */
206206

207207
/* Begin PBXFileReference section */
208-
0380808728C6E03800C653E1 /* userpref.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = userpref.c; sourceTree = SOURCE_ROOT; };
209-
0380808928C6E03900C653E1 /* userpref.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = userpref.h; sourceTree = SOURCE_ROOT; };
208+
03ACA62B2942527D00AC9F17 /* userpref.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = userpref.c; path = Dependencies/libimobiledevice/src/userpref.c; sourceTree = SOURCE_ROOT; };
209+
03ACA62C2942527D00AC9F17 /* userpref.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = userpref.h; path = Dependencies/libimobiledevice/src/userpref.h; sourceTree = SOURCE_ROOT; };
210210
B3146EC5284F57EF00BBC3FD /* AltSign */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = AltSign; path = Dependencies/AltSign; sourceTree = "<group>"; };
211211
B3C39606284F4C8400DA9E2F /* CodeSigning.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = CodeSigning.xcconfig; sourceTree = "<group>"; };
212212
B3C39607284F4C8400DA9E2F /* Build.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Build.xcconfig; sourceTree = "<group>"; };
@@ -489,8 +489,6 @@
489489
children = (
490490
BF4588282298D3B400BD7491 /* common */,
491491
BF4587D72298D3A800BD7491 /* afc.c */,
492-
0380808728C6E03800C653E1 /* userpref.c */,
493-
0380808928C6E03900C653E1 /* userpref.h */,
494492
BF4587EC2298D3AA00BD7491 /* afc.h */,
495493
BF4587DF2298D3A900BD7491 /* debugserver.c */,
496494
BF4587DE2298D3A900BD7491 /* debugserver.h */,
@@ -504,6 +502,8 @@
504502
BF4587E02298D3A900BD7491 /* heartbeat.h */,
505503
BF4587EB2298D3AA00BD7491 /* house_arrest.c */,
506504
BF4587E22298D3A900BD7491 /* house_arrest.h */,
505+
03ACA62B2942527D00AC9F17 /* userpref.c */,
506+
03ACA62C2942527D00AC9F17 /* userpref.h */,
507507
BF4587F12298D3AA00BD7491 /* idevice.c */,
508508
BF4587D52298D3A800BD7491 /* idevice.h */,
509509
BF4587D92298D3A900BD7491 /* installation_proxy.c */,
@@ -797,7 +797,6 @@
797797
buildActionMask = 2147483647;
798798
files = (
799799
BF4588112298D3AB00BD7491 /* misagent.h in Headers */,
800-
03C6DA9828C6E2AC002B2779 /* userpref.h in Headers */,
801800
BF4588042298D3AB00BD7491 /* lockdown.h in Headers */,
802801
BF4588402298D3F800BD7491 /* collection.h in Headers */,
803802
BF45880B2298D3AB00BD7491 /* mobilesync.h in Headers */,
@@ -813,6 +812,7 @@
813812
BF4588202298D3AB00BD7491 /* mobile_image_mounter.h in Headers */,
814813
BF4588122298D3AB00BD7491 /* house_arrest.h in Headers */,
815814
BF45881F2298D3AB00BD7491 /* device_link_service.h in Headers */,
815+
03ACA62E2942527D00AC9F17 /* userpref.h in Headers */,
816816
BFD52C1A22A1A9CB000B7ED1 /* time64_limits.h in Headers */,
817817
BF45880E2298D3AB00BD7491 /* debugserver.h in Headers */,
818818
BF45884B2298D55000BD7491 /* thread.h in Headers */,
@@ -1120,7 +1120,7 @@
11201120
BFD52C1722A1A9CB000B7ED1 /* Key.cpp in Sources */,
11211121
BF45880D2298D3AB00BD7491 /* mobilebackup.c in Sources */,
11221122
BFD52C0C22A1A9CB000B7ED1 /* Date.cpp in Sources */,
1123-
0380808828C6E03800C653E1 /* userpref.c in Sources */,
1123+
03ACA62D2942527D00AC9F17 /* userpref.c in Sources */,
11241124
BFD52C0A22A1A9CB000B7ED1 /* plist.c in Sources */,
11251125
BFD52C1322A1A9CB000B7ED1 /* Data.cpp in Sources */,
11261126
BF45883A2298D3C100BD7491 /* debug.c in Sources */,

0 commit comments

Comments
 (0)