Skip to content

Commit

Permalink
Fixed type for supported text
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed Nov 12, 2021
1 parent 608bb97 commit 1606593
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions OC_Gen-X.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.2.3;
CURRENT_PROJECT_VERSION = 3.2.4;
DEVELOPMENT_TEAM = 5DG8PLV54H;
ENABLE_HARDENED_RUNTIME = YES;
EXCLUDED_ARCHS = arm64;
Expand All @@ -617,7 +617,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 3.2.3;
MARKETING_VERSION = 3.2.4;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.oc-gen-x.OC-Gen-X";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -634,7 +634,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.2.3;
CURRENT_PROJECT_VERSION = 3.2.4;
DEVELOPMENT_TEAM = 5DG8PLV54H;
ENABLE_HARDENED_RUNTIME = YES;
EXCLUDED_ARCHS = arm64;
Expand All @@ -654,7 +654,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 3.2.3;
MARKETING_VERSION = 3.2.4;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.oc-gen-x.OC-Gen-X";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions OC_Gen-X/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@
<autoresizingMask key="autoresizingMask"/>
<subviews>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Wcy-uw-NdK">
<rect key="frame" x="337" y="108" width="123" height="33"/>
<rect key="frame" x="336" y="108" width="125" height="33"/>
<buttonCell key="cell" type="push" title="Generate EFI" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="jnc-4n-FlM">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
Expand Down Expand Up @@ -1827,8 +1827,8 @@ Add watchdog=0 to disable WatchDog timer (if you get accidental reboots).</strin
</tabViewItems>
</tabView>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="JJY-uW-evJ">
<rect key="frame" x="562" y="145" width="217" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Supported OpenCore version: 0.7.4" id="c09-ms-Iid">
<rect key="frame" x="563" y="145" width="216" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Supported OpenCore version: 0.7.5" id="c09-ms-Iid">
<font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down

0 comments on commit 1606593

Please sign in to comment.