Skip to content

Commit 8220d84

Browse files
Merge pull request #6 from Kommunicate-io/release/1.0.0
Release/1.0.0
2 parents 20756fd + ee17089 commit 8220d84

273 files changed

Lines changed: 1265 additions & 1244 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Example/KommunicateCore-iOS-SDK.xcodeproj/project.pbxproj

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@
247247
LastUpgradeCheck = 0720;
248248
ORGANIZATIONNAME = shilwantk;
249249
TargetAttributes = {
250+
6003F589195388D20070C39A = {
251+
ProvisioningStyle = Automatic;
252+
};
250253
6003F5AD195388D20070C39A = {
251254
TestTargetID = 6003F589195388D20070C39A;
252255
};
@@ -494,12 +497,16 @@
494497
baseConfigurationReference = F5F427AA2FEEEE157C64123F /* Pods-KommunicateCore-iOS-SDK_Example.debug.xcconfig */;
495498
buildSettings = {
496499
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
500+
CODE_SIGN_IDENTITY = "Apple Development";
501+
CODE_SIGN_STYLE = Automatic;
502+
DEVELOPMENT_TEAM = "";
497503
GCC_PRECOMPILE_PREFIX_HEADER = YES;
498504
GCC_PREFIX_HEADER = "KommunicateCore-iOS-SDK/KommunicateCore-iOS-SDK-Prefix.pch";
499505
INFOPLIST_FILE = "KommunicateCore-iOS-SDK/KommunicateCore-iOS-SDK-Info.plist";
500506
MODULE_NAME = ExampleApp;
501-
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
507+
PRODUCT_BUNDLE_IDENTIFIER = com.kommunicate.kommunicateCoreDemo;
502508
PRODUCT_NAME = "$(TARGET_NAME)";
509+
PROVISIONING_PROFILE_SPECIFIER = "";
503510
SWIFT_VERSION = 4.0;
504511
WRAPPER_EXTENSION = app;
505512
};
@@ -510,12 +517,16 @@
510517
baseConfigurationReference = 4A98F6791916BBA264B8EB5A /* Pods-KommunicateCore-iOS-SDK_Example.release.xcconfig */;
511518
buildSettings = {
512519
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
520+
CODE_SIGN_IDENTITY = "Apple Development";
521+
CODE_SIGN_STYLE = Automatic;
522+
DEVELOPMENT_TEAM = "";
513523
GCC_PRECOMPILE_PREFIX_HEADER = YES;
514524
GCC_PREFIX_HEADER = "KommunicateCore-iOS-SDK/KommunicateCore-iOS-SDK-Prefix.pch";
515525
INFOPLIST_FILE = "KommunicateCore-iOS-SDK/KommunicateCore-iOS-SDK-Info.plist";
516526
MODULE_NAME = ExampleApp;
517-
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
527+
PRODUCT_BUNDLE_IDENTIFIER = com.kommunicate.kommunicateCoreDemo;
518528
PRODUCT_NAME = "$(TARGET_NAME)";
529+
PROVISIONING_PROFILE_SPECIFIER = "";
519530
SWIFT_VERSION = 4.0;
520531
WRAPPER_EXTENSION = app;
521532
};

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- KommunicateCore-iOS-SDK (0.0.1)
2+
- KommunicateCore-iOS-SDK (1.0.0)
33

44
DEPENDENCIES:
55
- KommunicateCore-iOS-SDK (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
KommunicateCore-iOS-SDK: 4d58a8c2497da24e173eb87906fedece9a9a4bb4
12+
KommunicateCore-iOS-SDK: c555f090286ccdcbbceb364dbea66878b7beb381
1313

1414
PODFILE CHECKSUM: 8b029372b67d72364ec33cf0ba3ca373cec02677
1515

Example/Pods/Local Podspecs/KommunicateCore-iOS-SDK.podspec.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 1225 additions & 1224 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/KommunicateCore-iOS-SDK/KommunicateCore-iOS-SDK-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

KommunicateCore-iOS-SDK.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'KommunicateCore-iOS-SDK'
3-
s.version = '0.0.2'
3+
s.version = '1.0.0'
44
s.summary = 'KommunicateCore-iOS SDK pod'
55
s.description = <<-DESC
66
The KommunicateCore-iOS SDK helps you build your own custom UI in your iOS app
@@ -11,8 +11,8 @@ The KommunicateCore-iOS SDK helps you build your own custom UI in your iOS app
1111
s.source = { :git => 'https://github.com/Kommunicate-io/KommunicateCore-iOS-SDK.git', :tag => s.version.to_s }
1212
s.swift_version = '5.0'
1313
s.ios.deployment_target = '12.0'
14-
s.source_files = 'Sources/KommunicateCore-iOS-SDK/Classes/**/*.{h,m,swift}'
14+
s.source_files = 'Sources/**/*.{h,m,swift}'
1515
s.requires_arc = true
16-
s.resources = 'Sources/KommunicateCore-iOS-SDK/**/*.{xcassets,xcdatamodeld,json}'
16+
s.resources = 'Sources/**/*.{xcassets,xcdatamodeld,json}'
1717
s.frameworks = "Foundation", "SystemConfiguration"
1818
end

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
import PackageDescription
44

55
let package = Package(
6-
name: "KommunicateCore-iOS-SDK",
6+
name: "KommunicateCore_iOS_SDK",
77
defaultLocalization: "en",
88
platforms: [.iOS(.v12)],
99
products: [
1010
.library(
11-
name: "KommunicateCore-iOS-SDK",
12-
targets: ["KommunicateCore-iOS-SDK"])
11+
name: "KommunicateCore_iOS_SDK",
12+
targets: ["KommunicateCore_iOS_SDK"])
1313
],
1414
dependencies: [],
1515
targets: [
1616
.target(
17-
name: "KommunicateCore-iOS-SDK",
17+
name: "KommunicateCore_iOS_SDK",
1818
dependencies: [],
19-
path: "KommunicateCore-iOS-SDK",
19+
path: "Sources",
2020
exclude: ["Info.plist",
2121
"MQTT/MQTTClient-Prefix.pch"],
2222
resources: [
23-
.copy("push/TSMessagesDefaultDesign.json")
23+
.process("Resources")
2424
],
2525
cSettings: [
2626
.headerSearchPath(""),

Sources/KommunicateCore-iOS-SDK/Classes/Info.plist renamed to Sources/Info.plist

File renamed without changes.

Sources/KommunicateCore-iOS-SDK/Classes/JWT/ALJWT.m renamed to Sources/JWT/ALJWT.m

File renamed without changes.

0 commit comments

Comments
 (0)