Skip to content

Commit 626bf3c

Browse files
authored
Update to v1.2.1
1 parent 566022b commit 626bf3c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build-unsigned-ipa.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)