Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions AltStore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
2A77E3D272F3D92436FAC272 /* Pods_AltStore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9EEAA842DA87A88A870053B /* Pods_AltStore.framework */; };
490AA7572EDF96B300AAE70B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 490AA7552EDF96B300AAE70B /* Localizable.strings */; };
82CB1FB32EBABB0100C8E822 /* AppIcon.icon in Resources */ = {isa = PBXBuildFile; fileRef = 82CB1FB22EBABB0100C8E822 /* AppIcon.icon */; };
A8BCEBEAC0620CF80A2FD26D /* Pods_AltServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC3822AB1C4CF1D4CDF7445D /* Pods_AltServer.framework */; };
BF02419622F2199300129732 /* RefreshAttemptsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF02419522F2199300129732 /* RefreshAttemptsViewController.swift */; };
Expand Down Expand Up @@ -697,6 +698,9 @@

/* Begin PBXFileReference section */
11611D46F8A7C8B928E8156B /* Pods-AltServer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AltServer.debug.xcconfig"; path = "Target Support Files/Pods-AltServer/Pods-AltServer.debug.xcconfig"; sourceTree = "<group>"; };
490AA7562EDF96B300AAE70B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
490AA75C2EDF9A2000AAE70B /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
490AA7642EDF9AF700AAE70B /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
589BA531D903B28F292063E5 /* Pods-AltServer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AltServer.release.xcconfig"; path = "Target Support Files/Pods-AltServer/Pods-AltServer.release.xcconfig"; sourceTree = "<group>"; };
82CB1FB22EBABB0100C8E822 /* AppIcon.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = AppIcon.icon; sourceTree = "<group>"; };
A136EE677716B80768E9F0A2 /* Pods-AltStore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AltStore.release.xcconfig"; path = "Target Support Files/Pods-AltStore/Pods-AltStore.release.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2083,6 +2087,7 @@
BF770E6822BD57DD002A40FE /* Silence.m4a */,
D50F7FF02C5BFEE70064F7CE /* PrivacyInfo.xcprivacy */,
D5784E3E2CC2E67B00DAC00E /* AltMarketplace.cer */,
490AA7552EDF96B300AAE70B /* Localizable.strings */,
82CB1FB22EBABB0100C8E822 /* AppIcon.icon */,
D5B15D422ECE664000F8E797 /* Localizable.xcstrings */,
);
Expand Down Expand Up @@ -2905,6 +2910,7 @@
knownRegions = (
en,
Base,
fr,
ja,
);
mainGroup = BFD247612284B9A500981D42;
Expand Down Expand Up @@ -2999,6 +3005,7 @@
BF770E6922BD57DD002A40FE /* Silence.m4a in Resources */,
BFD247772284B9A700981D42 /* Assets.xcassets in Resources */,
D5784E3F2CC2E67B00DAC00E /* AltMarketplace.cer in Resources */,
490AA7572EDF96B300AAE70B /* Localizable.strings in Resources */,
D551D03A2EE8C57D00027F33 /* AboutPatreonHeaderView.xib in Resources */,
BFB6B22423187A3D0022A802 /* NewsCollectionViewCell.xib in Resources */,
D50F7FF12C5BFEE70064F7CE /* PrivacyInfo.xcprivacy in Resources */,
Expand Down Expand Up @@ -3043,10 +3050,14 @@
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-AltStore/Pods-AltStore-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-AltStore/Pods-AltStore-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AltStore/Pods-AltStore-frameworks.sh\"\n";
Expand All @@ -3060,10 +3071,14 @@
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-AltServer/Pods-AltServer-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-AltServer/Pods-AltServer-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AltServer/Pods-AltServer-frameworks.sh\"\n";
Expand Down Expand Up @@ -3663,6 +3678,16 @@
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
490AA7552EDF96B300AAE70B /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
490AA7562EDF96B300AAE70B /* en */,
490AA75C2EDF9A2000AAE70B /* fr */,
490AA7642EDF9AF700AAE70B /* ja */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
BF458695229872EA00BD7491 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
Expand Down
Loading