heyjaywilson / peakfit

Strength exercise iOS app written in Swift
Apache License 2.0
16 stars 10 forks source link

Remove the numbers from the title on Days #30

Open heyjaywilson opened 2 months ago

heyjaywilson commented 2 months ago

Currently there are numbers next to the month. Those need to be removed.

This is in AppPackages/Days/Sources/Days/DaysView.swift

Brijeshthummar02 commented 2 months ago

hello there, @heyjaywilson i would like to work on this. can you please tell more specific about the issue. eg: path or in which file.

Brijeshthummar02 commented 2 months ago

What i'm getting from issue is, removed : The Text(monthShown + "(weekPosition ?? 0)") has to be changed to Text(monthShown).

heyjaywilson commented 1 month ago

@Brijeshthummar02 I added the path but you understood it completely. I'll assign it to you 👍

Brijeshthummar02 commented 1 month ago

@heyjaywilson i dont have development team ID, and PRODUCT_BUNDLE_IDENTIFIER so what should i do, please guide me for next step as i have completed changes but got stuck at this point.

heyjaywilson commented 1 month ago

@Brijeshthummar02 The instructions on where to input these values are in the README.

You'll need to make an apple developer account, which can be done for free, to obtain your developer team ID. Here are the apple instructions on signing up for the account. Here's the link to find your team id.

For the PRODUCT_BUNCLE_IDENTIFIER: you can generally use any reverse domain that you have access to. The appstore app's: com.apple.AppStore You could use something like com.yourname.PeakFit and it should still work.

Brijeshthummar02 commented 1 month ago

i got it what you mean but i'm not able to create apple developer account, it's showing pay $99.

heyjaywilson commented 1 month ago

Your Apple account is the free Apple Developer Account. You can make a new apple account for this if you want. You should not need a paid account to work on this repo per Apple