Skip to content

Commit

Permalink
Version bump for example project: 12.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
infobip-ci committed Oct 28, 2024
1 parent c0b2a30 commit 466c39f
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 @@ -1143,7 +1143,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development: Andrey Kadochnikov (65Z26ABLQ3)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1460136654048;
CURRENT_PROJECT_VERSION = 1460136654049;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = T6U248P7YM;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1204,7 +1204,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Distribution: INFOBIP d.o.o. (T6U248P7YM)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1460136654048;
CURRENT_PROJECT_VERSION = 1460136654049;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = T6U248P7YM;
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -1234,7 +1234,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
CURRENT_PROJECT_VERSION = 1460136654048;
CURRENT_PROJECT_VERSION = 1460136654049;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T6U248P7YM;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = T6U248P7YM;
Expand Down Expand Up @@ -1266,7 +1266,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
CURRENT_PROJECT_VERSION = 1460136654048;
CURRENT_PROJECT_VERSION = 1460136654049;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T6U248P7YM;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = T6U248P7YM;
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.14.0</string>
<string>12.14.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1460136654048</string>
<string>1460136654049</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.14.0</string>
<string>12.14.1</string>
<key>CFBundleVersion</key>
<string>1460136654048</string>
<string>1460136654049</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.14.0</string>
<string>12.14.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136654048</string>
<string>1460136654049</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.14.0</string>
<string>12.14.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136654048</string>
<string>1460136654049</string>
</dict>
</plist>

0 comments on commit 466c39f

Please sign in to comment.