Skip to content

Commit 8ed70f2

Browse files
pmmlocbaker6
andauthored
Fix SPM Issue: Remove duplicate playground page (#69)
* Remove duplicate page - Remove duplicate `<page name='10 - Cloud Code'/>` * Prep for new release * Make readme not point to broken version. Co-authored-by: Corey's iMac <[email protected]>
1 parent cb899a8 commit 8ed70f2

File tree

5 files changed

+18
-13
lines changed

5 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Parse-Swift Changelog
22

33
### main
4-
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.1.1...main)
4+
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.1.2...main)
55
* _Contributing to this repo? Add info about your change here to be included in next release_
66

7+
### 1.1.2
8+
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.1.1...1.1.2)
9+
10+
__Fixes__
11+
Installing via SPM crashes ([#69](https://github.com/parse-community/Parse-Swift/pull/69)), thanks to [pmmlo](https://github.com/pmmlo).
12+
713
### 1.1.1
814
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.1.0...1.1.1)
915

ParseSwift.playground/contents.xcplayground

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
<page name='8 - Pointers'/>
1212
<page name='9 - Files'/>
1313
<page name='10 - Cloud Code'/>
14-
<page name='10 - Cloud Code'/>
1514
<page name='11 - LiveQuery'/>
1615
<page name='12 - Roles and Relations'/>
1716
<page name='13 - Operations'/>
1817
<page name='14 - Config'/>
1918
</pages>
20-
</playground>
19+
</playground>

ParseSwift.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@
20552055
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
20562056
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
20572057
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
2058-
MARKETING_VERSION = 1.1.1;
2058+
MARKETING_VERSION = 1.1.2;
20592059
PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseSwift;
20602060
PRODUCT_NAME = ParseSwift;
20612061
SKIP_INSTALL = YES;
@@ -2077,7 +2077,7 @@
20772077
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
20782078
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
20792079
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
2080-
MARKETING_VERSION = 1.1.1;
2080+
MARKETING_VERSION = 1.1.2;
20812081
PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseSwift;
20822082
PRODUCT_NAME = ParseSwift;
20832083
SKIP_INSTALL = YES;
@@ -2141,7 +2141,7 @@
21412141
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
21422142
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
21432143
MACOSX_DEPLOYMENT_TARGET = 10.13;
2144-
MARKETING_VERSION = 1.1.1;
2144+
MARKETING_VERSION = 1.1.2;
21452145
PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseSwift;
21462146
PRODUCT_NAME = ParseSwift;
21472147
SDKROOT = macosx;
@@ -2165,7 +2165,7 @@
21652165
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
21662166
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
21672167
MACOSX_DEPLOYMENT_TARGET = 10.13;
2168-
MARKETING_VERSION = 1.1.1;
2168+
MARKETING_VERSION = 1.1.2;
21692169
PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseSwift;
21702170
PRODUCT_NAME = ParseSwift;
21712171
SDKROOT = macosx;
@@ -2310,7 +2310,7 @@
23102310
INFOPLIST_FILE = "ParseSwift-watchOS/Info.plist";
23112311
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
23122312
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
2313-
MARKETING_VERSION = 1.1.1;
2313+
MARKETING_VERSION = 1.1.2;
23142314
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
23152315
MTL_FAST_MATH = YES;
23162316
PRODUCT_BUNDLE_IDENTIFIER = "com.parse.ParseSwift-watchOS";
@@ -2338,7 +2338,7 @@
23382338
INFOPLIST_FILE = "ParseSwift-watchOS/Info.plist";
23392339
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
23402340
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
2341-
MARKETING_VERSION = 1.1.1;
2341+
MARKETING_VERSION = 1.1.2;
23422342
MTL_FAST_MATH = YES;
23432343
PRODUCT_BUNDLE_IDENTIFIER = "com.parse.ParseSwift-watchOS";
23442344
PRODUCT_NAME = ParseSwift;
@@ -2364,7 +2364,7 @@
23642364
INFOPLIST_FILE = "ParseSwift-tvOS/Info.plist";
23652365
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
23662366
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
2367-
MARKETING_VERSION = 1.1.1;
2367+
MARKETING_VERSION = 1.1.2;
23682368
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
23692369
MTL_FAST_MATH = YES;
23702370
PRODUCT_BUNDLE_IDENTIFIER = "com.parse.ParseSwift-tvOS";
@@ -2391,7 +2391,7 @@
23912391
INFOPLIST_FILE = "ParseSwift-tvOS/Info.plist";
23922392
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
23932393
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
2394-
MARKETING_VERSION = 1.1.1;
2394+
MARKETING_VERSION = 1.1.2;
23952395
MTL_FAST_MATH = YES;
23962396
PRODUCT_BUNDLE_IDENTIFIER = "com.parse.ParseSwift-tvOS";
23972397
PRODUCT_NAME = ParseSwift;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import PackageDescription
4444
let package = Package(
4545
name: "YOUR_PROJECT_NAME",
4646
dependencies: [
47-
.package(url: "https://github.com/parse-community/Parse-Swift", from: "1.1.1"),
47+
.package(url: "https://github.com/parse-community/Parse-Swift", from: "1.1.2"),
4848
]
4949
)
5050
```

Scripts/jazzy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bundle exec jazzy \
55
--author_url http://parseplatform.org \
66
--github_url https://github.com/parse-community/Parse-Swift \
77
--root-url http://parseplatform.org/Parse-Swift/api/ \
8-
--module-version 1.1.1 \
8+
--module-version 1.1.2 \
99
--theme fullwidth \
1010
--skip-undocumented \
1111
--output ./docs/api \

0 commit comments

Comments
 (0)