@dittolive/ditto 4.11.2 → 4.12.0-experimental-untangle.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@
7
7
  require "json"
8
8
  require 'fileutils'
9
9
 
10
- framework_path = File.join(File.dirname(__FILE__), 'react-native', 'ios', 'DittoReactNative.xcframework')
10
+ framework_path = File.join(File.dirname(__FILE__), 'react-native', 'ios', 'DittoCore.xcframework')
11
11
  local_framework_exists = File.exist?(framework_path)
12
12
 
13
13
  package = JSON.parse(File.read(File.join(__dir__, "package.json")))
@@ -20,12 +20,16 @@ Pod::Spec.new do |s|
20
20
  s.license = package["license"]
21
21
  s.authors = package["author"]
22
22
 
23
- s.platforms = { :ios => "14.0" }
24
- s.source = { :http => 'https://ditto.live' }
23
+ s.platforms = {
24
+ :ios => '14.0',
25
+ :osx => '11.0'
26
+ }
25
27
 
28
+ s.source = { :http => 'https://ditto.com' }
26
29
  s.source_files = "react-native/ios/**/*.{h,m,mm}", "react-native/cpp/**/*.{h,cpp,hpp}",
30
+
27
31
  if local_framework_exists
28
- s.vendored_frameworks = "react-native/ios/DittoReactNative.xcframework"
32
+ s.vendored_frameworks = "react-native/ios/DittoCore.xcframework"
29
33
  else
30
34
  s.dependency 'DittoReactNativeIOS', package["version"]
31
35
  end
@@ -36,5 +40,5 @@ Pod::Spec.new do |s|
36
40
  install_modules_dependencies(s)
37
41
  else
38
42
  s.dependency "React-Core"
39
- end
43
+ end
40
44
  end
package/README.md CHANGED
@@ -3,16 +3,16 @@
3
3
  _Ditto is a cross-platform SDK that allows mobile, web, and IoT apps to sync
4
4
  with and even without connectivity._
5
5
 
6
- Version: **4.11.2**
6
+ Version: **4.12.0-experimental-untangle.0**
7
7
 
8
8
  For more information please visit [ditto.com](https://ditto.com), as well as the
9
- [API Reference](https://software.ditto.live/js/Ditto/4.11.2/api-reference/) for this particular version.
9
+ [API Reference](https://software.ditto.live/js/Ditto/4.12.0-experimental-untangle.0/api-reference/) for this particular version.
10
10
 
11
11
  ---
12
12
 
13
13
  ## Getting Started
14
14
 
15
- See [our SDK Install Guides](https://docs.ditto.live/sdk/latest/install-guides/install-guides) for step-by-step instructions.
15
+ See [our SDK Install Guides](https://ditto.com/link/sdk-latest-install-guides) for step-by-step instructions.
16
16
 
17
17
 
18
18
  ## Playground