Skip to content

Commit

Permalink
Update version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocasero committed Jun 20, 2019
1 parent 1319f21 commit e83bab3
Show file tree
Hide file tree
Showing 22 changed files with 411 additions and 307 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
osx_image: xcode10
language: swift
xcode_project: Panels.xcodeproj
xcode_project: Panels.xcodeproj
xcode_scheme: Panels-iOS
xcode_destination: platform=iOS Simulator,OS=12.0,name=iPhone X
11 changes: 5 additions & 6 deletions Example/Panels.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -263,17 +263,16 @@
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Panels_Example/Pods-Panels_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Panels/Panels.framework",
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Panels_Example/Pods-Panels_Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Panels.framework",
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Panels_Example/Pods-Panels_Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Panels_Example/Pods-Panels_Example-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Panels_Example/Pods-Panels_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
6 changes: 3 additions & 3 deletions Example/Panels/UI/MaterialPanel.storyboard
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="tCn-4d-2e5">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="tCn-4d-2e5">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand All @@ -27,7 +27,7 @@
<constraint firstItem="wRw-LW-DOR" firstAttribute="trailing" secondItem="umb-z3-2WO" secondAttribute="trailing" id="GQi-mJ-A8B"/>
<constraint firstItem="umb-z3-2WO" firstAttribute="top" secondItem="aho-wb-esQ" secondAttribute="top" id="h7N-GX-XDE"/>
<constraint firstItem="umb-z3-2WO" firstAttribute="leading" secondItem="wRw-LW-DOR" secondAttribute="leading" id="leo-GI-hAW"/>
<constraint firstItem="wRw-LW-DOR" firstAttribute="bottom" secondItem="umb-z3-2WO" secondAttribute="bottom" id="vrT-nk-gYg"/>
<constraint firstAttribute="bottom" secondItem="umb-z3-2WO" secondAttribute="bottom" id="vrT-nk-gYg"/>
</constraints>
<viewLayoutGuide key="safeArea" id="wRw-LW-DOR"/>
</view>
Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Panels (1.0.0)
- Panels (2.0.3)

DEPENDENCIES:
- Panels (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Panels: b45ddc95045bebed9449b13faf0fae30c1d78e82
Panels: 5e215dc6e0e90fb3aebb30c0527cc39ff94e4d8c

PODFILE CHECKSUM: 37a23b2f0e4c406277d40efab05492a5406ef942
PODFILE CHECKSUM: 98119cfc0f7e03db369dbb9b0b0662612e546cda

COCOAPODS: 1.5.3
COCOAPODS: 1.7.1
7 changes: 4 additions & 3 deletions Example/Pods/Local Podspecs/Panels.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e83bab3

Please sign in to comment.