File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 uses : actions/cache@v3
103103 id : swift-packages
104104 with :
105- path : ~/Library/Developer/Xcode /DerivedData/ProStore/SourcePackages
105+ path : ${{ github.workspace }} /DerivedData/ProStore/SourcePackages
106106 key : swift-packages-${{ runner.os }}-${{ hashFiles('project.yml') }}
107107 restore-keys : |
108108 swift-packages-${{ runner.os }}-
@@ -114,7 +114,8 @@ jobs:
114114 xcodebuild -resolvePackageDependencies \
115115 -project prostore.xcodeproj \
116116 -scheme prostore \
117- -configuration Release
117+ -configuration Release \
118+ -derivedDataPath "$PWD/DerivedData"
118119
119120 - name : Build IPA
120121 id : cache_object_version
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ targets:
3030 properties :
3131 CFBundleDisplayName : " ProStore"
3232 CFBundleName : " prostore"
33- CFBundleVersion : " 16 "
34- CFBundleShortVersionString : " 1.2.0 "
33+ CFBundleVersion : " 17 "
34+ CFBundleShortVersionString : " 1.2.1 "
3535 UILaunchStoryboardName : " LaunchScreen"
3636 NSPrincipalClass : " UIApplication"
3737 NSAppTransportSecurity :
You can’t perform that action at this time.
0 commit comments