Skip to content

Commit

Permalink
Merge pull request #138 from TwidereProject/develop
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
MainasuK committed Aug 4, 2023
2 parents 5359347 + 644a86a commit e8d3529
Show file tree
Hide file tree
Showing 667 changed files with 27,212 additions and 24,480 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2

- name: force Xcode 13.4.1
run: sudo xcode-select -switch /Applications/Xcode_13.4.1.app

- name: setup
env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
api-key-id: ${{ secrets.APPSTORE_KEY_ID }}
api-private-key: ${{ secrets.APPSTORE_PRIVATE_KEY }}

- name: force Xcode 13.4.1
run: sudo xcode-select -switch /Applications/Xcode_13.4.1.app

- name: setup
env:
AppSecret: ${{ secrets.AppSecret }}
Expand Down
19 changes: 0 additions & 19 deletions AppShared/AppShared.h

This file was deleted.

22 changes: 0 additions & 22 deletions AppShared/Info.plist

This file was deleted.

19 changes: 0 additions & 19 deletions AppShared/Vender/DateTimeSwiftProvider.swift

This file was deleted.

48 changes: 0 additions & 48 deletions AppShared/Vender/OfficialTwitterTextProvider.swift

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,33 @@
/* Begin PBXBuildFile section */
DB33E59D27193C9600EC2225 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB33E59C27193C9600EC2225 /* AppDelegate.swift */; };
DB33E59F27193C9600EC2225 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB33E59E27193C9600EC2225 /* SceneDelegate.swift */; };
DB33E5A127193C9600EC2225 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB33E5A027193C9600EC2225 /* ViewController.swift */; };
DB33E5A427193C9600EC2225 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DB33E5A227193C9600EC2225 /* Main.storyboard */; };
DB33E5A627193C9900EC2225 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DB33E5A527193C9900EC2225 /* Assets.xcassets */; };
DB33E5A927193C9900EC2225 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DB33E5A727193C9900EC2225 /* LaunchScreen.storyboard */; };
DB33E5B327193CEA00EC2225 /* CoverFlowStackCollectionViewLayout in Frameworks */ = {isa = PBXBuildFile; productRef = DB33E5B227193CEA00EC2225 /* CoverFlowStackCollectionViewLayout */; };
DB3E0D9829ED51650077EE8B /* SwiftUIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB3E0D9729ED51650077EE8B /* SwiftUIViewController.swift */; };
DBE399DB29EFE448008FA278 /* CoverFlowStackLayout in Frameworks */ = {isa = PBXBuildFile; productRef = DBE399DA29EFE448008FA278 /* CoverFlowStackLayout */; };
DBE3DC4429ED518F0054DC25 /* UIKitViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE3DC4329ED518F0054DC25 /* UIKitViewController.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
DB33E59927193C9600EC2225 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
DB33E59C27193C9600EC2225 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
DB33E59E27193C9600EC2225 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
DB33E5A027193C9600EC2225 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
DB33E5A327193C9600EC2225 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
DB33E5A527193C9900EC2225 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
DB33E5A827193C9900EC2225 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
DB33E5AA27193C9900EC2225 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
DB33E5B027193CDB00EC2225 /* CoverFlowStackCollectionViewLayout */ = {isa = PBXFileReference; lastKnownFileType = folder; name = CoverFlowStackCollectionViewLayout; path = ..; sourceTree = "<group>"; };
DB3E0D9729ED51650077EE8B /* SwiftUIViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIViewController.swift; sourceTree = "<group>"; };
DBE399D929EFE429008FA278 /* CoverFlowStackLayout */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = CoverFlowStackLayout; path = ..; sourceTree = "<group>"; };
DBE3DC4329ED518F0054DC25 /* UIKitViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIKitViewController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
DB33E59627193C9600EC2225 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DB33E5B327193CEA00EC2225 /* CoverFlowStackCollectionViewLayout in Frameworks */,
DBE399DB29EFE448008FA278 /* CoverFlowStackLayout in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -43,7 +45,7 @@
DB33E59027193C9600EC2225 = {
isa = PBXGroup;
children = (
DB33E5B027193CDB00EC2225 /* CoverFlowStackCollectionViewLayout */,
DBE399D929EFE429008FA278 /* CoverFlowStackLayout */,
DB33E59B27193C9600EC2225 /* Example */,
DB33E59A27193C9600EC2225 /* Products */,
DB33E5B127193CEA00EC2225 /* Frameworks */,
Expand All @@ -63,7 +65,8 @@
children = (
DB33E59C27193C9600EC2225 /* AppDelegate.swift */,
DB33E59E27193C9600EC2225 /* SceneDelegate.swift */,
DB33E5A027193C9600EC2225 /* ViewController.swift */,
DBE3DC4329ED518F0054DC25 /* UIKitViewController.swift */,
DB3E0D9729ED51650077EE8B /* SwiftUIViewController.swift */,
DB33E5A227193C9600EC2225 /* Main.storyboard */,
DB33E5A527193C9900EC2225 /* Assets.xcassets */,
DB33E5A727193C9900EC2225 /* LaunchScreen.storyboard */,
Expand Down Expand Up @@ -96,7 +99,7 @@
);
name = Example;
packageProductDependencies = (
DB33E5B227193CEA00EC2225 /* CoverFlowStackCollectionViewLayout */,
DBE399DA29EFE448008FA278 /* CoverFlowStackLayout */,
);
productName = Example;
productReference = DB33E59927193C9600EC2225 /* Example.app */;
Expand Down Expand Up @@ -153,7 +156,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DB33E5A127193C9600EC2225 /* ViewController.swift in Sources */,
DB3E0D9829ED51650077EE8B /* SwiftUIViewController.swift in Sources */,
DBE3DC4429ED518F0054DC25 /* UIKitViewController.swift in Sources */,
DB33E59D27193C9600EC2225 /* AppDelegate.swift in Sources */,
DB33E59F27193C9600EC2225 /* SceneDelegate.swift in Sources */,
);
Expand Down Expand Up @@ -377,9 +381,9 @@
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
DB33E5B227193CEA00EC2225 /* CoverFlowStackCollectionViewLayout */ = {
DBE399DA29EFE448008FA278 /* CoverFlowStackLayout */ = {
isa = XCSwiftPackageProductDependency;
productName = CoverFlowStackCollectionViewLayout;
productName = CoverFlowStackLayout;
};
/* End XCSwiftPackageProductDependency section */
};
Expand Down

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

