Skip to content

Commit

Permalink
Holiday update, enjoy ✈️
Browse files Browse the repository at this point in the history
Added feature request by @Arksavka_JDM :)
MagicCFG can reenable FaceTime now, deactivated on UAE iPhones.
Added another easter egg, let's wait and see if you can find it...
Anyway, enjoy :)
  • Loading branch information
j4nf4b3l committed Sep 2, 2022
1 parent 3a15389 commit 3a68058
Show file tree
Hide file tree
Showing 8 changed files with 834 additions and 48 deletions.
38 changes: 31 additions & 7 deletions MagicCFG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
E4214CF624A63C5900763B57 /* devices.json in Resources */ = {isa = PBXBuildFile; fileRef = E4214CF524A63C5900763B57 /* devices.json */; };
E424D52D2493C3F300ECE732 /* ORSSerial in Frameworks */ = {isa = PBXBuildFile; productRef = E424D52C2493C3F300ECE732 /* ORSSerial */; };
E445927E24A6A06500605197 /* InfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E445927D24A6A06500605197 /* InfoViewController.swift */; };
E44DEE7528C2003C002774DE /* DumpSysCFGVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = E44DEE7428C2003C002774DE /* DumpSysCFGVC.swift */; };
E44DEE7828C201D4002774DE /* Menu in Frameworks */ = {isa = PBXBuildFile; productRef = E44DEE7728C201D4002774DE /* Menu */; };
E453527928534B1300FB285E /* BTNS.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E453527828534B1300FB285E /* BTNS.xcassets */; };
E4793E072492B934000ED452 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4793E062492B934000ED452 /* AppDelegate.swift */; };
E4793E0B2492B936000ED452 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E4793E0A2492B936000ED452 /* Assets.xcassets */; };
Expand All @@ -28,6 +30,7 @@
E417CC68249EBA2000876CD7 /* StartViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StartViewController.swift; sourceTree = "<group>"; };
E4214CF524A63C5900763B57 /* devices.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = devices.json; sourceTree = "<group>"; };
E445927D24A6A06500605197 /* InfoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoViewController.swift; sourceTree = "<group>"; };
E44DEE7428C2003C002774DE /* DumpSysCFGVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DumpSysCFGVC.swift; sourceTree = "<group>"; };
E45064382855DC390012A238 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
E45064392855DC390012A238 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
E453527828534B1300FB285E /* BTNS.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = BTNS.xcassets; sourceTree = "<group>"; };
Expand All @@ -52,6 +55,7 @@
buildActionMask = 2147483647;
files = (
E424D52D2493C3F300ECE732 /* ORSSerial in Frameworks */,
E44DEE7828C201D4002774DE /* Menu in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -98,6 +102,7 @@
E453527828534B1300FB285E /* BTNS.xcassets */,
E4214CF524A63C5900763B57 /* devices.json */,
E4793E0C2492B936000ED452 /* Main.storyboard */,
E44DEE7428C2003C002774DE /* DumpSysCFGVC.swift */,
E445927D24A6A06500605197 /* InfoViewController.swift */,
E4505E1324CB724200949905 /* Exensions&shit */,
E4793E0F2492B936000ED452 /* Info.plist */,
Expand Down Expand Up @@ -134,6 +139,7 @@
name = MagicCFG;
packageProductDependencies = (
E424D52C2493C3F300ECE732 /* ORSSerial */,
E44DEE7728C201D4002774DE /* Menu */,
);
productName = MagicCFG;
productReference = E4793E032492B934000ED452 /* MagicCFG.app */;
Expand Down Expand Up @@ -166,6 +172,7 @@
mainGroup = E4793DFA2492B934000ED452;
packageReferences = (
E424D52B2493C3F300ECE732 /* XCRemoteSwiftPackageReference "ORSSerialPort" */,
E44DEE7628C201D4002774DE /* XCRemoteSwiftPackageReference "Menu" */,
);
productRefGroup = E4793E042492B934000ED452 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -221,6 +228,7 @@
E48B41DF25974E040091370B /* YBFileLogger.swift in Sources */,
E48B41E025974E040091370B /* YBLoggerConfiguration.swift in Sources */,
E48B41E125974E040091370B /* YBLogger.swift in Sources */,
E44DEE7528C2003C002774DE /* DumpSysCFGVC.swift in Sources */,
E417CC6A249EBA2000876CD7 /* StartViewController.swift in Sources */,
E4793E072492B934000ED452 /* AppDelegate.swift in Sources */,
E445927E24A6A06500605197 /* InfoViewController.swift in Sources */,
Expand Down Expand Up @@ -366,9 +374,9 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20082022;
CURRENT_PROJECT_VERSION = 02092022;
DEVELOPMENT_TEAM = APU8P3QF97;
ENABLE_HARDENED_RUNTIME = NO;
ENABLE_HARDENED_RUNTIME = YES;
EXCLUDED_ARCHS = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -391,7 +399,8 @@
"$(PROJECT_DIR)/MagicCFG",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = "Reloaded, OSV (v2.0)";
MARKETING_VERSION = "Reloaded, OSV (v2.1)";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.magiccfg.MagicCFGReloaded;
PRODUCT_NAME = "$(TARGET_NAME)";
REEXPORTED_LIBRARY_PATHS = "";
Expand All @@ -411,14 +420,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20082022;
CURRENT_PROJECT_VERSION = 02092022;
DEVELOPMENT_TEAM = APU8P3QF97;
ENABLE_HARDENED_RUNTIME = NO;
ENABLE_HARDENED_RUNTIME = YES;
EXCLUDED_ARCHS = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
GCC_OPTIMIZATION_LEVEL = 0;
HEADER_SEARCH_PATHS = (
"$(inherited)",
/usr/local/include,
Expand All @@ -436,13 +446,14 @@
"$(PROJECT_DIR)/MagicCFG",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = "Reloaded, OSV (v2.0)";
ONLY_ACTIVE_ARCH = YES;
MARKETING_VERSION = "Reloaded, OSV (v2.1)";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.magiccfg.MagicCFGReloaded;
PRODUCT_NAME = "$(TARGET_NAME)";
REEXPORTED_LIBRARY_PATHS = "";
SWIFT_INSTALL_OBJC_HEADER = NO;
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
};
name = Release;
Expand Down Expand Up @@ -479,6 +490,14 @@
minimumVersion = 2.1.0;
};
};
E44DEE7628C201D4002774DE /* XCRemoteSwiftPackageReference "Menu" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/iSapozhnik/Menu";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand All @@ -487,6 +506,11 @@
package = E424D52B2493C3F300ECE732 /* XCRemoteSwiftPackageReference "ORSSerialPort" */;
productName = ORSSerial;
};
E44DEE7728C201D4002774DE /* Menu */ = {
isa = XCSwiftPackageProductDependency;
package = E44DEE7628C201D4002774DE /* XCRemoteSwiftPackageReference "Menu" */;
productName = Menu;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = E4793DFB2492B934000ED452 /* Project object */;
Expand Down
24 changes: 24 additions & 0 deletions MagicCFG/BTNS.xcassets/flash_syscfg_xconfig.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "flash_syscfg_xconfig.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "start_syscfg_extraction.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions MagicCFG/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1689,24 +1689,27 @@ by J4NF4 &amp; ZAO_SHEN</string>
</connections>
</button>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="NS3-bb-Zdx">
<rect key="frame" x="236" y="593" width="132" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Reloaded, OSV (v2.0)" id="1ss-aL-f71">
<rect key="frame" x="236" y="593" width="130" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Reloaded, OSV (v2.1)" id="1ss-aL-f71">
<font key="font" metaFont="systemLight" size="13"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="y27-5C-wSn">
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="y27-5C-wSn">
<rect key="frame" x="778" y="435" width="176" height="33"/>
<constraints>
<constraint firstAttribute="width" constant="176" id="0hw-48-8bS"/>
<constraint firstAttribute="height" constant="33" id="6dk-ab-05h"/>
</constraints>
<buttonCell key="cell" type="square" title="Advanced Diagnostics" bezelStyle="shadowlessSquare" image="btn_tmplate" imagePosition="overlaps" alignment="center" imageScaling="proportionallyDown" inset="2" id="dpo-qj-W2s">
<buttonCell key="cell" type="square" title="Fix Facetime (e.g. UAE)" bezelStyle="shadowlessSquare" image="btn_tmplate" imagePosition="overlaps" alignment="center" imageScaling="proportionallyDown" inset="2" id="dpo-qj-W2s">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<color key="contentTintColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<connections>
<action selector="fixFacetime:" target="XfG-lQ-9wD" id="KTM-17-bNN"/>
</connections>
</button>
</subviews>
<constraints>
Expand Down
Loading

0 comments on commit 3a68058

Please sign in to comment.