Skip to content

Commit

Permalink
Version bump for example project: 12.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
infobip-ci committed Oct 20, 2023
1 parent 03df060 commit 3a73581
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Example/MobileMessagingExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development: Andrey Kadochnikov (65Z26ABLQ3)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1460136654013;
CURRENT_PROJECT_VERSION = 1460136654014;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = T6U248P7YM;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1198,7 +1198,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Distribution: INFOBIP d.o.o. (T6U248P7YM)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1460136654013;
CURRENT_PROJECT_VERSION = 1460136654014;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = T6U248P7YM;
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -1228,7 +1228,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
CURRENT_PROJECT_VERSION = 1460136654013;
CURRENT_PROJECT_VERSION = 1460136654014;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T6U248P7YM;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -1257,7 +1257,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
CURRENT_PROJECT_VERSION = 1460136654013;
CURRENT_PROJECT_VERSION = 1460136654014;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T6U248P7YM;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
4 changes: 2 additions & 2 deletions Example/MobileMessagingExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>12.1.0</string>
<string>12.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1460136654013</string>
<string>1460136654014</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>
Expand Down
4 changes: 2 additions & 2 deletions Example/NotificationServiceExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>12.1.0</string>
<string>12.1.1</string>
<key>CFBundleVersion</key>
<string>1460136654013</string>
<string>1460136654014</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down
4 changes: 2 additions & 2 deletions Example/Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>12.1.0</string>
<string>12.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136654013</string>
<string>1460136654014</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Example/Tests/MobileMessagingExample_Tests_Device-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>12.1.0</string>
<string>12.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136654013</string>
<string>1460136654014</string>
</dict>
</plist>

0 comments on commit 3a73581

Please sign in to comment.