Skip to content

Commit e4e0b28

Browse files
committed
Release 1.0.0
1 parent 1915f6f commit e4e0b28

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

PageView.xcodeproj/project.pbxproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,14 @@
104104
name = Products;
105105
sourceTree = BUILT_PRODUCTS_DIR;
106106
};
107-
OBJ_5 /* */ = {
107+
OBJ_5 = {
108108
isa = PBXGroup;
109109
children = (
110110
OBJ_6 /* Package.swift */,
111111
OBJ_7 /* Sources */,
112112
OBJ_11 /* Tests */,
113113
OBJ_15 /* Products */,
114114
);
115-
name = "";
116115
sourceTree = "<group>";
117116
};
118117
OBJ_7 /* Sources */ = {
@@ -191,7 +190,7 @@
191190
knownRegions = (
192191
en,
193192
);
194-
mainGroup = OBJ_5 /* */;
193+
mainGroup = OBJ_5;
195194
productRefGroup = OBJ_15 /* Products */;
196195
projectDirPath = "";
197196
projectRoot = "";
@@ -262,7 +261,7 @@
262261
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
263262
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
264263
MACOSX_DEPLOYMENT_TARGET = 10.15;
265-
MARKETING_VERSION = 0.1;
264+
MARKETING_VERSION = 1.0.0;
266265
OTHER_CFLAGS = "$(inherited)";
267266
OTHER_LDFLAGS = "$(inherited)";
268267
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -292,7 +291,7 @@
292291
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
293292
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
294293
MACOSX_DEPLOYMENT_TARGET = 10.15;
295-
MARKETING_VERSION = 0.1;
294+
MARKETING_VERSION = 1.0.0;
296295
OTHER_CFLAGS = "$(inherited)";
297296
OTHER_LDFLAGS = "$(inherited)";
298297
OTHER_SWIFT_FLAGS = "$(inherited)";

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Package requires iOS 13, watchOS 6 and Xcode 11.
1818

1919
For Swift Package Manager add the following package to your Package.swift:
2020
```swift
21-
.package(url: "https://github.com/fredyshox/PageView.git", .upToNextMajor(from: "0.1")),
21+
.package(url: "https://github.com/fredyshox/PageView.git", .upToNextMajor(from: "1.0.0")),
2222
```
2323

2424
### Carthage
2525

2626

2727
Carthage is also supported, add FormView by adding to Cartfile:
2828
```
29-
github "fredyshox/PageView" ~> 0.1
29+
github "fredyshox/PageView" ~> 1.0.0
3030
```
3131

3232
## Demo

0 commit comments

Comments
 (0)