added new updates

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-05 14:59:16 -05:00
parent 4a82672a1f
commit 5f8b972744
3 changed files with 84 additions and 7 deletions

78
.gitignore vendored Normal file
View File

@ -0,0 +1,78 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## macOS
*.DS_Store
*.zip
vds_ios
## Build generated
build/
DerivedData/
SharedFrameworks/
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
.build/
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Build
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode
iOSInjectionProject/

View File

@ -1,5 +1,5 @@
${PROJECT_DIR}/../SharedFrameworks/VDSAccessibilityTokens.xcframework GVJV_VDS_Maven/@vds-tokens/ios/VDSAccessibilityTokens.1.0.7.xcframework.zip
${PROJECT_DIR}/../SharedFrameworks/VDSColorTokens.xcframework GVJV_VDS_Maven/%40vds-tokens/ios/VDSColorTokens.1.0.6.xcframework.zip
${PROJECT_DIR}/../SharedFrameworks/VDSLayoutTokens.xcframework GVJV_VDS_Maven/@vds-tokens/ios/VDSLayoutTokens.1.0.6.xcframework.zip
${PROJECT_DIR}/../SharedFrameworks/VDSFormControlsTokens.xcframework GVJV_VDS_Maven/@vds-tokens/ios/VDSFormControlsTokens.1.0.7.xcframework.zip
${PROJECT_DIR}/../SharedFrameworks/VDSTypographyTokens.xcframework GVJV_VDS_Maven/@vds-tokens/ios/VDSTypographyTokens.2.0.0.xcframework.zip
${PROJECT_DIR}/SharedFrameworks/VDSAccessibilityTokens.xcframework GVJV_VDS_Maven/@vds-tokens/ios/VDSAccessibilityTokens.1.0.7.xcframework.zip
${PROJECT_DIR}/SharedFrameworks/VDSColorTokens.xcframework GVJV_VDS_Maven/%40vds-tokens/ios/VDSColorTokens.1.0.6.xcframework.zip
${PROJECT_DIR}/SharedFrameworks/VDSLayoutTokens.xcframework GVJV_VDS_Maven/@vds-tokens/ios/VDSLayoutTokens.1.0.6.xcframework.zip
${PROJECT_DIR}/SharedFrameworks/VDSFormControlsTokens.xcframework GVJV_VDS_Maven/@vds-tokens/ios/VDSFormControlsTokens.1.0.7.xcframework.zip
${PROJECT_DIR}/SharedFrameworks/VDSTypographyTokens.xcframework GVJV_VDS_Maven/@vds-tokens/ios/VDSTypographyTokens.2.0.0.xcframework.zip

View File

@ -1,2 +1 @@
vds https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git develop
vds_sample https://gitlab.verizon.com/BPHV_MIPS/vds_ios_sample develop
vds https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git develop