Skip to content

Commit

Permalink
revert info.plist (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
lednhatkhanh authored Dec 16, 2024
1 parent 2446180 commit 5f19cf9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
release-beta:
runs-on: macos-latest
environment: Production
if: ${{ !startsWith(github.event.head_commit.message, '[skip ci] ') }}
steps:
- uses: webfactory/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions MinWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@
575157902CEB43FF004CD647 /* Features */,
575157992CEB4407004CD647 /* Shared */,
57F1029B2C64CCA1000B3544 /* Preview Content */,
5751579F2CEB4443004CD647 /* Info.plist */,
);
path = MinWallet;
sourceTree = "<group>";
Expand Down Expand Up @@ -687,7 +688,6 @@
96BD2A622D0E8F3E00D81277 /* Environment */ = {
isa = PBXGroup;
children = (
5751579F2CEB4443004CD647 /* Info.plist */,
96BD2A632D0E8F4C00D81277 /* AppConfig.xcconfig */,
960D6B312CFFEAF30017AF29 /* MinWallet.entitlements */,
96BD2A692D0ED06400D81277 /* Constant.swift */,
Expand Down Expand Up @@ -1205,7 +1205,7 @@
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "${MIN_INFOPLIST_FILE}";
INFOPLIST_FILE = MinWallet/Info.plist;
INFOPLIST_KEY_NSFaceIDUsageDescription = "Using Face ID to login";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand Down Expand Up @@ -1248,7 +1248,7 @@
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "${MIN_INFOPLIST_FILE}";
INFOPLIST_FILE = MinWallet/Info.plist;
INFOPLIST_KEY_NSFaceIDUsageDescription = "Using Face ID to login";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand Down
1 change: 0 additions & 1 deletion MinWallet/Environment/AppConfig.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
MIN_PRODUCT_NAME = MinWallet
MIN_PRODUCT_BUNDLE_ID = org.minswap.MinWallet
MIN_DEVELOPMENT_TEAM = 3FM7JRXRKW
MIN_INFOPLIST_FILE = MinWallet/Environment/Info.plist
MIN_CODE_SIGN_ENTITLEMENTS = MinWallet/Environment/MinWallet.entitlements

MIN_KEYCHAIN_SERVICE_NAME = minWallet
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lane :beta do
)
upload_to_testflight(skip_waiting_for_build_processing: true)
clean_build_artifacts
commit_version_bump(message: "SKIP_RELEASE: Version Bump", xcodeproj: "MinWallet.xcodeproj")
commit_version_bump(message: "[skip ci] Version Bump", xcodeproj: "MinWallet.xcodeproj")
add_git_tag
push_to_git_remote
end

0 comments on commit 5f19cf9

Please sign in to comment.