Skip to content

Commit

Permalink
feat(apple-settings): bump bacons/xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Aug 6, 2023
1 parent 1ccbdb4 commit b90eed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/apple-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@config-plugins/apple-settings",
"version": "0.0.4",
"version": "0.0.5",
"description": "Config plugin to generate custom Apple settings UI",
"license": "MIT",
"main": "build/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"expo"
],
"dependencies": {
"@bacons/xcode": "^1.0.0-alpha.5",
"@bacons/xcode": "^1.0.0-alpha.6",
"@expo/plist": "^0.0.20",
"iconv-lite": "^0.6.3",
"schema-utils": "^4.2.0"
Expand Down
1 change: 0 additions & 1 deletion packages/apple-settings/src/withLinkedSettingsBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ async function applyXcodeChanges(
props: { projectName: string }
) {
const mainAppTarget = getMainAppTarget(project);

const mainResourceBuildPhase = mainAppTarget.getBuildPhase(
PBXResourcesBuildPhase
);
Expand Down

0 comments on commit b90eed0

Please sign in to comment.