Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tkmn0/SimpleWebRTCExample_iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmn0 committed Oct 27, 2019
2 parents 047354f + cdbf2ad commit 59b1269
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 57 deletions.
78 changes: 27 additions & 51 deletions Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions SimpleWebRTC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -382,12 +382,12 @@
};
AF711AB421DFAD6E005CA4FA = {
CreatedOnToolsVersion = 9.3.1;
LastSwiftMigration = 1010;
LastSwiftMigration = 1110;
TestTargetID = AF711AA021DFAD6C005CA4FA;
};
AF711ABF21DFAD6E005CA4FA = {
CreatedOnToolsVersion = 9.3.1;
LastSwiftMigration = 1010;
LastSwiftMigration = 1110;
TestTargetID = AF711AA021DFAD6C005CA4FA;
};
};
Expand Down Expand Up @@ -772,7 +772,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = test.SimpleWebRTCTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SimpleWebRTC.app/SimpleWebRTC";
};
Expand All @@ -794,7 +794,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = test.SimpleWebRTCTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SimpleWebRTC.app/SimpleWebRTC";
};
Expand All @@ -815,7 +815,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = test.SimpleWebRTCUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = SimpleWebRTC;
};
Expand All @@ -836,7 +836,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = test.SimpleWebRTCUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = SimpleWebRTC;
};
Expand Down

0 comments on commit 59b1269

Please sign in to comment.