Skip to content

Commit aa3edb7

Browse files
authored
Merge pull request #69 from contentstack/development
Development
2 parents 027f890 + a6f46bf commit aa3edb7

45 files changed

Lines changed: 2879 additions & 50 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONTENTSTACK_SDK_VERSION=1.5.1
1+
CONTENTSTACK_SDK_VERSION=2.0.0

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "contentstack/contentstack-swift-dvr" "master"
1+
github "contentstack/contentstack-swift-dvr"
22
github "contentstack/contentstack-utils-swift"

Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONTENTSTACK_SDK_VERSION = 1.5.1
1+
CONTENTSTACK_SDK_VERSION = 2.0.0

Contentstack.xcworkspace/contents.xcworkspacedata

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

ContentstackSwift.podspec

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
#
88
#!/usr/bin/ruby
99

10-
require 'dotenv/load'
1110

1211
Pod::Spec.new do |s|
1312
s.name = 'ContentstackSwift'
14-
s.version = ENV['CONTENTSTACK_SDK_VERSION']
13+
s.version = '2.0.0'
1514
s.summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.'
1615

1716
s.description = <<-DESC
@@ -29,14 +28,14 @@ Pod::Spec.new do |s|
2928
'uttamukkoji' => 'uttamukkoji@gmail.com',
3029
'Contentstack' => 'support@contentstack.io'
3130
}
32-
s.source = { :git => 'https://github.com/contentstack/contentstack-swift.git', :tag => s.version.to_s }
33-
s.social_media_url = 'https://twitter.com/Contentstack'
34-
s.swift_version = '5'
35-
36-
s.ios.deployment_target = '11.0'
37-
s.osx.deployment_target = '10.13'
38-
s.watchos.deployment_target = '4.0'
39-
s.tvos.deployment_target = '11.0'
31+
s.source = { :git => 'https://github.com/contentstack/contentstack-swift.git', :tag => s.version }
32+
s.social_media_url = 'https://x.com/Contentstack'
33+
s.swift_version = '5.6'
34+
35+
s.ios.deployment_target = '13.0'
36+
s.osx.deployment_target = '10.15'
37+
s.watchos.deployment_target = '6.0'
38+
s.tvos.deployment_target = '13.0'
4039

4140

4241
s.source_files = 'Sources/**/*'
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plist version="1.0">
3+
<dict>
4+
<key>CFBundleDevelopmentRegion</key>
5+
<string>en</string>
6+
<key>CFBundleExecutable</key>
7+
<string>$(EXECUTABLE_NAME)</string>
8+
<key>CFBundleIdentifier</key>
9+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
10+
<key>CFBundleInfoDictionaryVersion</key>
11+
<string>6.0</string>
12+
<key>CFBundleName</key>
13+
<string>$(PRODUCT_NAME)</string>
14+
<key>CFBundlePackageType</key>
15+
<string>BNDL</string>
16+
<key>CFBundleShortVersionString</key>
17+
<string>1.0</string>
18+
<key>CFBundleSignature</key>
19+
<string>????</string>
20+
<key>CFBundleVersion</key>
21+
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<key>NSPrincipalClass</key>
23+
<string></string>
24+
</dict>
25+
</plist>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plist version="1.0">
3+
<dict>
4+
<key>CFBundleDevelopmentRegion</key>
5+
<string>en</string>
6+
<key>CFBundleExecutable</key>
7+
<string>$(EXECUTABLE_NAME)</string>
8+
<key>CFBundleIdentifier</key>
9+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
10+
<key>CFBundleInfoDictionaryVersion</key>
11+
<string>6.0</string>
12+
<key>CFBundleName</key>
13+
<string>$(PRODUCT_NAME)</string>
14+
<key>CFBundlePackageType</key>
15+
<string>FMWK</string>
16+
<key>CFBundleShortVersionString</key>
17+
<string>1.0</string>
18+
<key>CFBundleSignature</key>
19+
<string>????</string>
20+
<key>CFBundleVersion</key>
21+
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<key>NSPrincipalClass</key>
23+
<string></string>
24+
</dict>
25+
</plist>

ContentstackSwift.xcodeproj/project.pbxproj

Lines changed: 2628 additions & 0 deletions
Large diffs are not rendered by default.

ContentstackSwift.xcodeproj/project.xcworkspace/contents.xcworkspacedata

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

0 commit comments

Comments
 (0)