Skip to content

Commit e52026a

Browse files
committed
Swift 4.2 update
1 parent 9cd27bd commit e52026a

File tree

6 files changed

+15
-182
lines changed

6 files changed

+15
-182
lines changed

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
4.0
1+
4.2
22

Example/RxRealm.xcodeproj/project.pbxproj

+4-169
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
2677790EE41D57B5AB2DB6C9 /* Pods_RxRealm_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69375A1E91DF8BF5A1D8E7AE /* Pods_RxRealm_Tests.framework */; };
11-
4E303D4EAD576FBC29DAFC59 /* Pods_RxRealm_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED95101A3752DD78847A63BC /* Pods_RxRealm_Example.framework */; };
1210
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
1311
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
1412
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
@@ -35,16 +33,13 @@
3533
/* End PBXContainerItemProxy section */
3634

3735
/* Begin PBXFileReference section */
38-
19C086470DDF3455B8F66C47 /* Pods-RxRealm_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RxRealm_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RxRealm_Example/Pods-RxRealm_Example.debug.xcconfig"; sourceTree = "<group>"; };
39-
50BAF02C01823DE71733696A /* Pods-RxRealm_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RxRealm_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RxRealm_Tests/Pods-RxRealm_Tests.debug.xcconfig"; sourceTree = "<group>"; };
4036
607FACD01AFB9204008FA782 /* RxRealm_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RxRealm_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
4137
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4238
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4339
607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
4440
607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
4541
607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
4642
607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
47-
69375A1E91DF8BF5A1D8E7AE /* Pods_RxRealm_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RxRealm_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4843
74D9A8127363946A03ABDCFB /* RxRealm.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = RxRealm.podspec; path = ../RxRealm.podspec; sourceTree = "<group>"; };
4944
9C3182361D02BAA90003F1EB /* RxRealmWriteSinks.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RxRealmWriteSinks.swift; sourceTree = "<group>"; };
5045
9C4FE0601DC7B1FD00DF66A5 /* RxRealmObjectTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RxRealmObjectTests.swift; sourceTree = "<group>"; };
@@ -58,25 +53,20 @@
5853
9CFB8DC11CF22BA4004BC090 /* RxRealmRealmTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RxRealmRealmTests.swift; sourceTree = "<group>"; };
5954
C6335D7593EFC541DC2AADFB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
6055
D049E54B5A4BBE6132D399BD /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
61-
D6D601A254F004DB43C99FD7 /* Pods-RxRealm_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RxRealm_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-RxRealm_Example/Pods-RxRealm_Example.release.xcconfig"; sourceTree = "<group>"; };
62-
E350C7E14661AFAA759A7AE1 /* Pods-RxRealm_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RxRealm_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-RxRealm_Tests/Pods-RxRealm_Tests.release.xcconfig"; sourceTree = "<group>"; };
63-
ED95101A3752DD78847A63BC /* Pods_RxRealm_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RxRealm_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6456
/* End PBXFileReference section */
6557

