Skip to content

Commit

Permalink
version bump & added stage api for deepLink
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-instnt committed Jun 21, 2024
1 parent c6d9611 commit b1ae518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/ios/AriesBifold.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
"$(inherited)",
"$(SDKROOT)/usr/lib/swift",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -586,7 +586,7 @@
CODE_SIGN_ENTITLEMENTS = AriesBifold/AriesBifold.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = 5448SDW7QG;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand All @@ -600,7 +600,7 @@
"$(inherited)",
"$(SDKROOT)/usr/lib/swift",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
1 change: 1 addition & 0 deletions app/ios/AriesBifold/AriesBifold.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<string>applinks:sandbox2-api.instnt.org</string>
<string>applinks:preprod2-api.instnt.org</string>
<string>applinks:dev2-api.instnt.org</string>
<string>applinks:stage2-api.instnt.org</string>
</array>
</dict>
</plist>

0 comments on commit b1ae518

Please sign in to comment.