From 5f8b972744a5fc6d2813c938af39157dadbd5275 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 5 Aug 2022 14:59:16 -0500 Subject: [PATCH] added new updates Signed-off-by: Matt Bruce --- .gitignore | 78 +++++++++++++++++++ .../Artifactory/ArtifactoryItems.txt | 10 +-- dependency.txt | 3 +- 3 files changed, 84 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3187aa2 --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/VDSSample/Supporting Files/Artifactory/ArtifactoryItems.txt b/VDSSample/Supporting Files/Artifactory/ArtifactoryItems.txt index 7529a94..e0f70ff 100644 --- a/VDSSample/Supporting Files/Artifactory/ArtifactoryItems.txt +++ b/VDSSample/Supporting Files/Artifactory/ArtifactoryItems.txt @@ -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 diff --git a/dependency.txt b/dependency.txt index 7d40cd3..833a9dd 100644 --- a/dependency.txt +++ b/dependency.txt @@ -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 \ No newline at end of file +vds https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git develop \ No newline at end of file