Skip to content

Commit 8e476c2

Browse files
committed
Prepare version 1.1.0
1 parent 4f4e607 commit 8e476c2

File tree

11 files changed

+80
-75
lines changed

11 files changed

+80
-75
lines changed

Example/ChatExample.xcodeproj/project.pbxproj

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
607FACCC1AFB9204008FA782 /* Sources */,
108108
607FACCD1AFB9204008FA782 /* Frameworks */,
109109
607FACCE1AFB9204008FA782 /* Resources */,
110-
46A2F112C80F7208543464C4 /* [CP] Embed Pods Frameworks */,
110+
A959B7F2BBF55BED0C23646C /* [CP] Embed Pods Frameworks */,
111111
);
112112
buildRules = (
113113
);
@@ -139,6 +139,7 @@
139139
developmentRegion = English;
140140
hasScannedForEncodings = 0;
141141
knownRegions = (
142+
English,
142143
en,
143144
Base,
144145
);
@@ -166,46 +167,46 @@
166167
/* End PBXResourcesBuildPhase section */
167168

168169
/* Begin PBXShellScriptBuildPhase section */
169-
46A2F112C80F7208543464C4 /* [CP] Embed Pods Frameworks */ = {
170+
5E85982AC2A6731C6AF1412C /* [CP] Check Pods Manifest.lock */ = {
170171
isa = PBXShellScriptBuildPhase;
171172
buildActionMask = 2147483647;
172173
files = (
173174
);
174-
inputFileListPaths = (
175-
);
176175
inputPaths = (
177-
"${SRCROOT}/Pods/Target Support Files/Pods-ChatExample/Pods-ChatExample-frameworks.sh",
178-
"${BUILT_PRODUCTS_DIR}/Starscream/Starscream.framework",
179-
"${BUILT_PRODUCTS_DIR}/SwiftPhoenixClient/SwiftPhoenixClient.framework",
180-
);
181-
name = "[CP] Embed Pods Frameworks";
182-
outputFileListPaths = (
176+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
177+
"${PODS_ROOT}/Manifest.lock",
183178
);
179+
name = "[CP] Check Pods Manifest.lock";
184180
outputPaths = (
185-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Starscream.framework",
186-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftPhoenixClient.framework",
181+
"$(DERIVED_FILE_DIR)/Pods-ChatExample-checkManifestLockResult.txt",
187182
);
188183
runOnlyForDeploymentPostprocessing = 0;
189184
shellPath = /bin/sh;
190-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ChatExample/Pods-ChatExample-frameworks.sh\"\n";
185+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
191186
showEnvVarsInLog = 0;
192187
};
193-
5E85982AC2A6731C6AF1412C /* [CP] Check Pods Manifest.lock */ = {
188+
A959B7F2BBF55BED0C23646C /* [CP] Embed Pods Frameworks */ = {
194189
isa = PBXShellScriptBuildPhase;
195190
buildActionMask = 2147483647;
196191
files = (
197192
);
193+
inputFileListPaths = (
194+
);
198195
inputPaths = (
199-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
200-
"${PODS_ROOT}/Manifest.lock",
196+
"${SRCROOT}/Pods/Target Support Files/Pods-ChatExample/Pods-ChatExample-frameworks.sh",
197+
"${BUILT_PRODUCTS_DIR}/Starscream/Starscream.framework",
198+
"${BUILT_PRODUCTS_DIR}/SwiftPhoenixClient/SwiftPhoenixClient.framework",
199+
);
200+
name = "[CP] Embed Pods Frameworks";
201+
outputFileListPaths = (
201202
);
202-
name = "[CP] Check Pods Manifest.lock";
203203
outputPaths = (
204-
"$(DERIVED_FILE_DIR)/Pods-ChatExample-checkManifestLockResult.txt",
204+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Starscream.framework",
205+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftPhoenixClient.framework",
205206
);
206207
runOnlyForDeploymentPostprocessing = 0;
207208
shellPath = /bin/sh;
208-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
209+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ChatExample/Pods-ChatExample-frameworks.sh\"\n";
209210
showEnvVarsInLog = 0;
210211
};
211212
/* End PBXShellScriptBuildPhase section */
@@ -284,6 +285,7 @@
284285
ONLY_ACTIVE_ARCH = YES;
285286
SDKROOT = iphoneos;
286287
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
288+
SWIFT_VERSION = 5.0;
287289
};
288290
name = Debug;
289291
};
@@ -329,6 +331,7 @@
329331
MTL_ENABLE_DEBUG_INFO = NO;
330332
SDKROOT = iphoneos;
331333
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
334+
SWIFT_VERSION = 5.0;
332335
VALIDATE_PRODUCT = YES;
333336
};
334337
name = Release;
@@ -345,7 +348,6 @@
345348
MODULE_NAME = ExampleApp;
346349
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.SwiftPhoenixClient-Example";
347350
PRODUCT_NAME = "$(TARGET_NAME)";
348-
SWIFT_VERSION = 4.0;
349351
};
350352
name = Debug;
351353
};
@@ -361,7 +363,6 @@
361363
MODULE_NAME = ExampleApp;
362364
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.SwiftPhoenixClient-Example";
363365
PRODUCT_NAME = "$(TARGET_NAME)";
364-
SWIFT_VERSION = 4.0;
365366
};
366367
name = Release;
367368
};

Example/ChatExample/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1212

1313
var window: UIWindow?
1414

15-
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey : Any]? = nil) -> Bool {
15+
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
1616
// Override point for customization after application launch.
1717
return true
1818
}

Example/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Starscream (3.0.6)
3-
- SwiftPhoenixClient (0.9.3):
4-
- Starscream (~> 3.0.6)
2+
- Starscream (3.1.0)
3+
- SwiftPhoenixClient (1.1.0):
4+
- Starscream (~> 3.1.0)
55

66
DEPENDENCIES:
77
- SwiftPhoenixClient (from `../`)
@@ -15,8 +15,8 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5
19-
SwiftPhoenixClient: 22b0466c2c2d910b34e5b800d03b5e84ebdff16a
18+
Starscream: 08172b481e145289c4930cb567230fb55897cfa4
19+
SwiftPhoenixClient: be3d46472ac61bf228783b1ef38de91904056cc7
2020

2121
PODFILE CHECKSUM: 4cce157fd27e110208bf7e296e2c2a19a1d68505
2222

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

Lines changed: 4 additions & 4 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: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

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

Example/Pods/Starscream/README.md

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

Example/Pods/Starscream/Sources/Starscream/WebSocket.swift

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

Example/Pods/Target Support Files/Starscream/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)