6658
/* Begin PBXFrameworksBuildPhase section */
6759
607FACCD1AFB9204008FA782 /* Frameworks */ = {
6860
isa = PBXFrameworksBuildPhase;
6961
buildActionMask = 2147483647;
7062
files = (
71-
4E303D4EAD576FBC29DAFC59 /* Pods_RxRealm_Example.framework in Frameworks */,
7263
);
7364
runOnlyForDeploymentPostprocessing = 0;
7465
};
7566
9CEB7A441CC834340077C44D /* Frameworks */ = {
7667
isa = PBXFrameworksBuildPhase;
7768
buildActionMask = 2147483647;
7869
files = (
79-
2677790EE41D57B5AB2DB6C9 /* Pods_RxRealm_Tests.framework in Frameworks */,
8070
);
8171
runOnlyForDeploymentPostprocessing = 0;
8272
};
@@ -90,8 +80,6 @@
9080
607FACD21AFB9204008FA782 /* Example for RxRealm */,
9181
9CEB7A481CC834340077C44D /* RxRealmTests */,
9282
607FACD11AFB9204008FA782 /* Products */,
93-
95D486D5A426B1F600453297 /* Pods */,
94-
9259FF380C364865C00748A4 /* Frameworks */,
9583
);
9684
sourceTree = "<group>";
9785
};
@@ -136,26 +124,6 @@
136124
name = "Podspec Metadata";
137125
sourceTree = "<group>";
138126
};
139-
9259FF380C364865C00748A4 /* Frameworks */ = {
140-
isa = PBXGroup;
141-
children = (
142-
ED95101A3752DD78847A63BC /* Pods_RxRealm_Example.framework */,
143-
69375A1E91DF8BF5A1D8E7AE /* Pods_RxRealm_Tests.framework */,
144-
);
145-
name = Frameworks;
146-
sourceTree = "<group>";
147-
};
148-
95D486D5A426B1F600453297 /* Pods */ = {
149-
isa = PBXGroup;
150-
children = (
151-
19C086470DDF3455B8F66C47 /* Pods-RxRealm_Example.debug.xcconfig */,
152-
D6D601A254F004DB43C99FD7 /* Pods-RxRealm_Example.release.xcconfig */,
153-
50BAF02C01823DE71733696A /* Pods-RxRealm_Tests.debug.xcconfig */,
154-
E350C7E14661AFAA759A7AE1 /* Pods-RxRealm_Tests.release.xcconfig */,
155-
);
156-
name = Pods;
157-
sourceTree = "<group>";
158-
};
159127
9CEB7A481CC834340077C44D /* RxRealmTests */ = {
160128
isa = PBXGroup;
161129
children = (
@@ -180,12 +148,9 @@
180148
isa = PBXNativeTarget;
181149
buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "RxRealm_Example" */;
182150
buildPhases = (
183-
327D603D4690007E8B638B0E /* [CP] Check Pods Manifest.lock */,
184151
607FACCC1AFB9204008FA782 /* Sources */,
185152
607FACCD1AFB9204008FA782 /* Frameworks */,
186153
607FACCE1AFB9204008FA782 /* Resources */,
187-
7986DE64790C01CA0573C129 /* [CP] Embed Pods Frameworks */,
188-
70C190BAB54D5CB1641CCE04 /* [CP] Copy Pods Resources */,
189154
);
190155
buildRules = (
191156
);
@@ -200,12 +165,9 @@
200165
isa = PBXNativeTarget;
201166
buildConfigurationList = 9CEB7A501CC834340077C44D /* Build configuration list for PBXNativeTarget "RxRealm_Tests" */;
202167
buildPhases = (
203-
47EF88764B0DDD36B74C66E8 /* [CP] Check Pods Manifest.lock */,
204168
9CEB7A431CC834340077C44D /* Sources */,
205169
9CEB7A441CC834340077C44D /* Frameworks */,
206170
9CEB7A451CC834340077C44D /* Resources */,
207-
051741DAB4D8631AD7E12258 /* [CP] Embed Pods Frameworks */,
208-
87796072080EEF71421C3ED1 /* [CP] Copy Pods Resources */,
209171
);
210172
buildRules = (
211173
);
@@ -278,129 +240,6 @@
278240
};
279241
/* End PBXResourcesBuildPhase section */
280242

281-
/* Begin PBXShellScriptBuildPhase section */
282-
051741DAB4D8631AD7E12258 /* [CP] Embed Pods Frameworks */ = {
283-
isa = PBXShellScriptBuildPhase;
284-
buildActionMask = 2147483647;
285-
files = (
286-
);
287-
inputPaths = (
288-
"${SRCROOT}/Pods/Target Support Files/Pods-RxRealm_Tests/Pods-RxRealm_Tests-frameworks.sh",
289-
"${BUILT_PRODUCTS_DIR}/Realm/Realm.framework",
290-
"${BUILT_PRODUCTS_DIR}/RealmSwift/RealmSwift.framework",
291-
"${BUILT_PRODUCTS_DIR}/RxCocoa/RxCocoa.framework",
292-
"${BUILT_PRODUCTS_DIR}/RxRealm/RxRealm.framework",
293-
"${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
294-
"${BUILT_PRODUCTS_DIR}/RxBlocking/RxBlocking.framework",
295-
);
296-
name = "[CP] Embed Pods Frameworks";
297-
outputPaths = (
298-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
299-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RealmSwift.framework",
300-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework",
301-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxRealm.framework",
302-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
303-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxBlocking.framework",
304-
);
305-
runOnlyForDeploymentPostprocessing = 0;
306-
shellPath = /bin/sh;
307-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RxRealm_Tests/Pods-RxRealm_Tests-frameworks.sh\"\n";
308-
showEnvVarsInLog = 0;
309-
};
310-
327D603D4690007E8B638B0E /* [CP] Check Pods Manifest.lock */ = {
311-
isa = PBXShellScriptBuildPhase;
312-
buildActionMask = 2147483647;
313-
files = (
314-
);
315-
inputPaths = (
316-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
317-
"${PODS_ROOT}/Manifest.lock",
318-
);
319-
name = "[CP] Check Pods Manifest.lock";
320-
outputPaths = (
321-
"$(DERIVED_FILE_DIR)/Pods-RxRealm_Example-checkManifestLockResult.txt",
322-
);
323-
runOnlyForDeploymentPostprocessing = 0;
324-
shellPath = /bin/sh;
325-
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";
326-
showEnvVarsInLog = 0;
327-
};
328-
47EF88764B0DDD36B74C66E8 /* [CP] Check Pods Manifest.lock */ = {
329-
isa = PBXShellScriptBuildPhase;
330-
buildActionMask = 2147483647;
331-
files = (
332-
);
333-
inputPaths = (
334-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
335-
"${PODS_ROOT}/Manifest.lock",
336-
);
337-
name = "[CP] Check Pods Manifest.lock";
338-
outputPaths = (
339-
"$(DERIVED_FILE_DIR)/Pods-RxRealm_Tests-checkManifestLockResult.txt",
340-
);
341-
runOnlyForDeploymentPostprocessing = 0;
342-
shellPath = /bin/sh;
343-
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";
344-
showEnvVarsInLog = 0;
345-
};
346-
70C190BAB54D5CB1641CCE04 /* [CP] Copy Pods Resources */ = {
347-
isa = PBXShellScriptBuildPhase;
348-
buildActionMask = 2147483647;
349-
files = (
350-
);
351-
inputPaths = (
352-
);
353-
name = "[CP] Copy Pods Resources";
354-
outputPaths = (
355-
);
356-
runOnlyForDeploymentPostprocessing = 0;
357-
shellPath = /bin/sh;
358-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RxRealm_Example/Pods-RxRealm_Example-resources.sh\"\n";
359-
showEnvVarsInLog = 0;
360-
};
361-
7986DE64790C01CA0573C129 /* [CP] Embed Pods Frameworks */ = {
362-
isa = PBXShellScriptBuildPhase;
363-
buildActionMask = 2147483647;
364-
files = (
365-
);
366-
inputPaths = (
367-
"${SRCROOT}/Pods/Target Support Files/Pods-RxRealm_Example/Pods-RxRealm_Example-frameworks.sh",
368-
"${BUILT_PRODUCTS_DIR}/Realm/Realm.framework",
369-
"${BUILT_PRODUCTS_DIR}/RealmSwift/RealmSwift.framework",
370-
"${BUILT_PRODUCTS_DIR}/RxCocoa/RxCocoa.framework",
371-
"${BUILT_PRODUCTS_DIR}/RxRealm/RxRealm.framework",
372-
"${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
373-
);
374-
name = "[CP] Embed Pods Frameworks";
375-
outputPaths = (
376-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
377-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RealmSwift.framework",
378-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework",
379-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxRealm.framework",
380-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
381-
);
382-
runOnlyForDeploymentPostprocessing = 0;
383-
shellPath = /bin/sh;
384-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RxRealm_Example/Pods-RxRealm_Example-frameworks.sh\"\n";
385-
showEnvVarsInLog = 0;
386-
};
387-
87796072080EEF71421C3ED1 /* [CP] Copy Pods Resources */ = {
388-
isa = PBXShellScriptBuildPhase;
389-
buildActionMask = 2147483647;
390-
files = (
391-
);
392-
inputPaths = (
393-
);
394-
name = "[CP] Copy Pods Resources";
395-
outputPaths = (
396-
);
397-
runOnlyForDeploymentPostprocessing = 0;
398-
shellPath = /bin/sh;
399-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RxRealm_Tests/Pods-RxRealm_Tests-resources.sh\"\n";
400-
showEnvVarsInLog = 0;
401-
};
402-
/* End PBXShellScriptBuildPhase section */
403-
404243
/* Begin PBXSourcesBuildPhase section */
405244
607FACCC1AFB9204008FA782 /* Sources */ = {
406245
isa = PBXSourcesBuildPhase;
@@ -557,7 +396,6 @@
557396
};
558397
607FACF01AFB9204008FA782 /* Debug */ = {
559398
isa = XCBuildConfiguration;
560-
baseConfigurationReference = 19C086470DDF3455B8F66C47 /* Pods-RxRealm_Example.debug.xcconfig */;
561399
buildSettings = {
562400
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
563401
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
@@ -578,13 +416,12 @@
578416
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
579417
PRODUCT_NAME = "$(TARGET_NAME)";
580418
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
581-
SWIFT_VERSION = 4.0;
419+
SWIFT_VERSION = 4.2;
582420
};
583421
name = Debug;
584422
};
585423
607FACF11AFB9204008FA782 /* Release */ = {
586424
isa = XCBuildConfiguration;
587-
baseConfigurationReference = D6D601A254F004DB43C99FD7 /* Pods-RxRealm_Example.release.xcconfig */;
588425
buildSettings = {
589426
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
590427
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
@@ -605,13 +442,12 @@
605442
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
606443
PRODUCT_NAME = "$(TARGET_NAME)";
607444
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
608-
SWIFT_VERSION = 4.0;
445+
SWIFT_VERSION = 4.2;
609446
};
610447
name = Release;
611448
};
612449
9CEB7A4E1CC834340077C44D /* Debug */ = {
613450
isa = XCBuildConfiguration;
614-
baseConfigurationReference = 50BAF02C01823DE71733696A /* Pods-RxRealm_Tests.debug.xcconfig */;
615451
buildSettings = {
616452
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
617453
CLANG_ANALYZER_NONNULL = YES;
@@ -623,13 +459,12 @@
623459
PRODUCT_BUNDLE_IDENTIFIER = "com.rxswiftcommunity.RxRealm-Tests";
624460
PRODUCT_NAME = "$(TARGET_NAME)";
625461
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
626-
SWIFT_VERSION = 4.0;
462+
SWIFT_VERSION = 4.2;
627463
};
628464
name = Debug;
629465
};
630466
9CEB7A4F1CC834340077C44D /* Release */ = {
631467
isa = XCBuildConfiguration;
632-
baseConfigurationReference = E350C7E14661AFAA759A7AE1 /* Pods-RxRealm_Tests.release.xcconfig */;
633468
buildSettings = {
634469
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
635470
CLANG_ANALYZER_NONNULL = YES;
@@ -640,7 +475,7 @@
640475
PRODUCT_BUNDLE_IDENTIFIER = "com.rxswiftcommunity.RxRealm-Tests";
641476
PRODUCT_NAME = "$(TARGET_NAME)";
642477
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
643-
SWIFT_VERSION = 4.0;
478+
SWIFT_VERSION = 4.2;
644479
};
645480
name = Release;
646481
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Example/RxRealm.xcworkspace/contents.xcworkspacedata

-10
This file was deleted.

Example/RxRealm/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1313

1414
var window: UIWindow?
1515

16-
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
16+
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
1717
//reset the realm on each app launch
1818
let realm = try! Realm()
1919
try! realm.write {

RxRealm.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "RxRealm"
4-
s.version = "0.7.5"
4+
s.version = "0.7.6"
55
s.summary = "An Rx wrapper of Realm's notifications and write bindings"
66

77
s.description = <<-DESC

0 commit comments

Comments
 (0)