107 changes: 107 additions & 0 deletions CoverFlowStackLayout/Example/Example/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="rzQ-gD-gqt">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Kit View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="UIKitViewController" customModule="Example" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
<navigationItem key="navigationItem" id="4y9-2l-e0v"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1982.4427480916029" y="-28.169014084507044"/>
</scene>
<!--SwiftUI View Controller-->
<scene sceneID="uGB-Qo-nUX">
<objects>
<viewController id="Ims-m7-DJp" customClass="SwiftUIViewController" customModule="Example" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="ZkV-nE-iLW">
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="faH-bx-G7w"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
<navigationItem key="navigationItem" id="zWL-fW-wJY"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="D9D-d7-orv" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1982" y="756"/>
</scene>
<!--Item-->
<scene sceneID="sJF-2T-Udo">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="M3p-Xb-aKE" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Item" id="TXy-pU-nwS"/>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="A0e-0O-hT1">
<rect key="frame" x="0.0" y="59" width="393" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="Z10-9X-NOn"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="0KC-JX-LkQ" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1057.2519083969464" y="-28.169014084507044"/>
</scene>
<!--Tab Bar Controller-->
<scene sceneID="bYg-Vt-5dy">
<objects>
<tabBarController automaticallyAdjustsScrollViewInsets="NO" id="rzQ-gD-gqt" sceneMemberID="viewController">
<toolbarItems/>
<tabBar key="tabBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="jUo-Jc-RUz">
<rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</tabBar>
<connections>
<segue destination="M3p-Xb-aKE" kind="relationship" relationship="viewControllers" id="etV-3n-qTY"/>
<segue destination="4yI-dd-xGH" kind="relationship" relationship="viewControllers" id="vwI-km-P6W"/>
</connections>
</tabBarController>
<placeholder placeholderIdentifier="IBFirstResponder" id="6Ne-cz-BSV" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="130.53435114503816" y="-28.169014084507044"/>
</scene>
<!--Item-->
<scene sceneID="AUQ-x2-6l2">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="4yI-dd-xGH" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Item" id="ZUr-rI-sa0"/>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="gE0-xg-ODV">
<rect key="frame" x="0.0" y="59" width="393" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="Ims-m7-DJp" kind="relationship" relationship="rootViewController" id="v5y-uA-EFL"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="hsR-pX-ePL" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1045" y="757"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>

0 comments on commit e8d3529

Please sign in to comment.