Skip to content

Commit

Permalink
ci(GiniHealthSDK): WIP commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Selivonchyk committed Oct 8, 2024
1 parent add3d8a commit 223b911
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
29 changes: 16 additions & 13 deletions .github/workflows/health-sdk.build.xcframeworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,23 @@ jobs:
- name: Archiving project
run: |
xcodebuild archive -project HealthSDK/GiniHealthSDKPinning/.build/swift-create-xcframework/GiniHealthSDKPinning.xcodeproj \
-scheme GiniHealthSDKPinning \
-sdk iphonesimulator \
-xcconfig Distribution.xcconfig \
-configuration Release \
-destination="iOS" \
-archivePath "iphonesimulatorPinning.xcarchive" SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES
ls -la; \
echo $?; \
ls HealthSDK/GiniHealthSDKPinning/.build/swift-create-xcframework
# xcodebuild archive -project HealthSDK/GiniHealthSDKPinning/.build/swift-create-xcframework/GiniHealthSDKPinning.xcodeproj \
# -scheme GiniHealthSDKPinning \
# -sdk iphonesimulator \
# -xcconfig Distribution.xcconfig \
# -configuration Release \
# -destination="iOS" \
# -archivePath "iphonesimulatorPinning.xcarchive" SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES
xcodebuild clean archive -project HealthSDK/GiniHealthSDKPinning/.build/swift-create-xcframework/GiniHealthSDKPinning.xcodeproj \
-scheme GiniHealthSDKPinning -sdk iphoneos \
-xcconfig Distribution.xcconfig \
-configuration Release \
-destination generic/platform=iOS \
-archivePath "iphoneosPinning.xcarchive" SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES
# xcodebuild clean archive -project HealthSDK/GiniHealthSDKPinning/.build/swift-create-xcframework/GiniHealthSDKPinning.xcodeproj \
# -scheme GiniHealthSDKPinning -sdk iphoneos \
# -xcconfig Distribution.xcconfig \
# -configuration Release \
# -destination generic/platform=iOS \
# -archivePath "iphoneosPinning.xcarchive" SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES
# - name: Generate XCFrameworks
# run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import UIKit

*/
public func giniHealthBundle() -> Bundle {
Bundle.module
Bundle.resource
}

/**
Expand Down

0 comments on commit 223b911

Please sign in to comment.