Skip to content

chore: iOS 마케팅 버전을 1.2.0으로 올림 - #209

Merged
JioCoder merged 1 commit into
mainfrom
chore/bump-ios-version-1.2.0
Sep 1, 2026
Merged

chore: iOS 마케팅 버전을 1.2.0으로 올림#209
JioCoder merged 1 commit into
mainfrom
chore/bump-ios-version-1.2.0

Conversation

@JioCoder

@JioCoder JioCoder commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

app.config.js의 version만 1.2.0으로 올렸지만 반영되지 않았다.
ios/ 디렉토리가 있는 bare 프로젝트라 EAS Build가 app.config.js가 아니라 네이티브 프로젝트의 값을 쓴다.

Specified value for "ios.bundleIdentifier" in app.config.js is ignored
because an ios directory was detected in the project.

Xcode 프로젝트의 MARKETING_VERSION(Debug/Release 2곳)을 1.2.0으로 올린다. Info.plist의 CFBundleShortVersionString은 $(MARKETING_VERSION)을 참조하므로 함께 반영된다.

빌드 번호는 eas.json의 appVersionSource: "remote" + autoIncrement로 EAS가 계속 관리한다.

app.config.js의 version만 1.2.0으로 올렸지만 반영되지 않았다.
ios/ 디렉토리가 있는 bare 프로젝트라 EAS Build가 app.config.js가 아니라
네이티브 프로젝트의 값을 쓴다.

  Specified value for "ios.bundleIdentifier" in app.config.js is ignored
  because an ios directory was detected in the project.

Xcode 프로젝트의 MARKETING_VERSION(Debug/Release 2곳)을 1.2.0으로 올린다.
Info.plist의 CFBundleShortVersionString은 $(MARKETING_VERSION)을
참조하므로 함께 반영된다.

빌드 번호는 eas.json의 appVersionSource: "remote" + autoIncrement로
EAS가 계속 관리한다.
@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • ios/semosan.xcodeproj/project.pbxproj is excluded by !ios/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Team

Run ID: d90fb81f-92aa-4a58-bd2f-59a8744b7c0a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@JioCoder
JioCoder merged commit b693f7f into main Sep 1, 2026
3 checks passed
@JioCoder
JioCoder deleted the chore/bump-ios-version-1.2.0 branch September 1, 2026 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant