Skip to content

Commit 4d6de40

Browse files
authored
Merge pull request #185 from Orderella/development
Added preferredWidth and new imagery
2 parents e5fd011 + 74068fb commit 4d6de40

File tree

87 files changed

+165
-121
lines changed

Some content is hidden

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

87 files changed

+165
-121
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
language: objective-c
2-
osx_image: xcode9
2+
osx_image: xcode9.1
33
env:
44
global:
55
- WORKSPACE=Example/PopupDialog.xcworkspace
66
- IOS_FRAMEWORK_SCHEME="PopupDialog-Example"
7-
- IOS_SDK=iphonesimulator11.0
7+
- IOS_SDK=iphonesimulator11.1
88
- EXAMPLE_SCHEME="PopupDialog-Example"
99
matrix:
10-
- DESTINATION="OS=11.0,name=iPhone 7 Plus" SIMNAME="com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus, 11.0" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="YES" POD_LINT="YES"
10+
- DESTINATION="OS=11.1,name=iPhone 7 Plus" SIMNAME="com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus, 11.1" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="YES" POD_LINT="YES"
1111
- DESTINATION="OS=10.2,name=iPhone 6" SIMNAME="com.apple.CoreSimulator.SimDeviceType.iPhone-6, 10.2" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="YES" POD_LINT="NO"
1212
- DESTINATION="OS=9.2,name=iPhone 5s" SIMNAME="com.apple.CoreSimulator.SimDeviceType.iPhone-5s, 9.2" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="YES" POD_LINT="NO"
13+
- DESTINATION="OS=11.1,name=iPad Air 2" SIMNAME="com.apple.CoreSimulator.SimDeviceType.iPad-Air-2, 11.1" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="YES" POD_LINT="NO"
1314
before_install:
1415
- npm install ios-sim -g
1516
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet

Assets/PopupDialog01.gif

-1.02 MB

Assets/PopupDialog02.gif

-1.65 MB

Assets/PopupDialog03.gif

-1.86 MB

Assets/PopupDialogDark01.png

111 KB

Assets/PopupDialogDark02.png

-4.79 KB

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PODS:
55
- FBSnapshotTestCase/SwiftSupport (2.1.4):
66
- FBSnapshotTestCase/Core
77
- Nimble (7.0.2)
8-
- PopupDialog (0.6.1)
8+
- PopupDialog (0.6.2)
99
- SwiftLint (0.24.0)
1010

1111
DEPENDENCIES:
@@ -29,7 +29,7 @@ CHECKOUT OPTIONS:
2929
SPEC CHECKSUMS:
3030
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
3131
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
32-
PopupDialog: 89e5f9eeb724de17438559f413e2f6d286d2b88d
32+
PopupDialog: 4249a2fa2c2552b99cc74b245544701714162ae4
3333
SwiftLint: a014c92b4664e8b13f380f8640a51bb1733778ba
3434

3535
PODFILE CHECKSUM: 7a27ac877c3a93aa83583a4625417841e72145e5

Example/Pods/Local Podspecs/PopupDialog.podspec.json

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

Example/Pods/Manifest.lock

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

0 commit comments

Comments
 (0)