Skip to content

Commit

Permalink
Merge pull request #4 from ricardopsantos/develop
Browse files Browse the repository at this point in the history
Version 2.2.0
  • Loading branch information
ricardopsantos committed Mar 6, 2021
2 parents 1300d53 + f9d4218 commit da8e9a7
Show file tree
Hide file tree
Showing 191 changed files with 8,263 additions and 3,261 deletions.
19 changes: 10 additions & 9 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,22 @@ type_name:
excluded:
- iPhone
- R
- RP
- AC
- UC
- MP
- V
- VM
- VC
- AS
- Rx
- W
- P
- I
- E
- MD
- M
- S
- VM
- VC
- AS
- Rx
- MD
- RP
- AC
- UC
- MP
- Id

identifier_name:
Expand Down
207 changes: 116 additions & 91 deletions Documents/Graph.json
Original file line number Diff line number Diff line change
@@ -1,197 +1,222 @@
{
"configs" : {
"Debug" : "debug",
"Release" : "release"
},
"options" : {
"minimumXcodeGenVersion" : "2.18.0",
"generateEmptyDirectories" : true,
"bundleIdPrefix" : "com.rjps.libuf",
"xcodeVersion" : "12.0.1",
"groupSortPosition" : "top",
"deploymentTarget" : "11.0",
"findCarthageFrameworks" : false
},
"include" : [
"_FrameworkTemplate.yml",
"_SwiftLint.yml"
],
"aggregateTargets" : {
"SwiftLint" : {
"buildScripts" : [
"targets" : {
"RJSLibUFBase" : {
"templates" : [
"Framework"
],
"sources" : [
{
"name" : "SwiftLint",
"shell" : "\/bin\/bash",
"script" : "${SRCROOT}\/Scripts\/swiftlint.sh\n"
"path" : "..\/Sources\/RJSLibUFBase"
}
]
}
},
"targetTemplates" : {
"Framework" : {
"deploymentTarget" : "13.0",
"platform" : "iOS",
"type" : "framework"
}
},
"settings" : {
"base" : {
"SWIFT_VERSION" : 5.2999999999999998,
"IPHONEOS_DEPLOYMENT_TARGET" : 13,
"ENABLE_BITCODE" : false
},
"configs" : {
"Release" : {
"ENABLE_BITCODE" : true
}
}
},
"targets" : {
"RJSLibUFALayouts" : {
"sources" : [
"RJSLibUFStorage" : {
"dependencies" : [
{
"path" : "..\/Sources\/RJSLibUFALayouts"
"link" : false,
"target" : "RJSLibUFBase"
}
],
"templates" : [
"Framework"
],
"dependencies" : [
"sources" : [
{
"target" : "RJSLibUFBase",
"link" : false
"path" : "..\/Sources\/RJSLibUFStorage"
}
]
},
"RJSLibUFAppThemes" : {
"dependencies" : [
{
"target" : "RJSLibUFBase",
"link" : false
}
],
"RJSLibUFNetworking" : {
"templates" : [
"Framework"
],
"sources" : [
{
"path" : "..\/Sources\/RJSLibUFAppThemes"
"path" : "..\/Sources\/RJSLibUFNetworking"
}
],
"dependencies" : [
{
"link" : false,
"target" : "RJSLibUFBase"
}
]
},
"RJSLibUFBase" : {
"RJSLibUFAppThemes" : {
"sources" : [
{
"path" : "..\/Sources\/RJSLibUFBase"
"path" : "..\/Sources\/RJSLibUFAppThemes"
}
],
"templates" : [
"Framework"
],
"dependencies" : [
{
"target" : "RJSLibUFBase",
"link" : false
}
]
},
"SampleApp" : {
"settings" : {
"base" : {
"MARKETING_VERSION" : 1
"MARKETING_VERSION" : 1,
"OTHER_SWIFT_FLAGS" : "-DINCLUDE_VIP_TEMPLATE"
}
},
"type" : "application",
"deploymentTarget" : 13,
"sources" : [
{
"path" : "..\/SampleApp"
}
],
"platform" : "iOS",
"deploymentTarget" : 13,
"dependencies" : [
{
"target" : "RJSLibUFBase",
"link" : true
"link" : true,
"target" : "RJSLibUFBase"
},
{
"link" : true,
"target" : "RJSLibUFAppThemes"
},
{
"target" : "RJSLibUFAppThemes",
"target" : "RJSLibUFNetworking",
"link" : true
},
{
"link" : true,
"target" : "RJSLibUFNetworking"
"target" : "RJSLibUFStorage",
"link" : true
},
{
"link" : true,
"target" : "RJSLibUFALayouts"
"target" : "RJSLibUFBaseVIP"
},
{
"link" : true,
"target" : "RJSLibUFStorage"
"target" : "RJSLibUFDesignables"
}
],
"type" : "application",
"sources" : [
{
"path" : "..\/SampleApp"
}
]
},
"RJSLibUFNetworking" : {
"RJSLibUFDesignables" : {
"dependencies" : [
{
"target" : "RJSLibUFBase",
"link" : false
},
{
"link" : false,
"target" : "RJSLibUFBase"
"target" : "RJSLibUFAppThemes"
}
],
"templates" : [
"Framework"
],
"sources" : [
{
"path" : "..\/Sources\/RJSLibUFNetworking"
"path" : "..\/Sources\/RJSLibUFDesignables"
}
]
},
"MyLibraryTests" : {
"type" : "bundle.unit-test",
"scheme" : {

},
"platform" : "iOS",
"type" : "bundle.unit-test",
"sources" : [
{
"path" : "..\/Tests\/RJSLibUFTests"
}
],
"platform" : "iOS",
"dependencies" : [
{
"link" : false,
"target" : "SampleApp"
},
{
"link" : false,
"target" : "RJSLibUFBase"
},
{
"link" : false,
"target" : "RJSLibUFNetworking"
"target" : "RJSLibUFBase",
"link" : false
},
{
"link" : false,
"target" : "RJSLibUFALayouts"
"target" : "RJSLibUFNetworking",
"link" : false
},
{
"link" : false,
"target" : "RJSLibUFStorage"
}
]
},
"RJSLibUFStorage" : {
"RJSLibUFBaseVIP" : {
"dependencies" : [
{
"target" : "RJSLibUFBase",
"link" : false
},
{
"link" : false,
"target" : "RJSLibUFDesignables"
}
],
"sources" : [
{
"path" : "..\/Sources\/RJSLibUFStorage"
"path" : "..\/Sources\/RJSLibUFBaseVIP"
}
],
"templates" : [
"Framework"
]
}
},
"name" : "RJSLibUF"
"name" : "RJSLibUF",
"aggregateTargets" : {
"SwiftLint" : {
"buildScripts" : [
{
"shell" : "\/bin\/bash",
"script" : "${SRCROOT}\/Scripts\/swiftlint.sh\n",
"name" : "SwiftLint"
}
]
}
},
"configs" : {
"Debug" : "debug",
"Release" : "release"
},
"targetTemplates" : {
"Framework" : {
"type" : "framework",
"platform" : "iOS",
"deploymentTarget" : "13.0"
}
},
"options" : {
"generateEmptyDirectories" : true,
"bundleIdPrefix" : "com.rjps.libuf",
"groupSortPosition" : "top",
"findCarthageFrameworks" : false,
"minimumXcodeGenVersion" : "2.18.0",
"xcodeVersion" : "12.0.1",
"deploymentTarget" : "11.0"
},
"include" : [
"_FrameworkTemplate.yml",
"_SwiftLint.yml"
],
"settings" : {
"base" : {
"ENABLE_BITCODE" : false,
"SWIFT_VERSION" : 5.2999999999999998,
"IPHONEOS_DEPLOYMENT_TARGET" : 13
},
"configs" : {
"Release" : {
"ENABLE_BITCODE" : true
}
}
}
}
Loading

0 comments on commit da8e9a7

Please sign in to comment.