File tree Expand file tree Collapse file tree 8 files changed +24
-34
lines changed
FlexLayoutSample.xcodeproj Expand file tree Collapse file tree 8 files changed +24
-34
lines changed Original file line number Diff line number Diff line change 62
62
/* End PBXCopyFilesBuildPhase section */
63
63
64
64
/* Begin PBXFileReference section */
65
- 0D0595B5E0950936D037ECF2 /* Pods-FlexLayoutSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FlexLayoutSample.release.xcconfig"; path = "Pods/Target Support Files/Pods-FlexLayoutSample/Pods-FlexLayoutSample.release.xcconfig"; sourceTree = "<group>"; };
65
+ 0D0595B5E0950936D037ECF2 /* Pods-FlexLayoutSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FlexLayoutSample.release.xcconfig"; path = "../../ Pods/Target Support Files/Pods-FlexLayoutSample/Pods-FlexLayoutSample.release.xcconfig"; sourceTree = "<group>"; };
66
66
242AECDF1FA011630024E7C2 /* BaseViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = "<group>"; };
67
67
242AECE01FA011630024E7C2 /* BasicView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BasicView.swift; sourceTree = "<group>"; };
68
68
242AECE11FA011630024E7C2 /* Stylesheet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stylesheet.swift; sourceTree = "<group>"; };
99
99
60BAE155247DF4120020119C /* YogaExampleFView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YogaExampleFView.swift; sourceTree = "<group>"; };
100
100
60BAE157247DF4CE0020119C /* YogaExampleFViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YogaExampleFViewController.swift; sourceTree = "<group>"; };
101
101
82FCE524E22C2FF5BC4DFBAB /* Pods_FlexLayoutSample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FlexLayoutSample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
102
- 8561ACDBCFFA1B4B9ABEAB16 /* Pods-FlexLayoutSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FlexLayoutSample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-FlexLayoutSample/Pods-FlexLayoutSample.debug.xcconfig"; sourceTree = "<group>"; };
102
+ 8561ACDBCFFA1B4B9ABEAB16 /* Pods-FlexLayoutSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FlexLayoutSample.debug.xcconfig"; path = "../../ Pods/Target Support Files/Pods-FlexLayoutSample/Pods-FlexLayoutSample.debug.xcconfig"; sourceTree = "<group>"; };
103
103
DF0E85291F1F749C00AB1956 /* YogaExampleBView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YogaExampleBView.swift; sourceTree = "<group>"; };
104
104
DF0E852A1F1F749C00AB1956 /* YogaExampleBViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YogaExampleBViewController.swift; sourceTree = "<group>"; };
105
105
DF1F2A221F17D11700BA1B97 /* FlexLayoutSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FlexLayoutSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - FlexLayout (2.0.03 )
2
+ - FlexLayout (2.0.04 )
3
3
- PinLayout (1.10.5)
4
4
- SwiftLint (0.54.0)
5
5
@@ -18,7 +18,7 @@ EXTERNAL SOURCES:
18
18
:path: "../.."
19
19
20
20
SPEC CHECKSUMS:
21
- FlexLayout: 30999df7d5e5b8878af1f9691313a92edad91e17
21
+ FlexLayout: 222177b4cd0c7e57b662ba05314a64c122958dac
22
22
PinLayout: f6c2b63a5a5b24864064e1d15c67de41b4e74748
23
23
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
24
24
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - FlexLayout (2.0.03 )
2
+ - FlexLayout (2.0.04 )
3
3
- PinLayout (1.10.5)
4
4
- SwiftLint (0.54.0)
5
5
@@ -18,7 +18,7 @@ EXTERNAL SOURCES:
18
18
:path: "./"
19
19
20
20
SPEC CHECKSUMS:
21
- FlexLayout: 30999df7d5e5b8878af1f9691313a92edad91e17
21
+ FlexLayout: 222177b4cd0c7e57b662ba05314a64c122958dac
22
22
PinLayout: f6c2b63a5a5b24864064e1d15c67de41b4e74748
23
23
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
24
24
Original file line number Diff line number Diff line change
1
+
2
+
1
3
<p align =" center " >
2
4
<a href =" https://github.com/layoutBox/FlexLayout " ><img src =" docs_markdown/images/flexlayout-logo-text.png " alt =" FlexLayout " width =" 210 " /></a >
3
5
</p >
Original file line number Diff line number Diff line change 7
7
8
8
The FlexLayout's Example exposes some usage example of FlexLayout.
9
9
10
- The Example App is available in the [ ` Example ` ] ( https://github.com/layoutBox/FlexLayout/tree/master/Example ) folder.
10
+ The Example App is available in 2 versions:
11
11
12
- ### Running the Example app
13
- 1 . Do a ` pod install ` from the FlexLayout root directory.
12
+ * [ SPM (using Swift Package Manager)] ( https://github.com/layoutBox/FlexLayout/tree/master/Example/SPM )
13
+ * [ Cocoapods] ( https://github.com/layoutBox/FlexLayout/tree/master/Example/cocoapods )
14
+
15
+ ### Running the SPM (Swift Package Manager) Example app
16
+ 1 . Open the Xcode project ` Example/SPM/FlexLayoutSample-SPM.xcodeproj ` .
17
+ 3 . Select the ` FlexLayoutSample-SPM ` target.
18
+ 4 . Run the app on your device or simulator.
19
+
20
+ </br >
21
+
22
+ ### Running the Cocoapods Example app
23
+ 1 . Do a ` pod install ` from the ` Example/cocoapods ` directory.
14
24
2 . Open the newly generated ` FlexLayout.xcworkspace ` Xcode workspace.
15
25
3 . Select the ` FlexLayoutSample ` target.
16
26
4 . Run the app on your device or simulator.
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ platform :ios do
32
32
33
33
34
34
lane :build do
35
- install
36
-
37
35
swiftlint (
38
36
mode : :lint ,
39
37
config_file : ".swiftlint.yml" ,
@@ -83,16 +81,17 @@ platform :ios do
83
81
end
84
82
85
83
lane :tests do
86
- scan ( scheme : "FlexLayout" , workspace : "FlexLayout.xcworkspace" )
84
+ scan ( scheme : "FlexLayout" , workspace : "FlexLayout.xcworkspace" , device : "iPhone 15" )
87
85
end
88
86
89
87
lane :doc do
90
88
jazzy
91
89
end
92
90
93
91
lane :travis do
94
- build
92
+ install
95
93
tests
94
+ build
96
95
#pod_lib_lint(allow_warnings: true, verbose: false)
97
96
end
98
97
You can’t perform that action at this time.
0 commit comments