Skip to content

Commit c63ab51

Browse files
committed
Update iOS Example project for new version of FigmaExport
1 parent b0d65e9 commit c63ab51

File tree

14 files changed

+119
-120
lines changed

14 files changed

+119
-120
lines changed

Examples/Example/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ GEM
1414
json (>= 1.5.1)
1515
atomos (0.1.3)
1616
aws-eventstream (1.1.0)
17-
aws-partitions (1.366.0)
18-
aws-sdk-core (3.105.0)
17+
aws-partitions (1.374.0)
18+
aws-sdk-core (3.107.0)
1919
aws-eventstream (~> 1, >= 1.0.2)
2020
aws-partitions (~> 1, >= 1.239.0)
2121
aws-sigv4 (~> 1.1)
2222
jmespath (~> 1.0)
23-
aws-sdk-kms (1.37.0)
23+
aws-sdk-kms (1.38.0)
2424
aws-sdk-core (~> 3, >= 3.99.0)
2525
aws-sigv4 (~> 1.1)
26-
aws-sdk-s3 (1.79.1)
26+
aws-sdk-s3 (1.81.0)
2727
aws-sdk-core (~> 3, >= 3.104.3)
2828
aws-sdk-kms (~> 1)
2929
aws-sigv4 (~> 1.1)
@@ -93,7 +93,7 @@ GEM
9393
faraday_middleware (1.0.0)
9494
faraday (~> 1.0)
9595
fastimage (2.2.0)
96-
fastlane (2.158.0)
96+
fastlane (2.160.0)
9797
CFPropertyList (>= 2.3, < 4.0.0)
9898
addressable (>= 2.3, < 3.0.0)
9999
aws-sdk-s3 (~> 1.0)

Examples/Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ platform :ios, '11.0'
33
target 'Example' do
44
use_frameworks!
55

6-
pod 'FigmaExport', :path => '../'
6+
pod 'FigmaExport'
77
end

Examples/Example/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- FigmaExport (0.12.0)
2+
- FigmaExport (0.14.0)
33

44
DEPENDENCIES:
5-
- FigmaExport (from `../`)
5+
- FigmaExport
66

7-
EXTERNAL SOURCES:
8-
FigmaExport:
9-
:path: "../"
7+
SPEC REPOS:
8+
trunk:
9+
- FigmaExport
1010

1111
SPEC CHECKSUMS:
12-
FigmaExport: 4ec620ebf1be3d4991df472c841a978d7f2c2a3b
12+
FigmaExport: be3cb270c121c131baa8577a3c57cd2bd6fe80fb
1313

14-
PODFILE CHECKSUM: 78f2963caab7b28e3a6918925da2d1822763c200
14+
PODFILE CHECKSUM: 5f4def1cc7339d6f13a38b29b1a86d1548750fad
1515

1616
COCOAPODS: 1.9.3
3.73 MB
Binary file not shown.

Examples/Example/Pods/FigmaExport/Release/figma-export.yaml

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

Examples/Example/Pods/Local Podspecs/FigmaExport.podspec.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

Examples/Example/Pods/Manifest.lock

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

Examples/Example/Pods/Pods.xcodeproj/project.pbxproj

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

Examples/Example/Pods/Target Support Files/FigmaExport/FigmaExport.debug.xcconfig

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

Examples/Example/Pods/Target Support Files/FigmaExport/FigmaExport.release.xcconfig

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)