Skip to content

Commit 05e7fcc

Browse files
authored
Merge pull request #112 from raspu/develop
Merge develop into master
2 parents bcf2d05 + b689299 commit 05e7fcc

372 files changed

Lines changed: 3943 additions & 3832 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.3.0 Release notes (2025-06-18)
2+
=============================================================
3+
4+
### Changes
5+
6+
* highlight.js updated to version 11.11.1
7+
* Removed Pod integration
8+
9+
### Bugfixes
10+
11+
* Made code more defensive
12+
113
2.1.0 Release notes (2018-3-7)
214
=============================================================
315

Example/Highlightr.xcodeproj/project.pbxproj

Lines changed: 66 additions & 141 deletions
Large diffs are not rendered by default.

Example/Highlightr.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Highlightr.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Highlightr/Base.lproj/LaunchScreen.xib

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
3+
<device id="retina6_12" orientation="portrait" appearance="light"/>
34
<dependencies>
45
<deployment identifier="iOS"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
6-
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
7+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
78
</dependencies>
89
<objects>
910
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
@@ -12,26 +13,17 @@
1213
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
1314
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1415
<subviews>
15-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 CocoaPods. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
16-
<rect key="frame" x="20" y="439" width="441" height="21"/>
17-
<fontDescription key="fontDescription" type="system" pointSize="17"/>
18-
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
19-
<nil key="highlightedColor"/>
20-
</label>
2116
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Highlightr" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
22-
<rect key="frame" x="20" y="140" width="441" height="43"/>
17+
<rect key="frame" x="20" y="160" width="441" height="43"/>
2318
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
24-
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
19+
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2520
<nil key="highlightedColor"/>
2621
</label>
2722
</subviews>
28-
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
23+
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2924
<constraints>
3025
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
3126
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
32-
<constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
33-
<constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
34-
<constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
3527
<constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
3628
</constraints>
3729
<nil key="simulatedStatusBarMetrics"/>

Example/Highlightr/SampleCode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import UIKit
99
import Highlightr
10-
import ActionSheetPicker_3_0
10+
import CoreActionSheetPicker
1111

1212
enum pickerSource : Int {
1313
case theme = 0

Highlightr-iOS copy-Info.plist

Lines changed: 0 additions & 24 deletions
This file was deleted.

Highlightr-macOS/Highlightr-macOS.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

Highlightr-macOS/Info.plist

Lines changed: 0 additions & 26 deletions
This file was deleted.

Highlightr.podspec

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)